Searched refs:isArrayForm (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 1412 attributeOnlyIfTrue("isArray", DE->isArrayForm()); in VisitCXXDeleteExpr()
|
H A D | StmtProfile.cpp | 2118 ID.AddBoolean(S->isArrayForm()); in VisitCXXDeleteExpr()
|
H A D | StmtPrinter.cpp | 2364 if (E->isArrayForm()) in VisitCXXDeleteExpr()
|
H A D | TextNodeDumper.cpp | 1605 if (Node->isArrayForm()) in VisitCXXDeleteExpr()
|
H A D | ExprConstant.cpp | 15681 Info, E, Pointer, E->isArrayForm() ? DynAlloc::ArrayNew : DynAlloc::New); in VisitCXXDeleteExpr() 15688 if (!E->isArrayForm() && Pointer.Designator.Entries.size() != 0 && in VisitCXXDeleteExpr() 15697 if (!E->isArrayForm() && !E->isGlobalDelete()) { in VisitCXXDeleteExpr()
|
H A D | ItaniumMangle.cpp | 5266 Out << (DE->isArrayForm() ? "da" : "dl"); in mangleExpression()
|
H A D | ASTImporter.cpp | 8289 ToType, E->isGlobalDelete(), E->isArrayForm(), E->isArrayFormAsWritten(), in VisitCXXDeleteExpr()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprCXX.cpp | 2137 if (E->isArrayForm()) { in EmitCXXDeleteExpr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MallocChecker.cpp | 2920 (DE->isArrayForm() ? AF_CXXNewArray : AF_CXXNew)); in checkPreCall()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterStmt.cpp | 1936 Record.push_back(E->isArrayForm()); in VisitCXXDeleteExpr()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 1441 if (DE->isArrayForm()) { in ProcessDeleteDtor()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 2523 bool isArrayForm() const { return CXXDeleteExprBits.ArrayForm; } in isArrayForm() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 3458 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr() 3597 std::make_pair(DE->getBeginLoc(), DE->isArrayForm())); in AnalyzeDeleteExprMismatch()
|
H A D | TreeTransform.h | 13498 E->getBeginLoc(), E->isGlobalDelete(), E->isArrayForm(), Operand.get()); in TransformCXXDeleteExpr()
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 2892 return this->emitFree(E->isArrayForm(), E); in VisitCXXDeleteExpr()
|