Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DBoolean.h59 APValue toAPValue() const { return APValue(toAPSInt()); } in toAPValue() function
H A DPointer.cpp75 APValue Pointer::toAPValue() const { in toAPValue() function in Pointer
H A DPointer.h52 APValue toAPValue() const;
H A DIntegral.h115 APValue toAPValue() const { return APValue(toAPSInt()); }
H A DInterp.h43 R = V.toAPValue(); in ReturnValue()