HomeSort by relevance Sort by last modified time
    Searched defs:baz (Results 101 - 125 of 145) sorted by null

1 2 3 45 6

  /ndk/tests/device/test-stlport_shared-exception/jni/
ia64-2.cpp 34 void baz (E &x) function
52 baz (h);
  /ndk/tests/device/test-stlport_static-exception/jni/
ia64-2.cpp 34 void baz (E &x) function
52 baz (h);
  /external/clang/test/CodeGenCXX/
arm.cpp 23 bar baz; variable
33 // CHECK: call [[BAR]]* @_ZN3barD1Ev([[BAR]]* @baz)
mangle-ms-back-references-pr13207.cpp 116 void baz(K<char, F<char>, I<char> >) {} function in namespace:PR13207
117 // CHECK: "\01?baz@PR13207@@YAXV?$K@DV?$F@D@PR13207@@V?$I@D@2@@1@@Z"
member-function-pointers.cpp 107 void baz(foo *);
111 void (*ptr2)(void *) = (void (*)(void *))&baz;
151 virtual void baz(void);
154 void foo::baz(void) { function in class:PR5940::foo
155 void (foo::*ptr)(void) = &foo::baz;
thunks.cpp 201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
209 void baz(X, X&, _Complex float, Small, Small&, Large);
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } function in class:Test7::D
  /external/clang/test/Sema/
type-spec-struct-union.c 51 struct bar_baz *baz; member in struct:z_foo_s
64 z->baz->mode = z->baz->nowrap ? HOP : SQUAT;
  /external/clang/test/SemaCXX/
MicrosoftSuper.cpp 80 void baz();
83 void PointerToMember::baz() { function in class:PointerToMember
attr-noreturn.cpp 76 void baz() __attribute__((__noreturn__));
78 voidfn baz; member in namespace:PR12948
93 void baz(int) {} function in namespace:PR15291
94 void baz(double) {} function in namespace:PR15291
99 // expected-note@+5 {{candidate function [with T = void (*)(int) __attribute__((noreturn))] not viable: no overload of 'baz' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}}
111 // expected-note@+2 {{candidate function not viable: no overload of 'baz' matching 'void (*)(int) __attribute__((noreturn))' for 1st argument}}
125 // expected-note@+2 {{candidate function not viable: no overload of 'baz' matching 'fptr_noreturn_t' (aka 'void (*)(int) __attribute__((noreturn))') for 1st argument}}
156 accept_noreturn_fptr(baz); // expected-error {{no matching function for call to 'accept_noreturn_fptr'}}
159 accept_fptr_noreturn_t(baz); // expected-error {{no matching function for call to 'accept_fptr_noreturn_t'}}
162 accept_T<void __attribute__((noreturn)) (*)(int)>(baz); // expected-error {{no matching function for call to 'accept_T'}
    [all...]
decl-expr-ambiguity.cpp 91 int baz; // expected-note 2 {{class 'baz' is hidden by a non-type declaration of 'baz' here}} member in namespace:PR11874
92 class baz {}; class in namespace:PR11874
94 const baz* b1 = 0; // expected-error {{must use 'class' tag to refer to type 'baz' in this scope}}
95 baz* b2; // expected-error {{use of undeclared identifier 'b2'}}
96 baz b3; // expected-error {{must use 'class' tag to refer to type 'baz' in this scope}}
function-redecl.cpp 15 int baz(int); // expected-note {{previous declaration is here}}
20 int baz; local
24 float baz(int); // expected-error {{functions that differ only in their return type cannot be overloaded}}
warn-reinterpret-base-class.cpp 32 decltype(reinterpret_cast<C *>((A *) 0)) baz; member in struct:C
anonymous-union.cpp 203 Foo<int> baz; member in namespace:PR8326
decl-microsoft-call-conv.cpp 190 void baz() { zed(bah); } function in namespace:test3
215 void baz() { function in namespace:test6
  /external/clang/test/SemaTemplate/
overload-candidates.cpp 113 void baz() { } // expected-note {{candidate template ignored: substitution failure [with T = int]: no type named 'type' in 'PR15673::a_pony<int>'}} function in namespace:PR15673
114 void quux() { baz<int>(); } // expected-error {{no matching function for call to 'baz'}}
constexpr-instantiate.cpp 163 template <typename T> bar<foo<T>()> baz() { return bar<foo<T>()>(); } function in namespace:Unevaluated::PR12288
164 int main() { baz<int>(); }
ms-lookup-template-base-classes.cpp 209 int baz() { return T::a; } function in struct:PR16014::B
221 int baz() { return T::b; } // expected-error {{no member named 'b' in 'PR16014::A'}} function in struct:PR16014::C
252 void baz() { function in struct:PR19233::A
263 template struct A<D>; // expected-note {{in instantiation of member function 'PR19233::A<PR19233::D>::baz' requested here}}
  /external/v8/test/cctest/
test-assembler-x87.cc 159 static int baz = 42; variable
168 __ mov(eax, Operand(reinterpret_cast<intptr_t>(&baz), RelocInfo::NONE32));
test-accessors.cc 118 int foo, bar, baz; variable
123 baz = 10;
134 v8_str("baz"), GetIntValue, SetIntValue,
135 v8::External::New(isolate, &baz));
137 v8_compile("foo = (++bar) + baz")->Run();
test-assembler-ia32.cc 215 static int baz = 42; variable
224 __ mov(eax, Operand(reinterpret_cast<intptr_t>(&baz), RelocInfo::NONE32));
  /external/clang/test/Misc/
caret-diags-macros.c 28 void baz(char *Msg) { function
  /external/llvm/unittests/Support/
Casting.cpp 28 struct foo *baz();
50 foo *bar::baz() { function in class:llvm::bar
124 foo *F8 = B1.baz();
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 448 field.Mutable(1)->assign("baz");
453 EXPECT_EQ(field.Get(1), "baz");
675 string* baz = new string("baz"); local
676 field.AddAllocated(baz);
679 EXPECT_EQ(baz, &field.Get(index));
960 proto_array_.Add()->assign("baz");
978 EXPECT_EQ("baz", *iter);
981 EXPECT_EQ("baz", *(--proto_array_.end()));
990 EXPECT_EQ("baz", *iter)
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TabHostTest.java 54 TabHost.TabSpec baz = tabHost.newTabSpec("Baz"); local
58 tabHost.addTab(baz);
61 assertThat(shadowOf(tabHost).getSpecByTag("Baz"), is(baz));
71 TabHost.TabSpec baz = tabHost.newTabSpec("Baz"); local
75 tabHost.addTab(baz);
82 assertThat(listener.tag, equalTo("Baz"));
91 TabHost.TabSpec baz = tabHost.newTabSpec("Baz") local
154 TabHost.TabSpec baz = tabHost.newTabSpec("Baz"); local
171 TabHost.TabSpec baz = tabHost.newTabSpec("Baz"); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_contextlib.py 94 def baz(spam): function in function:ContextManagerTestCase._create_contextmanager_attribs
96 return baz
99 baz = self._create_contextmanager_attribs()
100 self.assertEqual(baz.__name__,'baz')
101 self.assertEqual(baz.foo, 'bar')
106 baz = self._create_contextmanager_attribs()
107 self.assertEqual(baz.__doc__, "Whee!")

Completed in 806 milliseconds

1 2 3 45 6