Searched refs:baz (Results 151 - 175 of 232) sorted by relevance

12345678910

/external/clang/test/SemaCXX/
H A Dpragma-optimize.cpp55 int __attribute__((always_inline)) baz(int z) { function
H A Darray-bounds.cpp194 class baz { class in namespace:tailpad
201 char bar(struct foo *F, baz *B) {
205 B->c2[3]; // no warning, baz could have tail padding allocated.
H A Dconstructor-initializer.cpp265 static int baz();
283 S4() : s1(s1.baz()) {}
H A Dundefined-internal.cpp60 virtual void baz(); // expected-warning {{function 'test4::(anonymous namespace)::A::baz' has internal linkage but is not defined}}
67 a.baz(); // expected-note {{used here}}
H A Danonymous-union.cpp203 Foo<int> baz; member in namespace:PR8326
/external/elfutils/tests/
H A Drun-addr2line-alt-debugpath.sh45 (inlined by) baz at /tmp/x.cpp:20
50 (inlined by) baz at /tmp/x.cpp:20
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dpickle_unittest.cc316 // |baz| field should never be serialized.
324 EXPECT_EQ(0, passed[0].baz());
327 EXPECT_EQ(0, passed[1].baz());
365 EXPECT_EQ(0, passed[0][0].baz());
368 EXPECT_EQ(0, passed[0][1].baz());
371 EXPECT_EQ(0, passed[1][0].baz());
374 EXPECT_EQ(0, passed[1][1].baz());
398 EXPECT_EQ(0, passed->f_struct.baz());
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc320 " repeated int32 baz = 3;\n"
327 " field { name:\"baz\" label:LABEL_REPEATED type:TYPE_INT32 number:3 }"
473 " [ctype=CORD, (foo)=7, foo.(.bar.baz).qux.quux.(corge)=-33, \n"
474 " (quux)=\"x\040y\", (baz.qux)=hey];\n"
488 " name { name_part: \".bar.baz\""
500 " uninterpreted_option: { name { name_part: \"baz.qux\" "
916 "import \"foo/bar/baz.proto\";\n",
917 "dependency: \"foo/bar/baz.proto\"");
924 "import \"baz.proto\";\n",
927 "dependency: \"baz
2549 const DescriptorProto& baz = bar.nested_type(0); local
2575 const DescriptorProto& baz = file_.message_type(0).nested_type(1); local
2621 const EnumValueDescriptorProto& baz = file_.enum_type(0).value(1); local
2644 const EnumDescriptorProto& baz = file_.message_type(0).enum_type(1); local
2679 const MethodDescriptorProto& baz = file_.service(0).method(1); local
3000 const UninterpretedOption& baz = file_.options().uninterpreted_option(0); local
[all...]
/external/skia/tests/
H A DRefCntTest.cpp241 auto baz = EffectImpl::Create(); local
243 paint.set(std::move(baz));
245 REPORTER_ASSERT(reporter, !baz);
270 baz = EffectImpl::Create();
272 paint.set(baz);
274 baz = nullptr;
/external/clang/test/SemaTemplate/
H A Dconstexpr-instantiate.cpp163 template <typename T> bar<foo<T>()> baz() { return bar<foo<T>()>(); } function in namespace:Unevaluated::PR12288
164 int main() { baz<int>(); }
/external/libchrome/base/files/
H A Dimportant_file_writer_unittest.cc141 writer.WriteNow(WrapUnique(new std::string("baz")));
146 EXPECT_EQ("baz", GetFileContent(writer.path()));
186 DataSerializer foo("foo"), bar("bar"), baz("baz");
189 writer.ScheduleWrite(&baz);
195 EXPECT_EQ("baz", GetFileContent(writer.path()));
/external/valgrind/memcheck/tests/
H A Dclient-msg-as-xml.stderr.exp47 <fn>baz</fn>
/external/clang/test/CodeGenCXX/
H A Darm.cpp23 bar baz; variable
33 // CHECK: call [[BAR]]* @_ZN3barD1Ev([[BAR]]* @baz)
H A Dmangle-exprs.cpp143 float baz(float(*)());
157 e(baz);
165 i<float(*)()>(baz);
/external/clang/test/Parser/
H A Dattributes.c29 int baz(int (__attribute__(()) *x)(long y));
H A Dcxx0x-attributes.cpp237 void baz([[]]...); // expected-error {{expected parameter declarator}}
257 void baz () {
335 [[deprecated("hello")]] void baz();
/external/libmojo/mojo/edk/js/tests/
H A Dconnection_tests.js41 ServiceImpl.prototype.frobinate = function(foo, baz, port) {
43 expect(baz).toBe(sample_service.Service.BazOptions.REGULAR);
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp565 void baz();
572 void PR11146::baz() { function in class:PR11146
657 union baz union in struct:Rdar12755044_foo::Rdar12755044_bar
H A Ddead-stores.c79 extern int *baz();
80 if ((p = baz())) // no-warning
/external/llvm/unittests/Support/
H A DCasting.cpp28 struct foo *baz();
50 foo *bar::baz() { function in class:llvm::bar
124 foo *F8 = B1.baz();
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
H A Dmox_helper.py135 def NamedParams(self, ignore, foo='bar', baz='qux'):
/external/clang/test/Misc/
H A Dcaret-diags-macros.c25 void baz(char *Msg) { function
/external/clang/test/Sema/
H A Dasm.c158 register float baz asm("esp"); // expected-error {{bad type for named register variable}}
/external/llvm/test/MC/ELF/
H A Drelocation.s32 movabsq $baz@TPOFF, %rax
92 // CHECK-NEXT: 0x85 R_X86_64_TPOFF64 baz 0x0
/external/v8/tools/clang/rewrite_to_chrome_style/tests/
H A Dmethods-original.cc196 MyRefPtr<Baz> baz() { return MyRefPtr<Baz>(); } function in class:blink::BitVector

Completed in 1771 milliseconds

12345678910