Searched refs:TestState (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
| H A D | jit-dejagnu.h | 203 class TestState { 208 TestState (void) in TestState() function 218 ~TestState (void) { totals(); } in ~TestState() 328 friend std::ostream & operator << (std::ostream &os, TestState& t)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
| H A D | jit-dejagnu.h | 203 class TestState { 208 TestState (void) in TestState() function 218 ~TestState (void) { totals(); } in ~TestState() 328 friend std::ostream & operator << (std::ostream &os, TestState& t)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| H A D | ossl_shim.cc | 80 struct TestState { struct 97 delete ((TestState *)ptr); in TestStateExFree() 111 static bool SetTestState(SSL *ssl, std::unique_ptr<TestState> state) { in SetTestState() 120 static TestState *GetTestState(const SSL *ssl) { in GetTestState() 121 return (TestState *)SSL_get_ex_data(ssl, g_state_index); in GetTestState() 678 TestState *test_state = GetTestState(ssl); in RetryAsync() 717 TestState *test_state = GetTestState(ssl); in DoRead() 908 !SetTestState(ssl.get(), std::unique_ptr<TestState>(new TestState))) { in DoExchange()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 1278 TestTypestateAttr::ConsumedState TestState; in handleTestTypestateAttr() local 1282 if (!TestTypestateAttr::ConvertStrToConsumedState(Param, TestState)) { in handleTestTypestateAttr() 1293 D->addAttr(::new (S.Context) TestTypestateAttr(S.Context, AL, TestState)); in handleTestTypestateAttr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Attr.td | 3254 let Args = [EnumArgument<"TestState", "ConsumedState",
|