Home
last modified time | relevance | path

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

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