Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMisplacedPointerArithmeticInAllocCheck.cpp53 const auto ArrayNew = cxxNewExpr(isArray()); in registerMatchers() local
56 hasLHS(anyOf(ArrayNew, castExpr(ArrayNew))), in registerMatchers()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h170 ArrayNew, // ?_U operator new[] enumerator
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h170 ArrayNew, // ?_U operator new[] enumerator
/external/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp321 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, ArrayNew, "operator new[]"); in output()
DMicrosoftDemangle.cpp606 IFK::ArrayNew, // ?_U operator new[] in translateIntrinsicFunctionCode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp321 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, ArrayNew, "operator new[]"); in output()
DMicrosoftDemangle.cpp606 IFK::ArrayNew, // ?_U operator new[] in translateIntrinsicFunctionCode()
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp755 ArrayNew, enumerator
763 return NE->isArray() ? ArrayNew : New; in getKind()
14429 Info, E, Pointer, E->isArrayForm() ? DynAlloc::ArrayNew : DynAlloc::New); in VisitCXXDeleteExpr()