Searched refs:foofoo (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/test/OpenMP/ |
D | declare_variant_messages.cpp | 11 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 …]
|
D | declare_variant_ast_print.cpp | 14 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/ |
D | testoutput20 | 43 foofoo 44 0: foofoo
|
D | testinput20 | 34 foofoo
|
D | testoutput1 | 8876 foofoo 8877 0: foofoo
|
D | testinput1 | 5595 foofoo
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | strtab-optimize.test | 2 # RUN: llvm-objcopy %t %t2 --add-symbol='foo=1' --add-symbol='foofoo=2'
|
/external/starlark-go/starlark/testdata/ |
D | string.star | 354 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/ |
D | mangle-ms-back-references-pr13207.cpp | 126 void foofoo(Y<Y<X> > x) {} in foofoo() function
|
/external/llvm-project/llvm/test/Demangle/ |
D | ms-back-references.test | 128 ?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/ |
D | mangle-ms-back-references-pr13207.cpp | 126 void foofoo(Y<Y<X> > x) {} in foofoo() function
|
/external/pcre/dist2/doc/ |
D | pcre2.txt | 7825 both "foofoo" and "barbar" but not "foobar" or "barfoo":
|