Searched refs:isArrayForm (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | JSONNodeDumper.cpp | 1426 attributeOnlyIfTrue("isArray", DE->isArrayForm()); in VisitCXXDeleteExpr()
|
| H A D | StmtProfile.cpp | 2159 ID.AddBoolean(S->isArrayForm()); in VisitCXXDeleteExpr()
|
| H A D | StmtPrinter.cpp | 2501 if (E->isArrayForm()) in VisitCXXDeleteExpr()
|
| H A D | TextNodeDumper.cpp | 1758 if (Node->isArrayForm()) in VisitCXXDeleteExpr()
|
| H A D | ItaniumMangle.cpp | 5524 Out << (DE->isArrayForm() ? "da" : "dl"); in mangleExpression()
|
| H A D | ExprConstant.cpp | 16574 Info, E, Pointer, E->isArrayForm() ? DynAlloc::ArrayNew : DynAlloc::New); in VisitCXXDeleteExpr() 16581 if (!E->isArrayForm() && Pointer.Designator.Entries.size() != 0 && in VisitCXXDeleteExpr() 16590 if (!E->isArrayForm() && !E->isGlobalDelete()) { in VisitCXXDeleteExpr()
|
| H A D | ASTImporter.cpp | 8636 ToType, E->isGlobalDelete(), E->isArrayForm(), E->isArrayFormAsWritten(), in VisitCXXDeleteExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 2174 if (E->isArrayForm()) { in EmitCXXDeleteExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | MallocChecker.cpp | 3104 AllocationFamily(DE->isArrayForm() ? AF_CXXNewArray : AF_CXXNew)); in checkPreCall()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 3773 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr() 3912 std::make_pair(DE->getBeginLoc(), DE->isArrayForm())); in AnalyzeDeleteExprMismatch()
|
| H A D | TreeTransform.h | 14618 E->getBeginLoc(), E->isGlobalDelete(), E->isArrayForm(), Operand.get()); in TransformCXXDeleteExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 1961 Record.push_back(E->isArrayForm()); in VisitCXXDeleteExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngine.cpp | 1442 if (DE->isArrayForm()) { in ProcessDeleteDtor()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 2632 bool isArrayForm() const { return CXXDeleteExprBits.ArrayForm; } in isArrayForm() function
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.cpp | 3708 return this->emitFree(E->isArrayForm(), E->isGlobalDelete(), E); in VisitCXXDeleteExpr()
|