Home | History | Annotate | Download | only in SemaCXX

Lines Matching full:pragma

5 #pragma clang optimize off
8 // preprocessing. The pragma has no effect here.
67 #pragma clang optimize on
70 // decorated with `optnone`, because the pragma applies its effects only
78 // not affected by the pragma.
87 // affected by the pragma.
111 #pragma clang optimize off
118 #pragma clang optimize on
127 // pragma and that this works as expected (i.e. the off region "falls through"
130 #include <header-with-pragma-optimize-off.h>
137 #pragma clang optimize on