Home
last modified time | relevance | path

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

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