Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DMemberPointer.cpp63 APValue MemberPointer::toAPValue(const ASTContext &ASTCtx) const { in toAPValue() function in clang::interp::MemberPointer
H A DFunctionPointer.h43 APValue toAPValue(const ASTContext &) const { in toAPValue() function
H A DBoolean.h59 APValue toAPValue(const ASTContext &) const { return APValue(toAPSInt()); } in toAPValue() function
H A DEvaluationResult.cpp18 APValue EvaluationResult::toAPValue() const { in toAPValue() function in clang::interp::EvaluationResult
H A DFloating.h72 APValue toAPValue(const ASTContext &) const { return APValue(F); } in toAPValue() function
H A DPointer.cpp123 APValue Pointer::toAPValue(const ASTContext &ASTCtx) const { in toAPValue() function in Pointer
H A DIntegralAP.h136 APValue toAPValue(const ASTContext &) const { return APValue(toAPSInt()); } in toAPValue() function