Home
last modified time | relevance | path

Searched defs:NewArray (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dchunk.h58 NewArray = 2, enumerator
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp5847 StatementMatcher NewArray = cxxNewExpr(isArray()); in TEST() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp4333 const ArrayType *NewArray = Context.getAsArrayType(New->getType()); in MergeVarDeclTypes() local