Home
last modified time | relevance | path

Searched refs:CheckDynamicMemoryAllocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h129 bool CheckDynamicMemoryAllocation(InterpState &S, CodePtr OpPC);
2846 if (!CheckDynamicMemoryAllocation(S, OpPC)) in Alloc()
2861 if (!CheckDynamicMemoryAllocation(S, OpPC)) in AllocN()
2886 if (!CheckDynamicMemoryAllocation(S, OpPC)) in AllocCN()
2912 if (!CheckDynamicMemoryAllocation(S, OpPC)) in Free()
H A DInterp.cpp726 bool CheckDynamicMemoryAllocation(InterpState &S, CodePtr OpPC) { in CheckDynamicMemoryAllocation() function