clang 20.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 "MemberPointer.h"
#include "Pointer.h"
#include "PrimType.h"
#include "Program.h"
#include "clang/AST/ASTContext.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/ExprCXX.h"

Go to the source code of this file.

Functions

template<typename T >
static void print (llvm::raw_ostream &OS, const T &V, ASTContext &ASTCtx, QualType Ty)
 
static bool shouldSkipInBacktrace (const Function *F)
 
static bool funcHasUsableBody (const Function *F)
 

Function Documentation

◆ funcHasUsableBody()

static bool funcHasUsableBody ( const Function *  F)
static

◆ print()

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

◆ shouldSkipInBacktrace()

static bool shouldSkipInBacktrace ( const Function *  F)
static