Home
last modified time | relevance | path

Searched refs:bar_int (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang/test/Sema/
Dattr-mig.m12 - (int) bar_int __attribute__((mig_server_routine)); // expected-warning{{'mig_server_routine' attr…
28 - (int)bar_int { method
/external/clang/test/CodeGen/
Dppc64-complex-return.c83 int bar_int(void) { in bar_int() function
Dppc64-complex-parms.c103 void bar_int(void) { in bar_int() function
/external/llvm-project/clang/test/CodeGen/
Dppc64-complex-parms.c114 void bar_int(void) { in bar_int() function
Dppc64-complex-return.c105 int bar_int(void) { in bar_int() function
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc3560 const FieldDescriptorProto& bar_int = foo.field(0); in TEST_F() local
3567 EXPECT_TRUE(HasSpanWithComment('c', 'd', bar_int, " bar_int leading\n", in TEST_F()
3575 EXPECT_TRUE(HasSpan(bar_int, "type")); in TEST_F()
3576 EXPECT_TRUE(HasSpan(bar_int, "name")); in TEST_F()
3577 EXPECT_TRUE(HasSpan(bar_int, "number")); in TEST_F()
/external/protobuf/src/google/protobuf/
Dunittest.proto733 int32 bar_int = 12 [default = 5]; field
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1780 EXPECT_EQ(message.bar_int(), 5);