Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGen/
H A Ddecl.c58 union test5u ola = (union test5u) 351; in test5() local
H A Dexprs.c43 int ola(void) { in ola() function
/llvm-project/clang/test/Sema/
H A Darray-init.c250 union uniao { int ola; } xpto[1]; member