HomeSort by relevance Sort by last modified time
    Searched defs:bar (Results 1 - 25 of 1370) 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/Frontend/
profile-sample-use-loc-tracking.c 17 int bar(int j) { 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/Sema/
implicit-cast-dump.c 7 void bar() { function
8 // CHECK: FunctionDecl {{.*}} <line:{{.*}}, line:{{.*}}> line:{{.*}} bar 'void ()'
no-format-y2k-turnsoff-format.c 6 void bar(unsigned int a) { function
  /external/compiler-rt/test/profile/Inputs/
instrprof-dynamic-header.h 1 template <class T> void bar(int X) { function
  /external/llvm/test/MC/AArch64/
dot-req-diagnostics.s 3 bar: label
dot-req.s 3 bar: label
  /external/llvm/test/MC/ARM/
ldr-pseudo-parse-errors.s 5 bar: label
  /external/llvm/test/MC/AsmParser/
reassign.s 4 bar: label
8 .set foo, bar
10 .set foo, bar
  /external/llvm/test/MC/ELF/
norelocation.s 3 call bar
4 bar: label
relax-arith.s 6 bar: label
17 imul $foo, bar, %bx
19 imul $foo, bar, %ebx
21 imul $foo, bar, %rbx
33 andw $foo, bar
35 andl $foo, bar
37 andq $foo, bar
49 orw $foo, bar
51 orl $foo, bar
53 orq $foo, bar
    [all...]
relax-arith2.s 6 bar: label
17 imul $127, bar, %bx
19 imul $1, bar, %ebx
21 imul $42, bar, %rbx
34 andw $0, bar
36 andl $-1, bar
38 andq $-128, bar
50 orw $1, bar
52 orl $42, bar
54 orq $127, bar
    [all...]
relax-arith3.s 6 bar: label
13 imul $foo, bar(%rip), %bx
14 imul $foo, bar(%rip), %ebx
15 imul $foo, bar(%rip), %rbx
24 andw $foo, bar(%rip)
25 andl $foo, bar(%rip)
26 andq $foo, bar(%rip)
34 orw $foo, bar(%rip)
35 orl $foo, bar(%rip)
36 orq $foo, bar(%rip
    [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: Name: bar

Completed in 1191 milliseconds

1 2 3 4 5 6 7 8 91011>>