Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDMemberPointer.cpp63 APValue MemberPointer::toAPValue(const ASTContext &ASTCtx) const { in toAPValue() function in clang::interp::MemberPointer
HDFunctionPointer.h43 APValue toAPValue(const ASTContext &) const { in toAPValue() function
HDEvaluationResult.cpp18 APValue EvaluationResult::toAPValue() const { in toAPValue() function in clang::interp::EvaluationResult
HDBoolean.h59 APValue toAPValue(const ASTContext &) const { return APValue(toAPSInt()); } in toAPValue() function
HDFloating.h72 APValue toAPValue(const ASTContext &) const { return APValue(F); } in toAPValue() function
HDPointer.cpp123 APValue Pointer::toAPValue(const ASTContext &ASTCtx) const { in toAPValue() function in Pointer
HDIntegralAP.h136 APValue toAPValue(const ASTContext &) const { return APValue(toAPSInt()); } in toAPValue() function