/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
common1.s | 1 .weak foobar 2 .comm foobar,30
|
common2.s | 1 .comm foobar,30 2 .weak foobar
|
/external/clang/test/PCH/Inputs/ |
chain-macro1.h | 1 #define FOOBAR void f();
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/ |
pr16746b.c | 2 __attribute__ ((used, section (".gnu.warning.foobar\n\t#"))) 3 = "foobar"; 5 void foobar (void) {} function
|
pr16746c.c | 1 extern void foobar (void); 6 foobar ();
|
pr16746d.c | 1 extern void foobar (void); 6 foobar ();
|
pr15323b.c | 3 void foobar (void) { x--; } function
|
pr16746a.c | 2 __attribute__ ((used, section (".gnu.warning.foobar\n\t#"))) 3 = "foobar";
|
pr15323a.c | 6 void foobar (void) { x++; } function 10 foobar ();
|
/art/test/016-intern/ |
expected.txt | 1 good! foobar
|
/external/valgrind/none/tests/ |
nodir.vgtest | 1 prog: nodir.vgtest/foobar
|
nodir.stderr.exp | 1 valgrind: ./nodir.vgtest/foobar: Not a directory
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/ |
main1.c | 4 extern void foobar (); 9 foobar ();
|
bar.c | 4 extern void foobar (); 13 foobar () function
|
main.c | 6 extern void foobar (); 17 foobar ();
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/ |
vers21.map | 5 foobar;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
aix-rel-1.s | 5 .long foobar
|
/external/llvm/test/Transforms/ConstantMerge/ |
2011-01-15-EitherOrder.ll | 4 declare i32 @zed(%struct.foobar*, %struct.foobar*) 6 %struct.foobar = type { i32 } 8 @bar.d = unnamed_addr constant %struct.foobar zeroinitializer, align 4 10 @foo.d = internal constant %struct.foobar zeroinitializer, align 4 14 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d)
|
unnamed-addr.ll | 5 declare void @zed(%struct.foobar*, %struct.foobar*) 7 %struct.foobar = type { i32 } 9 @test1.x = internal constant %struct.foobar { i32 1 } 10 @test1.y = constant %struct.foobar { i32 1 } 12 @test2.x = internal constant %struct.foobar { i32 2 } 13 @test2.y = unnamed_addr constant %struct.foobar { i32 2 } 15 @test3.x = internal unnamed_addr constant %struct.foobar { i32 3 } 16 @test3.y = constant %struct.foobar { i32 3 } 18 @test4.x = internal unnamed_addr constant %struct.foobar { i32 4 [all...] |
/external/llvm/test/Assembler/ |
unnamed-addr.ll | 4 %struct.foobar = type { i32 } 6 @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4 7 @foo.d = internal constant %struct.foobar zeroinitializer, align 4 11 %call2 = tail call i32 @zed(%struct.foobar* @foo.d, %struct.foobar* @bar.d) nounwind 15 declare i32 @zed(%struct.foobar*, %struct.foobar*) 17 ; CHECK: @bar.d = internal unnamed_addr constant %struct.foobar zeroinitializer, align 4 18 ; CHECK: @foo.d = internal constant %struct.foobar zeroinitializer, align 4
|
/external/llvm/test/MC/ELF/ |
strtab-suffix-opt.s | 4 .globl foobar 6 .type foobar,@function 7 foobar: label 17 .size foobar, .Ltmp3-foobar 21 // CHECK: Name: foobar (11)
|
/external/clang/test/Index/ |
index-kernel-invocation.cpp | 3 // CHECK: [indexDeclaration]: kind: function | name: foobar 4 void foobar(void);
|
/external/clang/test/Sema/ |
attr-unknown.c | 3 int x __attribute__((foobar)); // expected-warning {{unknown attribute 'foobar' ignored}}
|
/external/llvm/test/FileCheck/ |
regex-no-match.txt | 3 foobar
|
/external/snakeyaml/src/test/resources/pyyaml/ |
spec-07-06.canonical | 4 !<!foobar> "baz",
|