clang 19.0.0git
Functions
InterpFrame.cpp File Reference
#include "InterpFrame.h"
#include "Boolean.h"
#include "Floating.h"
#include "Function.h"
#include "InterpStack.h"
#include "InterpState.h"
#include "Pointer.h"
#include "PrimType.h"
#include "Program.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"

Go to the source code of this file.

Functions

template<typename T >
static void print (llvm::raw_ostream &OS, const T &V, ASTContext &, QualType)
 
template<>
void print (llvm::raw_ostream &OS, const Pointer &P, ASTContext &Ctx, QualType Ty)
 

Function Documentation

◆ print() [1/2]

template<>
void print ( llvm::raw_ostream &  OS,
const Pointer P,
ASTContext Ctx,
QualType  Ty 
)

◆ print() [2/2]

template<typename T >
static void print ( llvm::raw_ostream &  OS,
const T &  V,
ASTContext ,
QualType   
)
static