Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpState.cpp121 StdAllocatorCaller InterpState::getStdAllocatorCaller(StringRef Name) const { in getStdAllocatorCaller() function in InterpState
H A DInterpState.h128 StdAllocatorCaller getStdAllocatorCaller(StringRef Name) const;
H A DInterpBuiltin.cpp1470 auto [NewCall, ElemType] = S.getStdAllocatorCaller("allocate"); in interp__builtin_operator_new()
1586 if (!S.getStdAllocatorCaller("deallocate")) { in interp__builtin_operator_delete()
H A DInterp.h2569 if (S.getStdAllocatorCaller("allocate")) in PtrPtrCast()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp1142 StdAllocatorCaller getStdAllocatorCaller(StringRef FnName) const { in getStdAllocatorCaller() function in __anonfb577fba0411::EvalInfo
7134 auto Caller = Info.getStdAllocatorCaller("allocate"); in HandleOperatorNewCall()
7262 if (!Info.getStdAllocatorCaller("deallocate")) { in HandleOperatorDeleteCall()
9705 (Info.getStdAllocatorCaller("allocate") || in VisitCastExpr()