Searched refs:RECURSE (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/TableGen/ |
D | subst2.td | 5 // CHECK: RECURSE foo 12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>; 16 def Trouble : Text<"RECURSE NORECURSE">;
|
/external/llvm-project/llvm/test/TableGen/ |
D | subst2.td | 5 // CHECK: RECURSE foo 12 Recurse<!subst("RECURSE", "RECURSE", !subst("NORECURSE", "foo", text))>; 16 def Trouble : Text<"RECURSE NORECURSE">;
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | cppSimple.vert | 317 #define RECURSE RECURSE 318 int RECURSE; 321 #undef RECURSE 322 int R1 = RECURSE;
|
/external/deqp-deps/glslang/Test/ |
D | cppSimple.vert | 317 #define RECURSE RECURSE 318 int RECURSE; 321 #undef RECURSE 322 int R1 = RECURSE;
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | cppSimple.vert.out | 192 12:9011 'RECURSE' ( global int) 203 0:? 'RECURSE' ( global int) 291 12:9011 'RECURSE' ( global int) 302 0:? 'RECURSE' ( global int)
|
/external/protobuf/src/google/protobuf/util/ |
D | field_comparator_test.cc | 64 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F() 71 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F() 78 EXPECT_EQ(FieldComparator::RECURSE, in TEST_F()
|
D | field_comparator.h | 71 RECURSE, // Compared submessages need to be compared recursively. enumerator
|
D | field_comparator.cc | 121 return RECURSE; in Compare()
|
D | message_differencer.cc | 1080 result == FieldComparator::RECURSE) { in CompareFieldValueUsingParentFields()
|
D | message_differencer_unittest.cc | 2280 return RECURSE; in Compare()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | cppSimple.vert.out | 188 12:9011 'RECURSE' ( global int) 199 0:? 'RECURSE' ( global int) 287 12:9011 'RECURSE' ( global int) 298 0:? 'RECURSE' ( global int)
|
/external/tensorflow/tensorflow/lite/ |
D | CMakeLists.txt | 93 # [RECURSE]: Whether to recursively search SOURCE_DIR. 95 cmake_parse_arguments(ARGS "RECURSE" "" "FILTER" ${ARGN})
|