Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/language.support/support.coroutines/end.to.end/
H A Dgo.pass.cpp83 T const* pvalue = nullptr; member in channel
89 assert(pvalue == nullptr); in push()
91 pvalue = &value; in push()
105 assert(!pvalue); in sync_push()
106 pvalue = &value; in sync_push()
109 assert(!pvalue); in sync_push()
115 while (!pvalue) goroutine::run_one(); in sync_pull()
116 auto result = *pvalue; in sync_pull()
117 pvalue = nullptr; in sync_pull()
142 auto result = *ch->pvalue; in await_resume()
[all …]
/llvm-project-15.0.7/libcxx/test/std/experimental/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-15.0.7/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-15.0.7/third-party/benchmark/tools/gbench/
H A Dreport.py197 timings_time[0], timings_time[1], alternative='two-sided').pvalue
199 timings_cpu[0], timings_cpu[1], alternative='two-sided').pvalue