Searched refs:bar (Results 301 - 325 of 1179) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGen/
H A Darrayderef.c13 int * bar(unsigned int ix) { function
H A D2005-01-02-ConstantInits.c17 int foo(int i) { return bar(&Arr[49])+bar(&Arr[i]); }
23 return bar(Arr+i);
/external/clang/test/CodeGenCXX/
H A Dasm.cpp9 void bar(A &a) function
H A Dfp16-overload.cpp10 int bar (void) { return foo(a); } function
H A Ddebug-info-alias.cpp12 bar
17 // CHECK: [[BINT]] = {{.*}} ; [ DW_TAG_typedef ] [bar<int>] [line 42
18 x::bar<int> bi;
20 // CHECK: [[BFLOAT]] = {{.*}} ; [ DW_TAG_typedef ] [bar<float>] [line 42
21 x::bar<float> bf;
H A Ddebug-info-fwd-ref.cpp8 struct bar { struct
11 bar(int x) : b(x), b_ref(b) {} function in struct:bar
15 bar myBar(1);
19 // Make sure we have two DW_TAG_structure_types for baz and bar and no forward
22 // CHECK: [ DW_TAG_structure_type ] [bar]
H A Dmicrosoft-abi-default-cc.cpp18 void __cdecl bar();
19 void bar();
20 void bar() {} function
22 // MSABI: define void @"\01?bar@@YAXXZ"
H A Dvisibility-ms-compat.cpp21 static void bar();
24 void A::foo() { bar(); }
37 static void bar();
40 void A::foo() { bar(); }
53 static void bar();
56 void A::foo() { bar(); }
69 static void foo() { bar(); }
70 static void bar();
85 static void foo() { bar(); }
86 static void bar();
[all...]
/external/clang/test/PCH/
H A Dattrs-PR8406.c20 struct Bar bar; local
H A Dms-if-exists.cpp13 __if_not_exists(T::bar) {
23 void bar(int);
24 void bar(float);
/external/clang/test/Sema/
H A Datomic-requires-library-error.c7 struct bar { struct
11 struct bar smallThing;
19 struct bar b = {0};
27 struct bar b;
H A Dpredefined-function.c18 int bar();
19 int bar(int i) // expected-note {{previous definition is here}} function
23 int bar() // expected-error {{redefinition of 'bar'}} function
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dynamic-main.cpp5 bar<void>();
/external/ltrace/testsuite/ltrace.minor/
H A Ddemangle.h8 static int Fis_i(int bar);
9 int Fi_i(int bar);
27 int Fi_i(int bar);
35 int Fi_i(int bar);
/external/mesa3d/src/glsl/glcpp/tests/
H A D089-redefine-macro-error.c7 #define foo() bar
8 #define foo(x) bar
10 #define bar() baz macro
11 #define bar baz macro
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1548.js42 function bar() { return [].map.arguments; } function
43 assertThrows(function() { testarguments(bar); } );
48 assertThrows(function() { testarguments(bar); } );
H A Dregress-crbug-417508.js18 function bar(x) { function
26 try { bar(obj2); } catch(e) {}
27 try { bar(obj2); } catch(e) {}
28 %OptimizeFunctionOnNextCall(bar);
29 try { bar(obj2); } catch(e) {}
/external/chromium_org/v8/test/webkit/
H A Ddfg-constant-fold-uncaptured-variable-that-is-later-captured.js30 function bar() { function
40 // The temporary variable corresponding to the 'bar' callee coming out of the ternary expression will be allocated by
45 var x = (a + 1) + (p ? bar : bar)();
/external/clang/test/Parser/
H A Dcxx-friend.cpp33 inline void bar() {} // expected-note {{previous definition is here}} function
35 friend void bar() {} // expected-error {{redefinition of 'bar'}} function in class:E
43 some_template<foo, bar>& // expected-error {{use of undeclared identifier 'foo'}}
H A Dnested-namespaces-recovery.cpp17 int bar(int x) { return x; } function in namespace:bar1::bar2::bar3
22 int bar(int x) { function
23 return bar1::bar2::bar3::bar(x);
/external/llvm/test/DebugInfo/Inputs/
H A Darange-overlap.cc5 static void bar() { call(); call(); } function in struct:S
12 S::foo(); S::bar(); S::baz();
16 S::bar();
/external/valgrind/main/memcheck/tests/
H A Dexitprog.c10 void bar ( void );
19 bar();
26 void bar ( void ) { } function
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dheader_bar.css6 #login-header-bar {
15 #login-header-bar {
24 html[screen=lock] .login-header-bar-hidden,
25 html[screen=oobe] .login-header-bar-hidden {
29 html[screen=lock] .login-header-bar-animate-fast,
30 html[screen=oobe] .login-header-bar-animate-fast {
34 html[screen=lock] .login-header-bar-animate-slow,
35 html[screen=oobe] .login-header-bar-animate-slow {
39 .header-bar-item:first-child {
43 #login-header-bar butto
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/tests/
H A Dthis.js65 this.bar = this.bar + 1; // OK - object field in ctor.
71 this.bar = this.bar + 1; // OK - @this declared.
74 this.bar = this.bar + 2; // ERROR - @this not declared.
79 this.bar = this.bar + 1; // ERROR - @this not declared.
85 this.bar = this.bar
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Darguments-escape.js30 function bar(i) {
34 bar(1);
35 bar(2);
36 bar(3);
37 return bar;

Completed in 508 milliseconds

<<11121314151617181920>>