Home
last modified time | relevance | path

Searched refs:IsArrayForm (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2972 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
2995 bool IsArrayForm; member in __anond9fd55370811::MismatchingNewDeleteDetector
3043 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3071 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3102 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3115 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3133 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3141 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3153 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3163 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2986 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3009 bool IsArrayForm; member in __anon4aa048f50811::MismatchingNewDeleteDetector
3057 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3085 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3116 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3129 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3147 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3155 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3167 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3177 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2960 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
2983 bool IsArrayForm; member in __anonbb433cb30711::MismatchingNewDeleteDetector
3031 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3059 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3090 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3103 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3121 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3129 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3141 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3151 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2982 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3005 bool IsArrayForm; member in __anon22b260900811::MismatchingNewDeleteDetector
3053 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3081 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3112 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3125 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3143 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3151 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3163 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3173 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaExprCXX.cpp3119 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3142 bool IsArrayForm; member in __anon4c3cca550f11::MismatchingNewDeleteDetector
3190 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3218 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3249 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3262 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3280 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3288 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3300 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3310 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2982 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3005 bool IsArrayForm; member in __anon4eebc6f70811::MismatchingNewDeleteDetector
3053 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3081 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3112 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3125 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3143 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3151 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3163 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3173 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp3119 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3142 bool IsArrayForm; member in __anonde48d3390f11::MismatchingNewDeleteDetector
3190 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3218 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3249 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3262 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3280 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3288 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3300 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3310 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaExprCXX.cpp3230 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3253 bool IsArrayForm; member in __anond7c070200f11::MismatchingNewDeleteDetector
3301 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3329 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3360 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3373 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3391 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3399 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3411 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3421 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp3138 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3161 bool IsArrayForm; member in __anond48ab6400f11::MismatchingNewDeleteDetector
3209 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3237 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3268 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3281 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3299 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3307 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3319 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3329 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExprCXX.cpp3224 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3247 bool IsArrayForm; member in __anon62bfe28d0f11::MismatchingNewDeleteDetector
3295 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3323 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3354 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3367 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3385 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3393 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3405 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3415 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaExprCXX.cpp3169 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3192 bool IsArrayForm; member in __anonaa88f07f0f11::MismatchingNewDeleteDetector
3240 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3268 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3299 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3312 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3330 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3338 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3350 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3360 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExprCXX.cpp3224 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3247 bool IsArrayForm; member in __anon8085fa550f11::MismatchingNewDeleteDetector
3295 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3323 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3354 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3367 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3385 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3393 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3405 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3415 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3224 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3247 bool IsArrayForm; member in __anon517b6ba20f11::MismatchingNewDeleteDetector
3295 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3323 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3354 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3367 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3385 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3393 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3405 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3415 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaExprCXX.cpp3169 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3192 bool IsArrayForm; member in __anon76ac26930f11::MismatchingNewDeleteDetector
3240 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3268 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3299 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3312 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3330 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3338 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3350 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3360 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaExprCXX.cpp3224 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3247 bool IsArrayForm; member in __anonb462c4410f11::MismatchingNewDeleteDetector
3295 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3323 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3354 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3367 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3385 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3393 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3405 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3415 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaExprCXX.cpp3224 : Field(nullptr), IsArrayForm(false), EndOfTU(EndOfTU), in MismatchingNewDeleteDetector()
3247 bool IsArrayForm; member in __anon2f98f87e0f11::MismatchingNewDeleteDetector
3295 IsArrayForm = DE->isArrayForm(); in analyzeDeleteExpr()
3323 if (NE->isArray() == IsArrayForm) in hasMatchingNewInCtorInit()
3354 if (NE->isArray() != IsArrayForm) { in analyzeInClassInitializer()
3367 IsArrayForm = DeleteWasArrayForm; in analyzeField()
3385 return analyzeField(F, IsArrayForm); in analyzeMemberExpr()
3393 NE->isArray() != IsArrayForm) { in hasMatchingVarInit()
3405 if (!Detector.IsArrayForm) in DiagnoseMismatchedNewDelete()
3415 << Detector.IsArrayForm << H; in DiagnoseMismatchedNewDelete()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Serialization/
H A DASTReader.cpp3386 bool IsArrayForm = Record[I++] == 1; in ReadASTBlock() local
3387 DelayedDeleteExprs.push_back(IsArrayForm); in ReadASTBlock()
8156 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; in ReadMismatchingDeleteExpressions() local
8157 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3664 bool IsArrayForm = Record[I++] == 1; in ReadASTBlock() local
3665 DelayedDeleteExprs.push_back(IsArrayForm); in ReadASTBlock()
8125 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; in ReadMismatchingDeleteExpressions() local
8126 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReader.cpp3678 bool IsArrayForm = Record[I++] == 1; in ReadASTBlock() local
3679 DelayedDeleteExprs.push_back(IsArrayForm); in ReadASTBlock()
8276 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; in ReadMismatchingDeleteExpressions() local
8277 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Serialization/
H A DASTReader.cpp3676 bool IsArrayForm = Record[I++] == 1; in ReadASTBlock() local
3677 DelayedDeleteExprs.push_back(IsArrayForm); in ReadASTBlock()
8254 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; in ReadMismatchingDeleteExpressions() local
8255 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Serialization/
H A DASTReader.cpp3664 bool IsArrayForm = Record[I++] == 1; in ReadASTBlock() local
3665 DelayedDeleteExprs.push_back(IsArrayForm); in ReadASTBlock()
8125 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; in ReadMismatchingDeleteExpressions() local
8126 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Serialization/
H A DASTReader.cpp3668 bool IsArrayForm = Record[I++] == 1; in ReadASTBlock() local
3669 DelayedDeleteExprs.push_back(IsArrayForm); in ReadASTBlock()
8235 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; in ReadMismatchingDeleteExpressions() local
8236 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Serialization/
H A DASTReader.cpp3678 bool IsArrayForm = Record[I++] == 1; in ReadASTBlock() local
3679 DelayedDeleteExprs.push_back(IsArrayForm); in ReadASTBlock()
8276 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; in ReadMismatchingDeleteExpressions() local
8277 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Serialization/
H A DASTReader.cpp3386 bool IsArrayForm = Record[I++] == 1; in ReadASTBlock() local
3387 DelayedDeleteExprs.push_back(IsArrayForm); in ReadASTBlock()
8144 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; in ReadMismatchingDeleteExpressions() local
8145 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Serialization/
H A DASTReader.cpp3659 bool IsArrayForm = Record[I++] == 1; in ReadASTBlock() local
3660 DelayedDeleteExprs.push_back(IsArrayForm); in ReadASTBlock()
8277 const bool IsArrayForm = DelayedDeleteExprs[Idx++]; in ReadMismatchingDeleteExpressions() local
8278 Exprs[FD].push_back(std::make_pair(DeleteLoc, IsArrayForm)); in ReadMismatchingDeleteExpressions()

12