Searched defs:vF (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/CodeGen/
H A Dvolatile.c14 struct { volatile int x; } vF; variable in typeref:struct:__anon2264
66 i=vF.x;
67 // CHECK: load volatile i32, i32* getelementptr {{.*}} @vF
141 vF.x=i;
143 // CHECK: store volatile i32 {{.*}}, i32* getelementptr {{.*}} @vF

Completed in 187 milliseconds