Home
last modified time | relevance | path

Searched defs:foo4 (Results 1 – 25 of 79) sorted by relevance

1234

/external/llvm-project/flang/test/Semantics/
Dcanondo12.f9019 subroutine foo4() subroutine
20 real :: a(10, 10), b(10, 10) = 1.0
26 01 end block
/external/llvm-project/clang/test/Analysis/Checkers/WebKit/
Duncounted-lambda-captures.cpp16 auto foo4 = [=](){ (void) ref_countable; }; in raw_ptr() local
30 auto foo4 = [=](){ (void) ref_countable_ref; }; in references() local
42 auto foo4 = [=]() {}; in quiet() local
/external/llvm-project/lld/test/ELF/
Daarch64-lo12-alignment.s29 .globl foo4 symbol
37 foo4: label
Dmips-got-page-script.s63 foo4: label
Darm-sbrel32.s31 foo4: .space 4 label
/external/llvm-project/clang/test/AST/
Dast-dump-invalid-auto-return-funcs.cpp25 auto foo4() { return undef(); } in foo4() function in Foo
/external/javassist/src/test/testproxy/
DTarget4.java4 int foo4(); in foo4() method
/external/llvm-project/llvm/test/MC/ELF/
Difunc-alias.s20 .set foo4,foo3 define
Dalias.s17 foo4: label
/external/llvm-project/clang/test/CodeGen/
Dwhilestmt.c53 int foo4() { in foo4() function
Daix-altivec.c28 vector short int foo4(vector short int x) { return x; } in foo4() function
Dmips64-class-return.cpp43 void foo4(D0 a0) { in foo4() function
/external/llvm-project/clang/test/Sema/
Daarch64-vpcs.c17 void foo4(fn_ty ptr1, aavpcs_fn_ty ptr2) { in foo4() function
Dcrash-invalid-array.c22 void foo4(int a[2][*][*]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bo… in foo4() function
Darm-interrupt-attr.c13 __attribute__((interrupt("FIQ"))) void foo4() {} in foo4() function
/external/clang/test/CodeGen/
Dwhilestmt.c53 int foo4() { in foo4() function
Dmips64-class-return.cpp43 void foo4(D0 a0) { in foo4() function
/external/clang/test/Sema/
Darm-interrupt-attr.c9 __attribute__((interrupt("FIQ"))) void foo4() {} in foo4() function
Dcrash-invalid-array.c22 void foo4(int a[2][*][*]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bo… in foo4() function
Dderef.c26 const void *foo4 (void) in foo4() function
/external/llvm-project/clang/test/Analysis/copypaste/
Dlabels.cpp42 bool foo4(int x) { in foo4() function
/external/llvm-project/clang/test/SemaTemplate/
Darray-redeclaration.cpp31 void foo4() { in foo4() function
/external/llvm/test/MC/ELF/
Dalias.s17 foo4: label
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/
DTest.java20 public void foo4(@DottedClassName String foo) { in foo4() method in Test
/external/clang/test/Parser/
DDelayedTemplateParsing.cpp13 void foo4() { } // expected-note {{previous definition is here}} in foo4() function in B
14 void foo4() { } // expected-error {{class member cannot be redeclared}} in foo4() function in B

1234