Home
last modified time | relevance | path

Searched defs:APValue (Results 1 – 11 of 11) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDODRHash.h28 class APValue; variable
HDTextNodeDumper.h32 class APValue; variable
HDJSONNodeDumper.h31 class APValue; variable
HDASTNodeTraverser.h32 class APValue; variable
HDASTContext.h56 class APValue; variable
HDExpr.h43 class APValue; variable
1071 enum class ConstantResultStorageKind { None, Int64, APValue }; enumerator
1085 size_t numTrailingObjects(OverloadToken<APValue>) const { in numTrailingObjects()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDContext.h26 class APValue; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDAPValue.cpp311 APValue::APValue(const APValue &RHS) : Kind(None) { in APValue() function in APValue
382 APValue::APValue(APValue &&RHS) : Kind(RHS.Kind), Data(RHS.Data) { in APValue() function in APValue
HDTextNodeDumper.cpp590 const APValue &(*IdxToChildFun)(const APValue &, unsigned), in dumpAPValueChildren()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Analysis/
HDBodyFarm.cpp221 llvm::APInt APValue = llvm::APInt(C.getTypeSize(Ty), Value); in makeIntegerLiteral() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDOverload.h44 class APValue; variable