Searched refs:isArrayForm (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1377 attributeOnlyIfTrue("isArray", DE->isArrayForm()); in VisitCXXDeleteExpr()
|
| H A D | StmtProfile.cpp | 2088 ID.AddBoolean(S->isArrayForm()); in VisitCXXDeleteExpr()
|
| H A D | TextNodeDumper.cpp | 1380 if (Node->isArrayForm()) in VisitCXXDeleteExpr()
|
| H A D | StmtPrinter.cpp | 2318 if (E->isArrayForm()) in VisitCXXDeleteExpr()
|
| H A D | ExprConstant.cpp | 15269 Info, E, Pointer, E->isArrayForm() ? DynAlloc::ArrayNew : DynAlloc::New); in VisitCXXDeleteExpr() 15276 if (!E->isArrayForm() && Pointer.Designator.Entries.size() != 0 && in VisitCXXDeleteExpr() 15285 if (!E->isArrayForm() && !E->isGlobalDelete()) { in VisitCXXDeleteExpr()
|
| H A D | ItaniumMangle.cpp | 5235 Out << (DE->isArrayForm() ? "da" : "dl"); in mangleExpression()
|
| H A D | ASTImporter.cpp | 8187 ToType, E->isGlobalDelete(), E->isArrayForm(), E->isArrayFormAsWritten(), in VisitCXXDeleteExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 2142 if (E->isArrayForm()) { in EmitCXXDeleteExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 2872 (DE->isArrayForm() ? AF_CXXNewArray : AF_CXXNew)); in checkPreCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1925 Record.push_back(E->isArrayForm()); in VisitCXXDeleteExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 3454 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr() 3593 std::make_pair(DE->getBeginLoc(), DE->isArrayForm())); in AnalyzeDeleteExprMismatch()
|
| H A D | TreeTransform.h | 12632 E->getBeginLoc(), E->isGlobalDelete(), E->isArrayForm(), Operand.get()); in TransformCXXDeleteExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2507 bool isArrayForm() const { return CXXDeleteExprBits.ArrayForm; } in isArrayForm() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 1441 if (DE->isArrayForm()) { in ProcessDeleteDtor()
|