Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dconst-eval.c53 int g25[(int)(1.0 + 1.0)], g26 = sizeof(g25); // expected-warning {{folded to constant array}} variable
/llvm-project/clang/test/AST/Interp/
H A Dconst-eval.c
/llvm-project/clang/test/CodeGen/
H A Dconst-init.c129 static const char *g26 = __func__; in g25() local