HomeSort by relevance Sort by last modified time
    Searched defs:foobar (Results 1 - 25 of 49) sorted by null

1 2

  /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)
tls.s 12 foobar: label
16 // CHECK: Name: foobar
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-plugin/
pr15323b.c 3 void foobar (void) { x--; } function
pr16746b.c 2 __attribute__ ((used, section (".gnu.warning.foobar\n\t#")))
3 = "foobar";
5 void foobar (void) {} function
pr15323a.c 6 void foobar (void) { x++; } function
10 foobar ();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfweak/
bar.c 4 extern void foobar ();
13 foobar () function
bar1a.c 8 extern void foobar ();
11 foobar () function
  /build/kati/testcase/
realpath.mk 4 foobar = $(realpath ./foo ./bar) macro
10 echo $(foobar)
  /external/clang/test/Parser/
cxx-ambig-init-templ.cpp 6 int foobar; variable
44 // int = a < b, c < foobar > ()
  /external/clang/test/SemaCXX/
libstdcxx_atomic_ns_hack.cpp 16 typedef int foobar; typedef in namespace:std::__atomic0
19 typedef void foobar; typedef in namespace:std::__atomic1
30 std::foobar fb;
33 using T = std::foobar; // expected-error {{different types ('std::foobar' (aka 'int') vs 'void')}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
badfmpyadd.s 3 .EXPORT foobar,ENTRY,PRIV_LEV=3,ARGW0=FR,ARGW1=FU,ARGW2=FR,ARGW3=FU,RTNVAL=FR
4 foobar label
  /external/e2fsprogs/lib/et/
init_et.c 27 struct foobar { struct
36 struct foobar * new_et;
41 new_et = (struct foobar *) malloc(sizeof(struct foobar));
com_right.c 73 struct foobar { struct
93 struct foobar *f;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
sh64-1.s 15 .long foobar
20 foobar: .long baz label
sh64-2.s 10 movi foobar,r43
17 .global foobar
18 foobar: .long baz label
  /external/clang/test/Sema/
predefined-function.c 28 int foobar(int); // note {{previous declaration is here}}
29 int foobar() // error {{conflicting types for 'foobar'}} function
typo-correction.c 16 int foobar; // expected-note {{'foobar' declared here}} variable
18 // expected-error {{use of undeclared identifier 'goobar'; did you mean 'foobar'?}} \
  /external/compiler-rt/test/tsan/
race_with_finished_thread.cc 8 void __attribute__((noinline)) foobar(int *p) { function
13 foobar(&g_data);
38 // CHECK: #0 foobar
java_race_pc.cc 8 void foobar() { function
16 __tsan_read1_pc((jptr)p, (jptr)foobar + 1);
38 // CHECK: #0 foobar
stack_sync_reuse.cc 33 void __attribute__((noinline)) foobar() { function
59 foobar();
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvers/
vers21.c 5 SYMVER(_old_foobar, foobar@VERS.0);
34 int foobar = 1; variable
  /external/compiler-rt/lib/tsan/go/
test.c 34 void foobar() {} function
51 __tsan_func_enter(thr1, (char*)&foobar + 1);
52 __tsan_func_enter(thr1, (char*)&foobar + 1);
58 __tsan_func_enter(thr2, (char*)&foobar + 1);
  /external/clang/test/CodeGenCXX/
union-dtor.cpp 16 union FooBar {
17 FooBar() {}
18 ~FooBar() {}
32 FooBar foobar; variable
ctor-dtor-alias.cpp 18 // CHECK1: @_ZN5test16foobarIvED1Ev = weak_odr alias void (%"struct.test1::foobar"*), void (%"struct.test1::foobar"*)* @_ZN5test16foobarIvED2Ev
31 struct foobar { struct in namespace:test1
32 foobar() {} function in struct:test1::foobar
33 virtual ~foobar() {}
36 template struct foobar<void>;
47 template <typename T> struct foobar { struct in namespace:test2
48 foobar() { g(); } function in struct:test2::foobar
50 foobar<void> x;
  /external/clang/test/Analysis/
unreachable-code-path.c 128 enum foobar { FOO, BAR }; enum
130 void test11(enum foobar fb) {

Completed in 3378 milliseconds

1 2