Searched refs:Destructors (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | STLExtrasTest.cpp | 167 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/ |
D | win-funclet-cfi.ll | 36 ; Destructors need CFI but they shouldn't use the .seh_handler directive.
|
/external/llvm/test/CodeGen/X86/ |
D | win-funclet-cfi.ll | 36 ; Destructors need CFI but they shouldn't use the .seh_handler directive.
|
/external/swiftshader/third_party/subzero/src/ |
D | IceGlobalContext.h | 447 DestructorArray Destructors; variable 547 return LockedPtr<DestructorArray>(&Destructors, &DestructorsLock); in getDestructors()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 3835 enum { Priority = 0, Destructors = 1 }; in emitTaskInit() enumerator 3845 Data1LV, *std::next(KmpCmplrdataUD->field_begin(), Destructors)); in emitTaskInit()
|
/external/clang/unittests/Format/ |
D | FormatTest.cpp | 10753 TEST_F(FormatTest, Destructors) { in TEST_F() argument
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 2579 ## Mocking Destructors ##
|
/external/python/cpython2/Misc/ |
D | HISTORY | 11950 careful with the order in which modules are destroyed. Destructors
|
/external/python/cpython3/Misc/ |
D | HISTORY | 29329 careful with the order in which modules are destroyed. Destructors
|