Searched refs:bar (Results 1 - 25 of 1080) sorted by relevance

1234567891011>>

/external/clang/test/Index/reparse-with-remaps/
H A Dtest.h2 /// Comment for bar
3 void bar(void);
H A Dreparse.c7 bar();
/external/clang/test/VFS/Inputs/
H A Dactual_header.h1 void bar(void);
/external/clang/test/CodeGen/
H A D2006-09-28-SimpleAsm.c4 void bar() { function
H A D2007-12-16-AsmNoUnwind.c3 void bar() { asm (""); } function
H A D2009-04-23-dbg.c9 int bar; variable
14 int bar; variable
18 bar = 0;
H A D2005-02-27-MarkGlobalConstant.c7 void bar();
11 bar(Blah);
H A D2007-04-24-bit-not-expr.c3 extern bar(void *);
6 bar(((void *)((unsigned long)(cd) ^ -1)));
H A D2010-08-10-DbgConstant.c5 void bar(int);
6 void foo() { bar(ro); }
/external/clang/test/CodeGenCXX/
H A Dmangle-system-header.cpp11 void bar() { } function
/external/llvm/test/MC/X86/
H A Dreloc-undef-global.s5 bar = foo + 4 define
6 .globl bar
7 .long bar
18 // MACHO: 0x0 0 2 1 X86_64_RELOC_UNSIGNED 0 bar
/external/mesa3d/src/glsl/glcpp/tests/
H A D025-func-macro-as-non-macro.c1 #define foo(bar) bar
2 foo bar
/external/v8/test/mjsunit/
H A Dglobal-vars-eval.js29 this.bar = 'fisk';
30 assertEquals('fisk', bar, "1");
31 var bar; variable
32 assertEquals('fisk', bar, "2");
33 var bar = 'hest'; variable
34 assertEquals('hest', bar, "3");
/external/clang/test/Analysis/
H A Danalyzer-config.c4 void bar() {} function
5 void foo() { bar(); }
H A Danalyzer-config.cpp4 void bar() {} function
5 void foo() { bar(); }
9 void bar() {} function in class:Foo
10 void foo() { bar(); }
/external/clang/test/Misc/
H A Dserialized-diags-stable.c12 // CHECK: serialized-diags-stable.c:[[@LINE+5]]:13: error: redefinition of 'bar' as different kind of symbol [] [Semantic Issue]
16 void bar() {} function
17 typedef int bar; typedef
H A Dworking-directory.c5 Foo bar; variable
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dynamic-a.cpp4 bar<void>();
5 bar<char>();
H A Dinstrprof-dynamic-b.cpp4 bar<void>();
5 bar<int>();
/external/llvm/test/MC/ELF/
H A Dnorelocation.s3 call bar
4 bar: label
/external/clang/test/VFS/
H A Dimplicit-include.c6 bar();
H A Dinclude-virtual-from-real.c11 bar();
H A Dinclude.c8 bar();
H A Drelative-path.c10 bar();
/external/lldb/test/lang/c/forward/
H A Dfoo.h2 struct bar;
4 int foo (struct bar *bar_ptr);

Completed in 425 milliseconds

1234567891011>>