Lines Matching full:volatile
2 // RUN: grep volatile %t | count 28
5 // The number 28 comes from the current codegen for volatile loads;
7 // something has changed to affect volatile load/store codegen
10 volatile int vS;
13 volatile int* pvS;
16 volatile int vA[10];
19 struct { volatile int x; } vF;
22 volatile struct { int x; } vF2;
23 volatile struct { int x; } *vpF2;
26 volatile struct { struct { int y; } x; } vF3;
29 struct { volatile int x:3; } vBF;
33 volatile v4si vV;
37 volatile extv4 vVE;
39 volatile struct {int x;} aggFct(void);
41 typedef volatile int volatile_int;
67 i = aggFct().x; // Note: not volatile