Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h172 ArrayNew, // ?_U operator new[] enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp329 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, ArrayNew, "operator new[]"); in output()
H A DMicrosoftDemangle.cpp606 IFK::ArrayNew, // ?_U operator new[] in translateIntrinsicFunctionCode()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp758 ArrayNew, enumerator
766 return NE->isArray() ? ArrayNew : New; in getKind()
14475 Info, E, Pointer, E->isArrayForm() ? DynAlloc::ArrayNew : DynAlloc::New); in VisitCXXDeleteExpr()