Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1014 bool CheckDynamicMemoryAllocation(InterpState &S, CodePtr OpPC) { in CheckDynamicMemoryAllocation() function
1181 if (!CheckDynamicMemoryAllocation(S, OpPC)) in Free()
H A DInterp.h123 bool CheckDynamicMemoryAllocation(InterpState &S, CodePtr OpPC);
3301 if (!CheckDynamicMemoryAllocation(S, OpPC)) in Alloc()
3315 if (!CheckDynamicMemoryAllocation(S, OpPC)) in AllocN()
3347 if (!CheckDynamicMemoryAllocation(S, OpPC)) in AllocCN()