Searched refs:bar (Results 51 - 75 of 1080) sorted by relevance

1234567891011>>

/external/clang/test/SemaCXX/
H A Ddefaulted-ctor-loop.cpp6 struct bar { struct
7 bar(foo&);
10 bar b;
/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments-2.cpp8 class bar { class in namespace:PR6733
10 bar(int x = kSomeConst) {} function in class:PR6733::bar
15 // CHECK: VarDecl{{.*}}tmp 'bar<int>'
17 bar<int> tmp;
/external/llvm/test/MC/ELF/
H A Dbad-expr2.s5 // CHECK: call foo - bar
8 call foo - bar
11 .section .bar
12 bar: label
H A Dweakref-plt.s3 .weakref bar,foo
4 call bar@PLT
/external/mesa3d/src/glsl/glcpp/tests/
H A D004-define-recursive.c1 #define foo bar
2 #define bar baz macro
5 bar
H A D012-define-func-no-args.c1 #define foo() bar
/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp6 void bar();
8 friend void bar();
16 friend void bar(); // expected-error {{no matching function found in local scope}}
22 void bar(); // expected-note {{'::test2::bar' declared here}}
50 friend void bar(); // expected-error {{no matching function 'bar' found in local scope; did you mean '::test2::bar'?}}
51 // expected-note@-1 2 {{'::test2::bar' declared here}}
55 { void bar(); }
68 void bar() { Inner::f(); } function in struct:test2::S7
[all...]
/external/clang/test/CodeGen/
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 D2009-07-14-VoidPtr.c5 void *bar = &foo; variable
H A D2007-04-11-InlineAsmUnion.c5 union U bar; local
6 __asm__ volatile("foo %0\n" : "=r"(bar));
H A D2007-04-13-InlineAsmUnion2.c5 union U bar; local
7 __asm__ volatile("foo %0\n" :: "r"(bar));
H A D2008-07-30-redef-of-bitcasted-decl.c14 * The purpose of bar is just to trigger a use of the old decl
20 static void bar(void *db) { function
27 bar(0);
H A Dalways-inline.c6 void bar() { function
10 bar();
H A Ddebug-info-same-line.c4 typedef struct { long x; } foo; typedef struct { foo *x; } bar; typedef in typeref:struct:__anon1800
7 bar b;
H A Dforceinline.c3 void bar() { function
8 bar();
12 // CHECK: call void @bar
/external/clang/test/VFS/
H A Dinclude-mixed-real-and-virtual.c12 bar();
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
H A Ddollar-header.css6 bar: baz
H A Ddollar-header.css.min3 */foo{bar:baz
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/out/
H A Ddollar-header.out.b3 */foo{bar:baz
/external/clang/test/CodeGenCXX/
H A Dconstructor-attr.cpp6 void bar();
10 bar();
H A Dmember-alignment.cpp8 void bar(void);
12 t::bar(void) { function in class:t
/external/clang/test/FixIt/
H A Dfixit-cxx11-compat.cpp8 #define bar "bar" macro
9 const char *p = "foo"bar; // expected-warning {{will be treated as a reserved user-defined literal suffix}}
/external/clang/test/Lexer/
H A Dhas_feature_exceptions.cpp13 int bar();
17 // CHECK-NO-EXCEPTIONS: bar
H A Dhas_feature_rtti.cpp7 int bar();
11 // CHECK-NO-RTTI: bar

Completed in 1260 milliseconds

1234567891011>>