Home
last modified time | relevance | path

Searched refs:Destructors (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DSTLExtrasTest.cpp171 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 Dexception-escape.rst9 * Destructors
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dwin-funclet-cfi.ll36 ; Destructors need CFI but they shouldn't use the .seh_handler directive.
/llvm-project-15.0.7/libcxxabi/src/
H A Daix_state_tab_eh.inc19 instead of the range table. Destructors, or addresses of the possible catch
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4472 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 DSemaDecl.cpp10745 Destructors = 4, in areMultiversionVariantFunctionsCompatible() enumerator
10788 << Destructors; in areMultiversionVariantFunctionsCompatible()
H A DSemaOpenMP.cpp7517 Destructors = 4, in checkOpenMPDeclareVariantFunction() enumerator
7538 << Destructors; in checkOpenMPDeclareVariantFunction()
/llvm-project-15.0.7/clang/unittests/Format/
H A DFormatTest.cpp21192 TEST_F(FormatTest, Destructors) { in TEST_F() argument