Home
last modified time | relevance | path

Searched refs:foofoo (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/test/OpenMP/
Ddeclare_variant_messages.cpp11 T foofoo();
18 #pragma omp declare variant(foofoo <int>) // expected-error {{expected 'match' clause on 'omp decla…
19 #pragma omp declare variant(foofoo <int>) xxx // expected-error {{expected 'match' clause on 'omp d…
20 #pragma omp declare variant(foofoo <int>) match // expected-error {{expected '(' after 'match'}}
21 #pragma omp declare variant(foofoo <int>) match( // expected-error {{expected ')'}} expected-warnin…
22 #pragma omp declare variant(foofoo <int>) match() // expected-warning {{expected identifier or stri…
23 #pragma omp declare variant(foofoo <int>) match(implementation) // expected-warning {{expected '=' …
24 #pragma omp declare variant(foofoo <int>) match(implementation =) // expected-warning {{expected '{…
25 #pragma omp declare variant(foofoo <int>) match(implementation = yyy) // expected-warning {{expecte…
26 #pragma omp declare variant(foofoo <int>) match(implementation = yyy }) // expected-warning {{expec…
[all …]
Ddeclare_variant_ast_print.cpp14 T foofoo() { return T(); } in foofoo() function
24 #pragma omp declare variant(foofoo <int>) match(xxx = {})
25 #pragma omp declare variant(foofoo <int>) match(xxx = {vvv})
26 #pragma omp declare variant(foofoo <int>) match(implementation = {vendor(score(0): "llvm"), xxx}, d…
27 #pragma omp declare variant(foofoo <int>) match(implementation = {vendor("unknown")})
28 #pragma omp declare variant(foofoo <int>) match(implementation = {vendor(score(5): ibm)}, device = …
37 #pragma omp declare variant(foofoo <T>) match(xxx = {})
38 #pragma omp declare variant(foofoo <T>) match(xxx = {vvv})
39 #pragma omp declare variant(foofoo <T>) match(user = {score(1 * 1 + 1) : condition(100 > 10 + 2)})
40 #pragma omp declare variant(foofoo <T>) match(user = {score(0) : condition(0)})
[all …]
/external/pcre/dist2/testdata/
Dtestoutput2043 foofoo
44 0: foofoo
Dtestinput2034 foofoo
Dtestoutput18876 foofoo
8877 0: foofoo
Dtestinput15595 foofoo
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dstrtab-optimize.test2 # RUN: llvm-objcopy %t %t2 --add-symbol='foo=1' --add-symbol='foofoo=2'
/external/starlark-go/starlark/testdata/
Dstring.star354 assert.eq("foofoo".find("oo"), 1)
355 assert.eq("foofoo".find("ox"), -1)
356 assert.eq("foofoo".find("oo", 2), 4)
357 assert.eq("foofoo".rfind("oo"), 4)
358 assert.eq("foofoo".rfind("ox"), -1)
359 assert.eq("foofoo".rfind("oo", 1, 4), 1)
360 assert.eq("foofoo".find(""), 0)
361 assert.eq("foofoo".rfind(""), 6)
/external/clang/test/CodeGenCXX/
Dmangle-ms-back-references-pr13207.cpp126 void foofoo(Y<Y<X> > x) {} in foofoo() function
/external/llvm-project/llvm/test/Demangle/
Dms-back-references.test128 ?foofoo@NA@PR13207@@YAXV?$Y@V?$Y@VX@NA@PR13207@@@NA@PR13207@@@12@@Z
129 ; CHECK: void __cdecl PR13207::NA::foofoo(class PR13207::NA::Y<class PR13207::NA::Y<class PR13207::…
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-ms-back-references-pr13207.cpp126 void foofoo(Y<Y<X> > x) {} in foofoo() function
/external/pcre/dist2/doc/
Dpcre2.txt7825 both "foofoo" and "barbar" but not "foobar" or "barfoo":