Searched refs:baz (Results 176 - 200 of 232) sorted by relevance

12345678910

/external/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp69 union baz { union
156 void gamma(class foo, struct bar, union baz, enum quux) {} argument
H A Dmangle-ms-back-references-pr13207.cpp116 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"
H A Dmangle.cpp471 typedef foo<int> baz; typedef in struct:test9::bar
474 void f(const typename zed::baz::X&);
/external/clang/test/SemaCXX/
H A Ddecl-microsoft-call-conv.cpp195 void baz() { zed(bah); } function in namespace:test3
220 void baz() { function in namespace:test6
H A Dreturn-noreturn.cpp241 int baz() { function in namespace:LambdaVsTemporaryDtor
H A Doverload-call.cpp351 void baz(int n = 0, int u = 0); // expected-note {{candidate function not viable: requires at most 2 arguments, but 3 were provided}}
356 baz(3, 4, 5); // expected-error {{no matching function for call to 'baz'}}
H A Ddestructor.cpp186 TS<int> baz; member in namespace:nonvirtualdtor
H A Dmember-pointer-ms.cpp161 struct CC : BB { virtual void baz(); };
H A Dwarn-reinterpret-base-class.cpp32 decltype(reinterpret_cast<C *>((A *) 0)) baz; member in struct:C
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp74 double baz(double);
85 A6<&Z::baz> *a17_3; // expected-error-re{{non-type template argument of type 'double (Z::*)(double){{( __attribute__\(\(thiscall\)\))?}}' cannot be converted to a value of type 'int (Z::*)(int){{( __attribute__\(\(thiscall\)\))?}}'}}
H A Dms-lookup-template-base-classes.cpp209 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/clang/test/OpenMP/
H A Ddeclare_simd_codegen.cpp86 float baz(VV v, int a[]) { return 0; } function
/external/guice/core/test/com/google/inject/
H A DProviderInjectionTest.java59 @Inject void cantBeCalled(Baz baz) {
H A DKeyTest.java53 @Foo String baz; field in class:KeyTest
146 Foo instance = getClass().getDeclaredField("baz").getAnnotation(Foo.class);
/external/libmojo/mojo/edk/js/tests/
H A Dsample_service_tests.js76 ServiceImpl.prototype.frobinate = function(foo, baz, port) {
78 expect(baz).toBe(sample.Service.BazOptions.EXTRA);
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo.s145 ldr w0, =baz
272 // CHECK: .word baz
/external/llvm/test/MC/COFF/
H A Dcv-inline-linetable.s9 .def "?baz@@YAXXZ";
13 .globl "?baz@@YAXXZ"
15 "?baz@@YAXXZ": # @"\01?baz@@YAXXZ"
54 .ascii "baz"
68 .long 241 # Symbol subsection for baz
75 .long Lfunc_end0-"?baz@@YAXXZ"
77 .secrel32 "?baz@@YAXXZ"
78 .secidx "?baz@@YAXXZ"
80 .ascii "baz"
[all...]
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dsample_service_unittest.cc268 BazOptions baz,
277 EXPECT_EQ(BazOptions::EXTRA, baz);
284 Print(depth, "baz", static_cast<int32_t>(baz));
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp480 UnicodeString baz("baz");
482 TESTCLASSID_FACTORY(LocaleKey, LocaleKey::createWithCanonicalFallback(&baz, &bat, LocaleKey::KIND_ANY, status));
/external/libbrillo/brillo/
H A Dany_unittest.cc98 enum class Dummy { foo, bar, baz };
105 val = Dummy::baz;
/external/clang/test/CXX/class.access/
H A Dp4.cpp480 void baz();
/external/llvm/test/MC/ARM/
H A Dldr-pseudo-darwin.s136 ldr r0, =baz
329 @ CHECK: .long baz
H A Dldr-pseudo.s136 ldr r0, =baz
307 @ CHECK: .long baz
/external/guava/guava-testlib/test/com/google/common/testing/
H A DNullPointerTesterTest.java787 void doSomething(T bar, Integer baz); argument
792 @Override public void doSomething(String bar, Integer baz) { argument
794 checkNotNull(baz);
/external/guice/core/test/com/google/inject/spi/
H A DProviderMethodsTest.java498 @Provides protected Double baz() { method in class:ProviderMethodsTest.VisibilityModule
540 @Provides Double baz() { method in class:ProviderMethodsTest.Sub1Module
594 @Provides @Singleton Double baz() { method in class:ProviderMethodsTest.CallerInspecterSubClassModule

Completed in 921 milliseconds

12345678910