Searched refs:Destructors (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | STLExtrasTest.cpp | 171 int Destructors = 0; in TEST() local 179 EXPECT_EQ(1, Destructors); in TEST() 183 EXPECT_EQ(2, Destructors); in TEST() 190 int Destructors = 0; in TEST() local 204 EXPECT_EQ(1, Destructors); in TEST() 208 EXPECT_EQ(2, Destructors); in TEST() 216 int Destructors = 0; in TEST() local 232 EXPECT_EQ(1, Destructors); in TEST() 854 int Destructors = 0; in TEST() local 870 int Destructors = 0; in TEST() local [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | exception-escape.rst | 9 * Destructors
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | win-funclet-cfi.ll | 36 ; Destructors need CFI but they shouldn't use the .seh_handler directive.
|
| /llvm-project-15.0.7/libcxxabi/src/ |
| H A D | aix_state_tab_eh.inc | 19 instead of the range table. Destructors, or addresses of the possible catch
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 4472 enum { Priority = 0, Destructors = 1 }; in emitTaskInit() enumerator 4483 Data1LV, *std::next(KmpCmplrdataUD->field_begin(), Destructors)); in emitTaskInit()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 10745 Destructors = 4, in areMultiversionVariantFunctionsCompatible() enumerator 10788 << Destructors; in areMultiversionVariantFunctionsCompatible()
|
| H A D | SemaOpenMP.cpp | 7517 Destructors = 4, in checkOpenMPDeclareVariantFunction() enumerator 7538 << Destructors; in checkOpenMPDeclareVariantFunction()
|
| /llvm-project-15.0.7/clang/unittests/Format/ |
| H A D | FormatTest.cpp | 21192 TEST_F(FormatTest, Destructors) { in TEST_F() argument
|