Lines Matching full:section
7 int b = 1; // expected-error {{'b' causes a section type conflict with 'a'}}
10 __declspec(allocate(".my_const")) int d = 1; // expected-error {{'d' causes a section type conflict…
14 #pragma section(".my_seg", execute) // expected-note 2 {{#pragma entered her}}
21 void fn_bad_seg(void){} // expected-error {{'fn_bad_seg' causes a section type conflict with 'int_b… in fn_bad_seg()
24 …g") // expected-warning {{expected push, pop or a string literal for the section name in '#pragma …
25 #pragma bss_seg(1) // expected-warning {{expected push, pop or a string literal for the section nam…
28 …// expected-warning {{expected a stack label or a string literal for the section name in '#pragma …
30 #pragma bss_seg(push, my_label, 1) // expected-warning {{expected a string literal for the section …
34 #pragma section // expected-warning {{missing '(' after '#pragma section' - ignoring}}
35 #pragma section( // expected-warning {{expected a string literal for the section name in '#pragma s…
36 #pragma section(L".my_seg") // expected-warning {{expected a string literal for the section name in…
37 #pragma section(".my_seg" // expected-warning {{missing ')' after '#pragma section' - ignoring}}
38 #pragma section(".my_seg" 1 // expected-warning {{missing ')' after '#pragma section' - ignoring}}
39 #pragma section(".my_seg", // expected-warning {{expected action or ')' in '#pragma section' - ign…
40 #pragma section(".my_seg", read) // expected-error {{this causes a section type conflict with a pri…
41 #pragma section(".my_seg", bogus) // expected-warning {{unknown action 'bogus' for '#pragma section…
42 #pragma section(".my_seg", nopage) // expected-warning {{known but unsupported action 'nopage' for …
43 #pragma section(".my_seg", read, write) // expected-error {{this causes a section type conflict wit…
44 #pragma section(".my_seg", read, write, 1) // expected-warning {{expected action or ')' in '#pragm…