Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Semantics/
H A Dcanondo09.f9020 subroutine foo0() subroutine
23 01 end if
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dasm.m22 void foo0() { function
/llvm-project-15.0.7/clang/test/PCH/
H A Dnon-trivial-c-union.m20 U0 foo0(void); // expected-error {{cannot use type 'U0' for function/method return since it is a un… function
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmips64-f128-literal.c7 LD foo0(void) { in foo0() function
H A Dattr-no-tail.c23 int foo0(int a) { in foo0() function
/llvm-project-15.0.7/lld/test/ELF/
H A Dmips-mgot.s104 foo0: label
/llvm-project-15.0.7/lld/test/ELF/Inputs/
H A Dmips-dynamic.s9 foo0: label
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dinstantiate-template-fatal-error.cpp6 template <class T> bool foo0(const long long *a, T* b) { in foo0() function
H A Dvartemplate-lambda.cpp4 template <typename> void foo0() { fn0<char>(); } in foo0() function
H A Dwarn-unused-local-typedef.cpp17 typedef int foo0; // expected-warning {{unused typedef 'foo0'}} in f() typedef
H A Dcxx1z-class-template-argument-deduction.cpp591 template<class T> void foo0(fptr1<T>) { in foo0() function
/llvm-project-15.0.7/clang/test/CodeGenObjCXX/
H A Dauto-release-result-assert.mm19 S1Ref foo0(int); function
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dasm.cpp29 void foo0(A &a) { in foo0() function
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dnon-trivial-c-union.m22 U0 foo0(U0); // expected-error {{cannot use type 'U0' for a function/method parameter since it is a… function
/llvm-project-15.0.7/clang/test/Sema/
H A Dwarn-strict-prototypes.c5 void foo0() {} // expected-warning {{a function declaration without a prototype is deprecated in al… in foo0() function
H A Dmissing-field-initializers.c7 struct Foo foo0 = { 1 }; // expected-warning {{missing field 'b' initializer}} variable
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dalign_clause_codegen.cpp31 int foo0[5]; in main() local
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp79 template<int I> void foo0 (int (&)[I + 1]) { } in foo0() function
/llvm-project-15.0.7/clang/test/CodeGen/avr/
H A Dargument.c11 char foo0(char a, char b, ...) { in foo0() function