Home
last modified time | relevance | path

Searched refs:FOO2 (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/Preprocessor/
Dmacro_paste_empty.c7 #define FOO2(X) Y ## X macro
8 b:FOO2()
Dmacro_space.c4 #define FOO2(x)x macro
17 TEST(FOO2,)
/external/clang/test/SemaObjC/
Denhanced-proto-2.m15 - (void) FOO2; method
20 - (void) FOO2{} method
/external/clang/test/Parser/
Denhanced-proto-1.m15 - (void) FOO2; method
/external/swiftshader/third_party/LLVM/test/TableGen/
DMultiClassInherit.td50 defm FOO2 : s2<99>;
/external/llvm/test/TableGen/
DMultiClassInherit.td81 defm FOO2 : s2<99>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DMultiClassInherit.td81 defm FOO2 : s2<99>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dsdag-dangling-dbgvalue.ll47 ; CHECK: ![[FOO2:.*]] = !DILocalVariable(name: "foo2"
81 ; CHECK-NEXT: DBG_VALUE debug-use [[REG2]], debug-use $noreg, ![[FOO2]], !DIExpression()
/external/protobuf/src/google/protobuf/
Dunittest_proto3.proto212 FOO2 = 1; enumerator
Dunittest.proto474 FOO2 = 1; enumerator
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1072 EXPECT_EQ("FOO1", unittest::TestEnumWithDupValue_Name(unittest::FOO2)); in TEST()
1088 EXPECT_EQ(unittest::FOO2, dup_value); in TEST()