Lines Matching refs:PT_GUARDED_VAR
11 #define PT_GUARDED_VAR __attribute__((pt_guarded_var))
421 int *pgb_gvar __attribute__((pt_guarded_var));
4398 int j PT_GUARDED_VAR; // expected-warning {{'pt_guarded_var' only applies to pointer types; type here is 'int'}}
4402 int j PT_GUARDED_VAR; // expected-warning {{'pt_guarded_var' attribute only applies to fields and global variables}}
4405 typedef int PT_GUARDED_VAR bad2; // expected-warning {{'pt_guarded_var' attribute only applies to fields and global variables}}