/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
fini3.s | 3 .type foo3,%function 4 foo3: label 6 .size foo3,.-foo3
|
foo3.s | 3 .type foo3,%function 4 foo3: label 6 .size foo3,.-foo3
|
init3.s | 3 .type foo3,%function 4 foo3: label 6 .size foo3,.-foo3
|
/ndk/tests/build/cpp-extensions/jni/ |
foo3.cxx | 5 int foo3(int x) { function in namespace:cpp
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/ |
group-3.s | 1 .section .text.foo3,"axG",%progbits,foo3,comdat 2 .global foo3 3 foo3: label 5 .section .data.bar3,"awG",%progbits,foo3,comdat
|
/external/clang/test/CodeGen/ |
asm-variable.c | 62 void foo3() { function
|
2008-03-05-syncPtr.c | 15 int* foo3(int** a, int b) { function 18 // CHECK-LABEL: define i32* @foo3
|
whilestmt.c | 41 int foo3() { function
|
/external/clang/test/Preprocessor/ |
c90.c | 10 #define foo3$bar /* expected-error {{'$' in identifier}} */
|
/external/v8/test/mjsunit/asm/ |
uint32-less-than-shift.js | 30 function foo3(i1) { function in function:Module 40 return {foo1: foo1, foo2: foo2, foo3: foo3}; 48 assertEquals(1, m.foo3(i)); 54 assertEquals(0, m.foo3(i)); 60 assertEquals(0, m.foo3(i));
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/ |
vxworks-forced-local-1.s | 3 .globl foo3 6 lw $4,%call16(foo3)($gp) 12 foo3: label
|
/external/clang/test/Sema/ |
convertvector.c | 14 vector8float foo3(double x) { function
|
non-null-warning.c | 30 int * _Nullable foo3(int * _Nullable x); // expected-note {{previous declaration is here}} 32 int *foo3(int * _Nonnull x) { // expected-warning {{nullability specifier '_Nonnull' conflicts with existing specifier '_Nullable'}} function
|
crash-invalid-array.c | 21 void foo3(int a[2][*][2]) {(void)a[0][1][1]; } // expected-error {{variable length array must be bound in function definition}} function
|
deref.c | 18 void foo3 (void) function
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/ |
pr13683.c | 23 void foo3(void)
function
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
unwind.s | 28 foo3: @ Saving iwmmxt registers label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-i386/ |
tlspie1.s | 20 movl foo3@GOTNTPOFF(%ebx), %eax 47 .globl foo3 49 .type foo3, @object 50 .size foo3, 4 51 foo3: label
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/ |
tlspie1.s | 10 movq foo3@GOTTPOFF(%rip), %rax 41 .globl foo3 43 .type foo3, @object 44 .size foo3, 4 45 foo3: label
|
/external/clang/test/Parser/ |
cxx1z-nested-namespace-definition.cpp | 7 namespace foo1::foo2::foo3 { namespace in class:foo1::foo2 25 return foo1::foo2::foo3::foo(x);
|
/external/jsr305/sampleUses/src/main/java/edu/umd/cs/findbugs/examples/ |
TestDefaults.java | 16 public void foo3(@SlashedClassName(when=When.UNKNOWN) String c) { method in class:TestDefaults
|
/external/llvm/test/MC/ELF/ |
alias.s | 9 foo3: label 11 bar3 = foo3 92 // CHECK-NEXT: Name: foo3
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug441.go | 17 foo3(side(), side()) 28 func foo3(int, int) {} func
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug441.go | 17 foo3(side(), side()) 28 func foo3(int, int) {} func
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix-ref-1.s | 26 .globl foo3 27 .csect foo3[pr] 28 foo3: label 43 .ref foo3
|