Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h171 ArrayNew, // ?_U operator new[] enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp327 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, ArrayNew, "operator new[]"); in output()
H A DMicrosoftDemangle.cpp633 IFK::ArrayNew, // ?_U operator new[] in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp789 ArrayNew, enumerator
797 return NE->isArray() ? ArrayNew : New; in getKind()
15269 Info, E, Pointer, E->isArrayForm() ? DynAlloc::ArrayNew : DynAlloc::New); in VisitCXXDeleteExpr()