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…
12 #pragma section(".my_seg", execute) // expected-note 2 {{#pragma entered her}}
19 void fn_bad_seg(void){} // expected-error {{'fn_bad_seg' causes a section type conflict with 'int_b… in fn_bad_seg()
22 …g") // expected-warning {{expected push, pop or a string literal for the section name in '#pragma …
23 #pragma bss_seg(1) // expected-warning {{expected push, pop or a string literal for the section nam…
26 …// expected-warning {{expected a stack label or a string literal for the section name in '#pragma …
28 #pragma bss_seg(push, my_label, 1) // expected-warning {{expected a string literal for the section …
32 #pragma section // expected-warning {{missing '(' after '#pragma section' - ignoring}}
33 #pragma section( // expected-warning {{expected a string literal for the section name in '#pragma s…
34 #pragma section(L".my_seg") // expected-warning {{expected a string literal for the section name in…
35 #pragma section(".my_seg" // expected-warning {{missing ')' after '#pragma section' - ignoring}}
36 #pragma section(".my_seg" 1 // expected-warning {{missing ')' after '#pragma section' - ignoring}}
37 #pragma section(".my_seg", // expected-warning {{expected action or ')' in '#pragma section' - ign…
38 #pragma section(".my_seg", read) // expected-error {{this causes a section type conflict with a pri…
39 #pragma section(".my_seg", bogus) // expected-warning {{unknown action 'bogus' for '#pragma section…
40 #pragma section(".my_seg", nopage) // expected-warning {{known but unsupported action 'nopage' for …
41 #pragma section(".my_seg", read, write) // expected-error {{this causes a section type conflict wit…
42 #pragma section(".my_seg", read, write, 1) // expected-warning {{expected action or ')' in '#pragm…