Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp85 T const* pvalue = nullptr; member in channel
91 assert(pvalue == nullptr); in push()
93 pvalue = &value; in push()
107 assert(!pvalue); in sync_push()
108 pvalue = &value; in sync_push()
111 assert(!pvalue); in sync_push()
117 while (!pvalue) goroutine::run_one(); in sync_pull()
118 auto result = *pvalue; in sync_pull()
119 pvalue = nullptr; in sync_pull()
144 auto result = *ch->pvalue; in await_resume()
[all …]
/llvm-project/clang/test/Sema/
H A Dexpr-address-of.c12 struct entry pvalue; in test() local
14 add_one(&pvalue.bitf); // expected-error {{address of bit-field requested}} in test()
/llvm-project/third-party/benchmark/tools/gbench/
H A Dreport.py224 ).pvalue
227 ).pvalue