Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DMisplacedPointerArithmeticInAllocCheck.cpp53 const auto ArrayNew = cxxNewExpr(isArray()); in registerMatchers() local
56 hasLHS(anyOf(ArrayNew, castExpr(ArrayNew))), in registerMatchers()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h172 ArrayNew, // ?_U operator new[] enumerator
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp328 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, ArrayNew, "operator new[]"); in output()
H A DMicrosoftDemangle.cpp606 IFK::ArrayNew, // ?_U operator new[] in translateIntrinsicFunctionCode()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp758 ArrayNew, enumerator
766 return NE->isArray() ? ArrayNew : New; in getKind()
14707 Info, E, Pointer, E->isArrayForm() ? DynAlloc::ArrayNew : DynAlloc::New); in VisitCXXDeleteExpr()