Home
last modified time | relevance | path

Searched refs:FOO1 (Results 1 – 15 of 15) sorted by relevance

/external/clang/test/Preprocessor/
Dmacro_space.c3 #define FOO1() macro
14 TEST(FOO1,)
/external/clang/test/Parser/
Denhanced-proto-1.m8 - (void) FOO1; method
/external/clang/test/SemaObjC/
Denhanced-proto-2.m8 - (void) FOO1; method
/external/swiftshader/third_party/LLVM/test/TableGen/
DMultiClassInherit.td47 defm FOO1 : s1<42, 24>;
/external/llvm/test/TableGen/
DMultiClassInherit.td78 defm FOO1 : s1<42, 24>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DMultiClassInherit.td78 defm FOO1 : s1<42, 24>;
/external/clang/test/ARCMT/
Dobjcmt-ns-returns-inner-pointer.m123 - (SecTrustRef) FOO1 NS_AVAILABLE;
Dobjcmt-migrate-all.m124 - (SecTrustRef) FOO1 NS_AVAILABLE;
Dobjcmt-ns-returns-inner-pointer.m.result123 - (SecTrustRef) FOO1 NS_AVAILABLE NS_RETURNS_INNER_POINTER;
Dobjcmt-migrate-all.m.result124 @property (nonatomic, readonly) SecTrustRef FOO1 NS_AVAILABLE;
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dsdag-dangling-dbgvalue.ll45 ; CHECK: ![[FOO1:.*]] = !DILocalVariable(name: "foo1"
70 ; CHECK-NEXT: DBG_VALUE debug-use [[REG1]], debug-use $noreg, ![[FOO1]], !DIExpression()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1071 EXPECT_EQ("FOO1", unittest::TestEnumWithDupValue_Name(unittest::FOO1)); in TEST()
1084 unittest::TestEnumWithDupValue dup_value = unittest::FOO1; in TEST()
1086 EXPECT_EQ(unittest::FOO1, dup_value); in TEST()
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto209 FOO1 = 1; enumerator
Dunittest.proto471 FOO1 = 1; enumerator
/external/golang-protobuf/proto/test_proto/
Dtest.proto40 enum FOO { FOO1 = 1; }; enumerator