Searched defs:APValue (Results 1 – 11 of 11) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ODRHash.h | 28 class APValue; variable
|
H A D | TextNodeDumper.h | 31 class APValue; global() variable
|
H A D | JSONNodeDumper.h | 31 class APValue; variable
|
H A D | ASTNodeTraverser.h | 30 class APValue; global() variable
|
H A D | ASTContext.h | 55 class APValue; global() variable
|
H A D | Expr.h | 43 class APValue; variable 1054 enum class ConstantResultStorageKind { None, Int64, APValue }; global() enumerator 1068 numTrailingObjects(OverloadToken<APValue>) numTrailingObjects() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Context.h | 26 class APValue; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 311 APValue::APValue(const APValue &RHS) : Kind(None) { APValue() function in APValue 382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { APValue() function in APValue [all...] |
H A D | TextNodeDumper.cpp | 476 dumpAPValueChildren(const APValue & Value,QualType Ty,const APValue & (* IdxToChildFun)(const APValue &,unsigned),unsigned NumChildren,StringRef LabelSingular,StringRef LabelPlurial) dumpAPValueChildren() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | BodyFarm.cpp | 221 llvm::APInt APValue = llvm::APInt(C.getTypeSize(Ty), Value); in makeIntegerLiteral() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Overload.h | 44 class APValue; variable
|