Home
last modified time | relevance | path

Searched defs:g24 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dconst-eval.c52 int g24[(int)(1.0 / 1.0)] = { 1 , 2 }; // expected-warning {{folded to constant array}} expected-wa… variable
/llvm-project/clang/test/AST/Interp/
H A Dconst-eval.c
/llvm-project/clang/test/CodeGen/
H A Dconst-init.c124 struct g23 g24 = {1,2,3,4}; variable