Lines Matching refs:match

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…
27 #pragma omp declare variant(foofoo <int>) match(implementation = {) // expected-warning {{expected …
28 #pragma omp declare variant(foofoo <int>) match(implementation = {}) // expected-warning {{expected…
29 #pragma omp declare variant(foofoo <int>) match(implementation = {vvv, vvv}) // expected-warning {{…
30 #pragma omp declare variant(foofoo <int>) match(implementation = {vvv} implementation) // expected-…
31 #pragma omp declare variant(foofoo <int>) match(implementation = {vvv}) implementation // expected-…
32 #pragma omp declare variant(foofoo <int>) match(implementation={xxx}) // expected-warning {{'xxx' i…
33 #pragma omp declare variant(foofoo <int>) match(implementation={vendor}) // expected-warning {{the …
34 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(}) // expected-error {{expec…
35 #pragma omp declare variant(foofoo <int>) match(implementation={vendor()}) // expected-warning {{ex…
36 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score ibm)}) // expected-err…
37 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score( ibm)}) // expected-er…
38 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score(2 ibm)}) // expected-e…
39 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score(foofoo <int>()) ibm)})…
40 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score(5): ibm), vendor(llvm)…
41 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score(5): ibm), kind(cpu)}) …
42 #pragma omp declare variant(foofoo <int>) match(device={xxx}) // expected-warning {{'xxx' is not a …
43 #pragma omp declare variant(foofoo <int>) match(device={kind}) // expected-warning {{the context se…
44 #pragma omp declare variant(foofoo <int>) match(device={kind(}) // expected-error {{expected ')'}} …
45 #pragma omp declare variant(foofoo <int>) match(device={kind()}) // expected-warning {{expected ide…
46 #pragma omp declare variant(foofoo <int>) match(device={kind(score cpu)}) // expected-error {{expec…
47 #pragma omp declare variant(foofoo <int>) match(device={kind(score( ibm)}) // expected-error {{use …
48 #pragma omp declare variant(foofoo <int>) match(device={kind(score(2 gpu)}) // expected-error {{exp…
49 #pragma omp declare variant(foofoo <int>) match(device={kind(score(foofoo <int>()) ibm)}) // expect…
50 #pragma omp declare variant(foofoo <int>) match(device={kind(score(5): host), kind(llvm)}) // expec…
51 #pragma omp declare variant(foofoo <int>) match(device={kind(score(5): nohost), vendor(llvm)}) // e…
62 #pragma omp declare variant(foofoo <T>) match // expected-error {{expected '(' after 'match'}}
63 #pragma omp declare variant(foofoo <T>) match( // expected-error {{expected ')'}} expected-warning …
64 #pragma omp declare variant(foofoo <T>) match() // expected-warning {{expected identifier or string…
65 #pragma omp declare variant(foofoo <T>) match(implementation) // expected-warning {{expected '=' af…
66 #pragma omp declare variant(foofoo <T>) match(implementation =) // expected-warning {{expected '{' …
67 #pragma omp declare variant(foofoo <T>) match(implementation = {) // expected-warning {{expected id…
68 #pragma omp declare variant(foofoo <T>) match(implementation = {}) // expected-warning {{expected i…
69 #pragma omp declare variant(foofoo <T>) match(implementation = {vvv, vvv}) // expected-warning {{'v…
70 #pragma omp declare variant(foofoo <T>) match(user = {score(<expr>) : condition(<expr>)}) // expect…
71 #pragma omp declare variant(foofoo <T>) match(user = {score(<expr>) : condition(<expr>)}) // expect…
72 #pragma omp declare variant(foofoo <T>) match(user = {condition(<expr>)}) // expected-error {{expec…
73 #pragma omp declare variant(foofoo <T>) match(user = {condition(<expr>)}) // expected-error {{expec…
74 #pragma omp declare variant(foofoo <T>) match(implementation = {vvv} implementation) // expected-er…
75 #pragma omp declare variant(foofoo <T>) match(implementation = {vvv}) xxx // expected-warning {{'vv…
76 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score ibm)}) // expected-err…
77 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score( ibm)}) // expected-er…
78 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score(C ibm)}) // expected-e…
79 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score(foofoo <int>()) ibm)})…
80 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score(C+5): ibm), vendor(llv…
81 #pragma omp declare variant(foofoo <int>) match(implementation={vendor(score(5): ibm), kind(cpu)}) …
82 #pragma omp declare variant(foofoo <int>) match(device={xxx}) // expected-warning {{'xxx' is not a …
83 #pragma omp declare variant(foofoo <int>) match(device={kind}) // expected-warning {{the context se…
84 #pragma omp declare variant(foofoo <int>) match(device={kind(}) // expected-error {{expected ')'}} …
85 #pragma omp declare variant(foofoo <int>) match(device={kind()}) // expected-warning {{expected ide…
86 #pragma omp declare variant(foofoo <int>) match(device={kind(score cpu)}) // expected-error {{expec…
87 #pragma omp declare variant(foofoo <int>) match(device={kind(score( ibm)}) // expected-error {{use …
88 #pragma omp declare variant(foofoo <int>) match(device={kind(score(C gpu)}) // expected-error {{exp…
89 #pragma omp declare variant(foofoo <int>) match(device={kind(score(foofoo <int>()) ibm)}) // expect…
90 #pragma omp declare variant(foofoo <int>) match(device={kind(score(C+5): host), kind(llvm)}) // exp…
91 #pragma omp declare variant(foofoo <int>) match(device={kind(score(C+5): nohost), vendor(llvm)}) //…
95 #pragma omp declare variant(foo) match(implementation = {vendor(score(foo) :llvm)}) // expected-war…
96 #pragma omp declare variant(foo) match(implementation = {vendor(score(foo()) :llvm)}) // expected-w…
97 #pragma omp declare variant(foo) match(implementation = {vendor(score(<expr>) :llvm)}) // expected-…
98 #pragma omp declare variant(foo) match(user = {condition(foo)}) // expected-error {{the user condit…
99 #pragma omp declare variant(foo) match(user = {condition(foo())}) // expected-error {{the user cond…
100 #pragma omp declare variant(foo) match(user = {condition(<expr>)}) // expected-error {{expected exp…
103 #pragma omp declare variant(foo) match(implementation = {vendor(score(foo) :llvm)})
104 #pragma omp declare variant(foo) match(implementation = {vendor(score(foo()) :llvm)})
105 #pragma omp declare variant(foo) match(implementation = {vendor(score(<expr>) :llvm)}) // expected-…
106 #pragma omp declare variant(foo) match(user = {condition(foo)})
107 #pragma omp declare variant(foo) match(user = {condition(foo())})
108 #pragma omp declare variant(foo) match(user = {condition(<expr>)}) // expected-error {{expected exp…
112 #pragma omp declare variant(foo) match(implementation = {vendor(score(foo) :llvm)}) // expected-war…
113 #pragma omp declare variant(foo) match(implementation = {vendor(score(foo()) :llvm)}) // expected-w…
114 #pragma omp declare variant(foo) match(implementation = {vendor(score(<expr>) :llvm)}) // expected-…
115 #pragma omp declare variant(foo) match(user = {condition(foo)}) // expected-error {{the user condit…
116 #pragma omp declare variant(foo) match(user = {condition(foo())}) // expected-error {{the user cond…
117 #pragma omp declare variant(foo) match(user = {condition(<C>)}) // expected-error {{expected expres…
122 #pragma omp declare variant(foo) match(implementation = {vendor(score(constexpr_fn(3)) : llvm)})
123 #pragma omp declare variant(foo) match(user = {condition(constexpr_fn(1))})
126 #pragma omp declare variant(foo) match(implementation = {vendor(score(constexpr_fn(3)) : llvm)})
127 #pragma omp declare variant(foo) match(implementation = {vendor(score(constexpr_fn(C)) : llvm)})
128 #pragma omp declare variant(foo) match(user = {condition(constexpr_fn(1))})
129 #pragma omp declare variant(foo) match(user = {condition(constexpr_fn(C))})
135 #pragma omp declare variant(pure) match(user = {condition(1)}) // expected-warning {{ignoring retur…
145 #pragma omp declare variant(barbar <int>) match(implementation = {}) // expected-warning {{expected…
148 #pragma omp declare variant(barbar <int>) match(implementation = {}) // expected-warning {{expected…
154 #pragma omp declare variant(barbar <int>) match(implementation = {}) // expected-error {{function d…
159 #pragma omp declare variant(barbar <int>) match(implementation = {}) // expected-error {{function d…
160 #pragma omp declare variant(barbar <int>) match(xxx = {}) // expected-error {{function declaration …
166 #pragma omp declare variant(barbar <int>) match(implementation = {}) // expected-error {{function d…
167 #pragma omp declare variant(barbar <int>) match(xxx = {}) // expected-error {{function declaration …
172 #pragma omp declare variant(barbar <int>) match(implementation = {}) // expected-error {{single dec…
176 #pragma omp declare variant(C) match(implementation = {}) // expected-error {{'C' does not refer to…
184 #pragma omp declare variant(barbar <int>) match(implementation = {}) // expected-error {{variant in…
195 #pragma omp declare variant(after_use_variant) match(implementation = {}) // expected-warning {{exp…
200 #pragma omp declare variant(fn) match(xxx = {}) // expected-warning {{'xxx' is not a valid context …
206 #pragma omp declare variant(fn1) match(implementation = {}) // expected-error {{variant in '#pragma…
211 #pragma omp declare variant(fn_constexpr_variant) match(xxx = {}) // expected-warning {{'xxx' is no…
216 #pragma omp declare variant(fn_constexpr_variant1) match(implementation = {}) // expected-error {{'…
221 #pragma omp declare variant(fn_sc_variant) match(xxx = {}) // expected-error {{function with '#prag…
226 #pragma omp declare variant(fn_sc_variant1) match(implementation = {}) // expected-error {{function…
231 #pragma omp declare variant(fn_inline_variant) match(xxx = {}) // expected-error {{function with '#…
236 #pragma omp declare variant(fn_inline_variant1) match(implementation = {}) // expected-error {{func…
240 #pragma omp declare variant(fn_deduced_variant) match(xxx = {}) // expected-warning {{'xxx' is not …
244 #pragma omp declare variant(fn_deduced_variant1) match(implementation = {}) // expected-warning {{e…
249 #pragma omp declare variant(fn_deduced_variant1) match(implementation = {}) // expected-warning {{e…
254 #pragma omp declare variant(fn_deduced_variant2) match(xxx = {}) // expected-error {{variant in '#p…
260 #pragma omp declare variant(fn_except_variant) match(implementation = {}) // expected-warning {{exp…
266 #pragma omp declare variant(fn_except_variant1) match(xxx = {}) // expected-warning {{'xxx' is not …
272 #pragma omp declare variant(SpecialFuncs::vd) match(implementation = {}) // expected-warning {{expe…
275 #pragma omp declare variant(SpecialFuncs::vd) match(xxx = {}) // expected-warning {{'xxx' is not a …
281 #pragma omp declare variant(SpecialFuncs::baz) match(implementation = {}) // expected-warning {{exp…
282 #pragma omp declare variant(SpecialFuncs::bar) match(xxx = {}) // expected-warning {{'xxx' is not a…
284 #pragma omp declare variant(fn_sc_variant1) match(implementation = {}) // expected-error {{variant …
289 #pragma omp declare variant(SpecialFuncs::foo) match(xxx = {}) // expected-warning {{'xxx' is not a…
292 #pragma omp declare variant(SpecialFuncs::bar) match(implementation = {}) // expected-warning {{exp…