Searched defs:bar (Results 1 - 25 of 387) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2004-06-08-OpaqueStructArg.c5 void bar() { function
H A D2005-09-24-AsmUserPrefix.c6 void bar() { function
H A D2006-09-28-SimpleAsm.c4 void bar() { function
H A D2007-12-16-AsmNoUnwind.c3 void bar() { asm (""); } function
H A D2009-07-14-VoidPtr.c5 void *bar = &foo; variable
H A Dextern-weak.c11 void bar() { foo(); } function
H A D2002-02-13-ConditionalInCall.c8 void bar(int x) { function
H A D2002-10-12-TooManyArguments.c6 void bar() { function
H A D2007-02-25-C-DotDotDot.c10 float bar() { return foo()*10.0;} function
H A D2008-03-03-CtorAttrType.c5 void __attribute__((constructor)) bar(void) {} function
H A D2008-05-19-AlwaysInline.c9 int bar (void) function
H A D2009-04-23-dbg.c9 int bar; variable
14 int bar; variable
18 bar = 0;
H A Dblock-copy.c9 float bar() { function
/external/clang/test/CodeGenCXX/
H A D2006-11-20-GlobalSymbols.cpp9 int bar() { function
H A Ddeferred-global-init.cpp6 void* bar() { return a; } function
/external/clang/test/Misc/
H A Dworking-directory.c5 Foo bar; variable
/external/clang/test/PCH/
H A Dfuzzy-pch.c7 BAR bar = 17; variable
/external/clang/test/Preprocessor/
H A Dpragma_unknown.c1 // RUN: %clang_cc1 -E %s | grep '#pragma foo bar'
5 #define bar xX macro
6 #pragma foo bar // expected-warning {{unknown pragma ignored}}
/external/clang/test/Rewriter/
H A Dmissing-dllimport.c12 void bar() { return 1; } function
14 // CHECK-NEG: error: void function 'bar' should not return a value
17 // CHECK-POS: error: void function 'bar' should not return a value
/external/clang/test/Sema/
H A Dattr-visibility.c24 typedef int __attribute__((visibility("default"))) bar; // expected-warning {{visibility attribute ignored}} typedef
/external/llvm/test/MC/ELF/
H A Dnorelocation.s3 call bar
4 bar: label
H A Drelax-arith.s6 bar: label
11 imul $foo, bar, %bx
13 imul $foo, bar, %ebx
15 imul $foo, bar, %rbx
21 andw $foo, bar
23 andl $foo, bar
25 andq $foo, bar
31 orw $foo, bar
33 orl $foo, bar
35 orq $foo, bar
[all...]
H A Drelocation.s5 bar: label
6 movl $bar, %edx # R_X86_64_32
7 movq $bar, %rdx # R_X86_64_32S
8 movq $bar, bar(%rip) # R_X86_64_32S
9 movl bar, %edx # R_X86_64_32S
10 movq bar, %rdx # R_X86_64_32S
11 .long bar # R_X86_64_32
17 pushq $bar
19 leaq foo-bar(
[all...]
H A Dweak.s8 // And that bar is after all local symbols and has non zero value.
9 .weak bar
10 bar: label
13 //CHECK-NEXT: (('st_name', 0x00000005) # '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");

Completed in 288 milliseconds

1234567891011>>