Home
last modified time | relevance | path

Searched defs:toAPValue (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunctionPointer.h30 APValue toAPValue() const { in toAPValue() function
H A DEvaluationResult.cpp18 APValue EvaluationResult::toAPValue() const { in toAPValue() function in clang::interp::EvaluationResult
H A DBoolean.h64 APValue toAPValue() const { return APValue(toAPSInt()); } in toAPValue() function
H A DFloating.h72 APValue toAPValue() const { return APValue(F); } in toAPValue() function
H A DPointer.cpp83 APValue Pointer::toAPValue() const { in toAPValue() function in Pointer
H A DIntegralAP.h136 APValue toAPValue() const { return APValue(toAPSInt()); } in toAPValue() function