Home
last modified time | relevance | path

Searched refs:TestState (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dclient.py30 class TestState(object): class
317 tstate = TestState()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp1130 TestTypestateAttr::ConsumedState TestState; in handleTestTypestateAttr() local
1134 if (!TestTypestateAttr::ConvertStrToConsumedState(Param, TestState)) { in handleTestTypestateAttr()
1145 D->addAttr(::new (S.Context) TestTypestateAttr(S.Context, AL, TestState)); in handleTestTypestateAttr()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td3895 let Args = [EnumArgument<"TestState", "ConsumedState", /*is_string=*/false,