Home
last modified time | relevance | path

Searched refs:asFunctionPointer (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DPointer.h135 return P.asFunctionPointer().getFunction() ==
136 asFunctionPointer().getFunction() &&
157 return asFunctionPointer().getIntegerRepresentation() + Offset; in getIntegerRepresentation()
170 return Pointer(asFunctionPointer().getFunction(), Idx); in atIndex()
271 return asFunctionPointer().isZero(); in isZero()
309 const Function *F = asFunctionPointer().getFunction(); in getSource()
473 [[nodiscard]] const FunctionPointer &asFunctionPointer() const { in asFunctionPointer() function
542 return asFunctionPointer().isWeak(); in isWeak()
H A DPointer.cpp155 const FunctionPointer &FP = asFunctionPointer(); in toAPValue()
331 OS << "(Fn) { " << asFunctionPointer().getFunction() << " + " << Offset in print()
406 return asFunctionPointer().toDiagnosticString(Ctx); in toDiagnosticString()
H A DInterp.cpp1672 const FunctionPointer &FuncPtr = Ptr.asFunctionPointer(); in CallPtr()
H A DInterp.h2106 return Pointer(Ptr.asFunctionPointer().getFunction(), N);
3269 S.Stk.push<FunctionPointer>(OldPtr.asFunctionPointer().getFunction(), in DecayPtr()