HomeSort by relevance Sort by last modified time
    Searched refs:bar (Results 1 - 25 of 924) 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
2003-08-21-BinOp-Type-Mismatch.c 3 struct bar;
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
debug-info-line2.c 4 int bar();
8 j = bar();
15 j = bar() + 2;
  /external/clang/test/CodeGenCXX/
mangle-system-header.cpp 11 void bar() { } function
  /external/clang/test/Analysis/
analyzer-config.c 4 void bar() {} function
5 void foo() { bar(); }
analyzer-config.cpp 4 void bar() {} function
5 void foo() { bar(); }
9 void bar() {} function in class:Foo
10 void foo() { 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/Lexer/
ms-extensions.cpp 3 #define bar(x) #x macro
5 return "foo"bar("bar")"baz"; /*expected-warning {{identifier after literal will be treated as a reserved user-defined literal suffix in C++11}} */
  /external/clang/test/Preprocessor/
first-line-indent.c 3 bar
6 // CHECK: {{^ }}bar
c90.c 7 #define foo`bar /* expected-error {{whitespace required after macro name}} */
8 #define foo2!bar /* expected-warning {{whitespace recommended after macro name}} */
10 #define foo3$bar /* expected-error {{'$' in identifier}} */
  /ndk/tests/build/prebuilt-copy/jni/
main.c 2 extern int bar(int);
5 return foo(bar(10));
  /external/clang/test/SemaTemplate/
nested-incomplete-class.cpp 5 struct bar;
7 bar fn() {
8 // Should not get errors about bar being incomplete here.
9 bar b = bar(1, 2);
15 struct foo<T>::bar { struct in class:foo
16 bar(int, int);
  /external/clang/test/CXX/class.access/class.friend/
p11.cpp 6 void bar();
8 friend void bar();
16 friend void bar(); // expected-error {{no matching function found in local scope}}

Completed in 2639 milliseconds

1 2 3 4 5 6 7 8 91011>>