Searched defs:toAPValue (Results 1 – 6 of 6) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | FunctionPointer.h | 30 APValue toAPValue() const { toAPValue() function |
H A D | EvaluationResult.cpp | 18 APValue EvaluationResult::toAPValue() const { in toAPValue() function in clang::interp::EvaluationResult |
H A D | Boolean.h | 64 APValue toAPValue() const { return APValue(toAPSInt()); } toAPValue() function |
H A D | Pointer.cpp | 83 APValue Pointer::toAPValue() const { toAPValue() function in Pointer |
H A D | Floating.h | 72 APValue toAPValue(const ASTContext &) const { return APValue(F); } in toAPValue() function |
H A D | IntegralAP.h | 136 APValue toAPValue(const ASTContext &) const { return APValue(toAPSInt()); } in toAPValue() function |