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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2006-09-28-SimpleAsm.c 4 void bar() { function
2007-12-16-AsmNoUnwind.c 3 void bar() { asm (""); } function
2009-04-23-dbg.c 9 int bar; variable
14 int bar; variable
18 bar = 0;
2005-02-27-MarkGlobalConstant.c 7 void bar();
11 bar(Blah);
2007-04-24-bit-not-expr.c 3 extern bar(void *);
6 bar(((void *)((unsigned long)(cd) ^ -1)));
2010-08-10-DbgConstant.c 4 void bar(int);
5 void foo() { bar(ro); }
2007-04-11-InlineAsmStruct.c 4 int bar() { function
5 struct V bar; local
6 __asm__ volatile("foo %0\n" : "=r"(bar));
7 return bar.X;
2007-04-13-InlineAsmStruct2.c 4 int bar() { function
5 struct V bar; local
7 __asm__ volatile("foo %0\n" :: "r"(bar));
8 return bar.X;
implicit-arg.c 5 static int bar();
7 int a = bar();
9 int bar(unsigned a) { function
  /external/clang/test/CodeGenCXX/
mangle-system-header.cpp 11 void bar() { } function
  /external/mesa3d/src/glsl/glcpp/tests/
025-func-macro-as-non-macro.c 1 #define foo(bar) bar
2 foo bar
002-define-chain.c 2 #define bar foo macro
3 bar
003-define-chain-reverse.c 1 #define bar foo macro
3 bar
005-define-composite-chain.c 2 #define bar a foo macro
3 bar
006-define-composite-chain-reverse.c 1 #define bar a foo macro
3 bar
015-define-object-with-parens.c 3 #define bar ()2 macro
4 bar()
024-define-chain-to-self-recursion.c 2 #define bar foo macro
3 bar
034-define-func-self-compose-non-func.c 1 #define foo(bar) bar
035-define-func-self-compose-non-func-multi-token-argument.c 1 #define foo(bar) bar
  /external/llvm/test/MC/ELF/
norelocation.s 3 call bar
4 bar: label
bad-section.s 5 // CHECK: .section "foo"-bar
9 .section "foo"-bar
  /development/ndk/samples/module-exports/jni/zoo/
zoo.c 1 #include "bar.h"
5 return bar(42);
  /external/clang/test/Misc/
working-directory.c 5 Foo bar; variable
  /ndk/tests/build/multi-module-path/path2/bar/
libbar.c 1 #include "bar.h"
4 int bar(void) function
  /external/clang/test/SemaCXX/
cxx0x-defaulted-functions.cpp 15 struct bar { struct
16 bar();
17 bar(const bar&);
18 bar(bar&);
19 bar& operator = (const bar&);
20 bar& operator = (bar&)
    [all...]

Completed in 1101 milliseconds

1 2 3 4 5 6 7 8 91011>>