|
clang 22.0.0git
|
#include "Context.h"#include "Boolean.h"#include "ByteCodeEmitter.h"#include "Compiler.h"#include "EvalEmitter.h"#include "Integral.h"#include "InterpFrame.h"#include "InterpHelpers.h"#include "InterpStack.h"#include "Pointer.h"#include "PrimType.h"#include "Program.h"#include "clang/AST/ASTLambda.h"#include "clang/AST/Expr.h"#include "clang/Basic/TargetInfo.h"#include "llvm/Support/SystemZ/zOSSupport.h"Go to the source code of this file.
Functions | |
| static PrimType | integralTypeToPrimTypeS (unsigned BitWidth) |
| static PrimType | integralTypeToPrimTypeU (unsigned BitWidth) |
Definition at line 331 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 347 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().