Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DSTLExtrasTest.cpp167 int Destructors = 0; in TEST() local
169 auto E1 = enumerate(Range<true, false>(Copies, Moves, Destructors)); in TEST()
174 EXPECT_EQ(1, Destructors); in TEST()
178 EXPECT_EQ(2, Destructors); in TEST()
180 Copies = Moves = Destructors = 0; in TEST()
183 Range<false, false> R(Copies, Moves, Destructors); in TEST()
189 EXPECT_EQ(0, Destructors); in TEST()
193 EXPECT_EQ(0, Destructors); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dwin-funclet-cfi.ll36 ; Destructors need CFI but they shouldn't use the .seh_handler directive.
/external/llvm/test/CodeGen/X86/
Dwin-funclet-cfi.ll36 ; Destructors need CFI but they shouldn't use the .seh_handler directive.
/external/swiftshader/third_party/subzero/src/
DIceGlobalContext.h447 DestructorArray Destructors; variable
547 return LockedPtr<DestructorArray>(&Destructors, &DestructorsLock); in getDestructors()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3835 enum { Priority = 0, Destructors = 1 }; in emitTaskInit() enumerator
3845 Data1LV, *std::next(KmpCmplrdataUD->field_begin(), Destructors)); in emitTaskInit()
/external/clang/unittests/Format/
DFormatTest.cpp10753 TEST_F(FormatTest, Destructors) { in TEST_F() argument
/external/googletest/googlemock/docs/
DCookBook.md2579 ## Mocking Destructors ##
/external/python/cpython2/Misc/
DHISTORY11950 careful with the order in which modules are destroyed. Destructors
/external/python/cpython3/Misc/
DHISTORY29329 careful with the order in which modules are destroyed. Destructors