clang 22.0.0git
|
#include "Context.h"
#include "ByteCodeEmitter.h"
#include "Compiler.h"
#include "EvalEmitter.h"
#include "Interp.h"
#include "InterpFrame.h"
#include "InterpStack.h"
#include "PrimType.h"
#include "Program.h"
#include "clang/AST/ASTLambda.h"
#include "clang/AST/Expr.h"
#include "clang/Basic/TargetInfo.h"
Go to the source code of this file.
Functions | |
static PrimType | integralTypeToPrimTypeS (unsigned BitWidth) |
static PrimType | integralTypeToPrimTypeU (unsigned BitWidth) |
Definition at line 278 of file Context.cpp.
References clang::interp::PT_IntAPS, clang::interp::PT_Sint16, clang::interp::PT_Sint32, clang::interp::PT_Sint64, and clang::interp::PT_Sint8.
Referenced by clang::interp::Context::classify().
Definition at line 294 of file Context.cpp.
References clang::interp::PT_IntAP, clang::interp::PT_Uint16, clang::interp::PT_Uint32, clang::interp::PT_Uint64, and clang::interp::PT_Uint8.
Referenced by clang::interp::Context::classify().