Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.cpp1179 bool Free(InterpState &S, CodePtr OpPC, bool DeleteIsArrayForm, in Free() argument
1210 DeleteIsArrayForm ? DynamicAllocator::Form::Array in Free()
1219 if (!DeleteIsArrayForm && Ptr.getType() != InitialType && in Free()
1240 if (!DeleteIsArrayForm && !IsGlobalDelete) { in Free()
H A DInterp.h3378 bool Free(InterpState &S, CodePtr OpPC, bool DeleteIsArrayForm,