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

1 2 3 4 5 6 7 8 91011>>

  /development/ndk/samples/module-exports/jni/bar/
bar.c 1 #include "bar.h"
4 int bar(int x) function
  /external/clang/test/CodeGen/
2002-02-13-ConditionalInCall.c 8 void bar(int x) { function
2004-06-08-OpaqueStructArg.c 5 void bar() { function
2005-09-24-AsmUserPrefix.c 6 void bar() { function
2006-09-28-SimpleAsm.c 4 void bar() { function
2007-12-16-AsmNoUnwind.c 3 void bar() { asm (""); } function
2009-07-14-VoidPtr.c 5 void *bar = &foo; variable
extern-weak.c 11 void bar() { foo(); } function
  /external/clang/test/CodeGenCXX/
2006-11-20-GlobalSymbols.cpp 9 int bar() { function
  /external/clang/test/Misc/
working-directory.c 5 Foo bar; variable
  /external/clang/test/PCH/
fuzzy-pch.c 13 BAR bar = 17; variable
23 #ifndef BAR
24 # error BAR was not defined
  /external/clang/test/Preprocessor/
pragma_unknown.c 5 #define bar xX macro
6 #pragma foo bar // expected-warning {{unknown pragma ignored}}
7 // CHECK: {{^}}#pragma foo bar{{$}}
  /external/clang/test/Rewriter/
missing-dllimport.c 12 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/
implicit-cast-dump.c 7 void bar() { function
8 // CHECK: FunctionDecl {{.*}} <line:{{.*}}, line:{{.*}}> bar 'void ()'
no-format-y2k-turnsoff-format.c 6 void bar(unsigned int a) { function
  /external/llvm/test/MC/ELF/
norelocation.s 3 call bar
4 bar: label
relax-arith.s 6 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...]
relocation.s 5 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(%r14),%r1
    [all...]
weak.s 8 // 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/
global-vars-eval.js 29 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");
  /ndk/tests/build/build-assembly-file/jni/
assembly2.S 1 .global bar
2 bar: label
  /ndk/tests/build/import-static/bar/
bar.c 1 #include "bar.h"
3 int bar(int x) function
  /ndk/tests/build/multi-module-path/path2/bar/
libbar.c 1 #include "bar.h"
4 int bar(void) function
  /ndk/tests/build/prebuilt-copy/prebuilts/jni/
bar.c 1 int bar(int x) { function
  /ndk/tests/build/topological-sort/jni/
bar.c 1 #include "bar.h"
5 int bar(int x) { function

Completed in 747 milliseconds

1 2 3 4 5 6 7 8 91011>>