Searched refs:toAPValue (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DBoolean.h59 APValue toAPValue() const { return APValue(toAPSInt()); } function in class:clang::interp::Boolean
H A DPointer.cpp75 APValue Pointer::toAPValue() const { function in class:Pointer
H A DPointer.h55 APValue toAPValue() const;
H A DIntegral.h115 APValue toAPValue() const { return APValue(toAPSInt()); } function in class:clang::interp::Integral
H A DInterp.h42 R = V.toAPValue();

Completed in 129 milliseconds