Home
last modified time | relevance | path

Searched defs:foo0 (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dmips64-f128-literal.c7 LD foo0() { in foo0() function
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dmissing-field-initializers.c7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}} variable
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp79 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-unused-local-typedef.cpp17 typedef int foo0; // expected-warning {{unused typedef 'foo0'}} in f() typedef