Lines Matching refs:is_parameter

9 …attribute push(__attribute__((annotate("test"))), apply_to = any(variable(is_parameter), function))
12 … clang attribute push(__attribute__((annotate("test"))), apply_to = variable(unless(is_parameter)))
15 …g attribute push(__attribute__((annotate("test"))), apply_to = any(variable(unless(is_parameter))))
68 …bute push(__attribute__((annotate("test"))), apply_to = any( variable(is_parameter, not) )) // exp…
69 …bute push(__attribute__((annotate("test"))), apply_to = any( variable is_parameter )) // expected-…
77 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = enum(is_parameter)) // e…
78 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(enum(is_parameter)))…
83 …sh(__attribute__((annotate("test"))), apply_to = any( variable(unless(is_parameter, not)) )) // ex…
84 …sh(__attribute__((annotate("test"))), apply_to = any( variable(unless(is_parameter), not) ) // exp…
85 …sh(__attribute__((annotate("test"))), apply_to = any( variable unless is_parameter )) // expected-…
86 …sh(__attribute__((annotate("test"))), apply_to = any( variable(unless is_parameter) )) // expected…
91 …e push(__attribute__((annotate("test"))), apply_to = any( enum(unless(is_parameter)) )) // expecte…
100 …((annotate("test"))), apply_to = any( variable(unless(is_parameter)), variable(unless(is_parameter
101 …), apply_to = any( variable(unless(is_parameter)), variable(unless(is_parameter)), enum, variable(…
193 …push([[clang::uninitialized]], apply_to = any(variable(is_parameter), variable(unless(is_parameter
202 …te push([[clang::no_destroy]], apply_to = any(variable(is_parameter), variable(unless(is_parameter