Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DODRHash.h28 class APValue; variable
H A DTextNodeDumper.h32 class APValue; variable
H A DJSONNodeDumper.h31 class APValue; variable
H A DASTNodeTraverser.h32 class APValue; variable
H A DASTContext.h56 class APValue; global() variable
H A DExpr.h43 class APValue; variable
1071 enum class ConstantResultStorageKind { None, Int64, APValue }; enumerator
1085 size_t numTrailingObjects(OverloadToken<APValue>) cons argument
[all...]
/llvm-project/clang/lib/AST/Interp/
H A DContext.h
/llvm-project/polly/lib/CodeGen/
H A DIslExprBuilder.cpp81 APInt APValue = APIntFromVal(Val); hasLargeInts() local
749 APInt APValue; createInt() local
/llvm-project/clang/lib/AST/
H A DAPValue.cpp311 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 DTextNodeDumper.cpp590 case APValue::Int: in dumpAPValueChildren() argument
[all...]
/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp221 llvm::APInt APValue = llvm::APInt(C.getTypeSize(Ty), Value); in makeIntegerLiteral() local
/llvm-project/clang/include/clang/Sema/
H A DOverload.h44 class APValue; variable