Home
last modified time | relevance | path

Searched refs:f3_x (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dexprs.c82 union f3_x {int x; float y;}; union
83 int f3() {return ((union f3_x)2).x;} in f3()
/external/clang/test/CodeGen/
Dexprs.c82 union f3_x {int x; float y;}; union
83 int f3() {return ((union f3_x)2).x;} in f3()