Searched refs:bar (Results 226 - 250 of 1179) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-354357.js32 return !(v.bar++);
/external/clang/test/CXX/temp/temp.decls/temp.mem/
H A Dp2.cpp8 template <typename> struct bar {}; // expected-error{{templates cannot be declared inside of a local class}} struct in struct:foo
/external/clang/test/CodeGen/
H A D2002-02-13-ConditionalInCall.c8 void bar(int x) { function
H A D2004-11-27-StaticFunctionRedeclare.c5 // referenced by bar().
9 // CHECK-LABEL: define void @bar(
13 void bar() { function
H A D2008-03-03-CtorAttrType.c5 void __attribute__((constructor)) bar(void) {} function
H A D2008-05-19-AlwaysInline.c8 int bar (void) function
H A Dhidden-alias-to-internal-function.c4 void bar(void) __attribute__((alias("foo")))
7 // CHECK: @bar = hidden alias void ()* @foo
H A Dnvptx-inlineasm.c4 int bar(int a) { function
/external/clang/test/CodeGenCXX/
H A Dvtable-key-function-ios.cpp23 virtual void bar();
39 virtual void bar();
55 virtual void bar();
72 virtual void bar();
89 virtual void bar();
98 void Test2a::bar() {} function in class:Test2a
106 virtual void bar();
109 void Test2b::bar() {} function in class:Test2b
124 virtual void bar();
127 void Test2c::bar() {} function in class:Test2c
151 inline void Test3a::bar() {} function in class:Test3a
162 inline void Test3b::bar() {} function in class:Test3b
182 inline void Test3c::bar() {} function in class:Test3c
[all...]
/external/clang/test/Index/Inputs/
H A Dc-index-pch.h5 extern int bar;
H A Dpreamble.h1 inline int bar(int i) { function
/external/clang/test/Index/
H A Dindex-many-call-ops.cpp46 // CHECK: [indexDeclaration]: kind: function | name: bar
47 void bar();
/external/clang/test/PCH/
H A Dcxx-required-decls.h10 static int bar = ++ext_foo; variable
H A Ddifferent-diagnostic-level.c14 int b = bar; // expected-error {{undeclared}}
H A Ddifferent-linker-version.c14 int b = bar; // expected-error {{undeclared}}
H A Dfloating-literal.c14 double bar = 1.0E300; variable
15 // CHECK: double bar = 1.0000000000000001E+300;
/external/clang/test/Parser/
H A Dtop-level-semi-cxx0x.cpp6 void bar() { }; function
/external/clang/test/Sema/
H A DPR2923.c8 // Previously we had a crash when deallocating the FunctionDecl for 'bar'
10 // the number of parameters it has. In the case of 'bar' there are no
13 extern typeof(foo) bar;
H A Dno-format-y2k-turnsoff-format.c6 void bar(unsigned int a) { function
/external/clang/test/SemaCXX/
H A Dno-wchar.cpp7 void bar() { function
H A Dunused-with-error.cpp6 void bar(const int *Y) { function
/external/clang/test/SemaTemplate/
H A Dcrash-8204126.cpp5 void bar() { foo(0); } // expected-error{{use of undeclared identifier 'foo'}} function in struct:A
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-dynamic-header.h1 template <class T> void bar() { function
/external/lldb/test/lang/c/forward/
H A Dfoo.c5 foo (struct bar *bar_ptr)
/external/llvm/test/MC/AsmParser/
H A Drename.s3 .size bar, . - bar
10 // CHECK: .size bar, .Ltmp0-bar

Completed in 2622 milliseconds

1234567891011>>