Home
last modified time | relevance | path

Searched refs:destructed (Results 1 – 11 of 11) sorted by relevance

/src/tools/regression/pthread/unwind/
H A DTest.cpp2 static int destructed; variable
8 ~Test() { printf("Test::~Test()\n"); destructed = 1; } in ~Test()
21 if (!destructed) in check_destruct()
30 if (!destructed) in check_destruct2()
/src/contrib/googletest/docs/
H A Dgmock_cheat_sheet.md106 6. When a mock object is destructed, gMock automatically verifies that all
194 gMock will verify the expectations on a mock object when it is destructed, or
H A Dprimer.md331 3. `t1` is destructed.
H A Dgmock_for_dummies.md220 5. When a mock is destructed, gMock will automatically check whether all
H A Dgmock_cook_book.md2233 action itself is destructed.
2319 action itself is destructed.
2960 to verify a mock object before it is (hopefully) destructed. You can do this
3043 Sometimes you want to make sure a mock object is destructed at the right time,
H A Dadvanced.md272 partially-destructed state! You almost certainly want to `abort` or use
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h613 void setExternallyDestructed(bool destructed = true) {
614 DestructedFlag = destructed;
/src/crypto/openssl/doc/internal/man3/
H A Dossl_namemap_new.pod52 The returned B<OSSL_NAMEMAP> can't be destructed using
/src/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt335 …am exit. Expectations on a mock object are verified when the object is destructed. Leaking a mock …
/src/contrib/googletest/docs/reference/
H A Dmatchers.md56 destructed later. If the compiler complains that `value` doesn't have a public
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td636 "destructed as their base class.">,