Home
last modified time | relevance | path

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

/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.h516 DestructorArray Destructors; variable
616 return LockedPtr<DestructorArray>(&Destructors, &DestructorsLock); in getDestructors()
/external/bison/tests/
Dactions.at351 ## Printers and Destructors. ##
737 [AT_SETUP([Printers and Destructors$2]m4_ifval([$1], [[: $1]]))
Dglr-regression.at805 fprintf (stderr, "Tokens = %d, Destructors = %d\n", tokens, destructors);
Dtestsuite751 159;actions.at:751;Printers and Destructors;;
752 160;actions.at:752;Printers and Destructors with union;;
753 161;actions.at:754;Printers and Destructors: %defines %skeleton \"lalr1.cc\";c++;
/external/bison/
DNEWS1334 Destructors are now called when user code invokes YYABORT, YYACCEPT,
1384 ** Destructors are now called when the parser aborts, for all symbols left
DChangeLog-20127501 * tests/actions.at (Printers and Destructors): Test all the above.
7899 * tests/actions.at (Printers and Destructors): Update names.
12010 (Printers and Destructors): Add non-%union test cases.
14372 more similar to that of the Printers and Destructors test.
14374 (Printers and Destructors): Likewise.
14375 (Printers and Destructors: %glr-parser): Remove for now, to avoid
14501 Make the ``Printers and Destructors'' test more verbose, taking
14706 * tests/cations.at (Printers and Destructors): Use Bison directives
16348 * tests/actions.at (Printers and Destructors): Adjust.
16846 * tests/actions.at (Printers and Destructors): Improve.
[all …]
/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/v1_6/
DCookBook.md2325 ## Mocking Destructors ##
/external/googletest/googlemock/docs/v1_5/
DCookBook.md2194 ## Mocking Destructors ##
/external/googletest/googlemock/docs/v1_7/
DCookBook.md2353 ## Mocking Destructors ##
/external/googletest/googlemock/docs/
DCookBook.md2596 ## Mocking Destructors ##
/external/python/cpython2/Misc/
DHISTORY11950 careful with the order in which modules are destroyed. Destructors