Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h28 class APValue; variable
H A DTextNodeDumper.h31 class APValue; global() variable
H A DJSONNodeDumper.h31 class APValue; variable
H A DASTNodeTraverser.h30 class APValue; global() variable
H A DASTContext.h55 class APValue; global() variable
H A DExpr.h43 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 DContext.h26 class APValue; variable
/freebsd-src/contrib/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.cpp476 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 DBodyFarm.cpp221 llvm::APInt APValue = llvm::APInt(C.getTypeSize(Ty), Value); in makeIntegerLiteral() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h44 class APValue; variable