Home
last modified time | relevance | path

Searched refs:nested2 (Results 1 – 25 of 26) sorted by relevance

12

/external/llvm-project/flang/test/Semantics/
Dprocinterface01.f9049 procedure(logical), pointer, nopass :: p3 => nested2
84 logical function nested2(x) function
89 nested2 = x/=0
90 end function nested2
/external/llvm-project/lldb/test/API/commands/frame/select/
Dmain.cpp5 int nested2() { in nested2() function
10 return 1 + nested2(); in nested1()
/external/llvm-project/clang/test/Analysis/inlining/
Dtest-always-inline-size-option.c18 int nested2() { in nested2() function
22 return nested2(); in nested1()
/external/clang/test/Analysis/inlining/
Dtest-always-inline-size-option.c18 int nested2() { in nested2() function
22 return nested2(); in nested1()
/external/perfetto/src/protozero/filtering/
Dmessage_tokenizer_unittest.cc111 auto* nested2 = nested->BeginNestedMessage<Message>(5); in TEST() local
112 nested2->AppendVarInt(/*field_id*/ 6, 106u); in TEST()
113 nested2->AppendFixed(/*field_id*/ 7, 107u); in TEST()
114 nested2->Finalize(); in TEST()
/external/llvm-project/clang/test/CodeGen/
Dms-anonymous-struct.c11 struct nested2 { struct
19 struct nested2; argument
/external/clang/test/CodeGen/
Dms-anonymous-struct.c11 struct nested2 { struct
19 struct nested2; argument
/external/clang/test/Sema/
DMicrosoftExtensions.c43 struct nested2 { struct
48 struct nested2 PR20573 = { .a = 3 }; argument
66 struct nested2; // expected-warning {{anonymous structs are a Microsoft extension}}
/external/llvm-project/clang/test/Sema/
DMicrosoftExtensions.c44 struct nested2 { struct
49 struct nested2 PR20573 = { .a = 3 }; argument
67 struct nested2; // expected-warning {{anonymous structs are a Microsoft extension}}
/external/tensorflow/tensorflow/python/kernel_tests/
Dtemplate_test.py337 nested2 = template.make_template("nested", variable_scoped_function)
339 v2 = nested2()
347 self.assertEqual(1, len(nested2.variables))
349 self.assertIs(nested2.variables[0], v2)
351 self.assertEqual(1, len(nested2.trainable_variables))
353 self.assertIs(nested2.trainable_variables[0], v2)
355 self.assertEqual(len(nested2.non_trainable_variables), 0)
408 nested2 = template.make_template_internal(
413 nested2()
415 v2 = nested2.variables
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dreflection.vert.out99 nested2.a.n1.a: offset 16, type 1406, size 1, index 16, binding -1, stages 1
100 nested2.a.n2.b: offset 32, type 1406, size 1, index 16, binding -1, stages 1
101 nested2.a.n2.c: offset 36, type 1406, size 1, index 16, binding -1, stages 1
102 nested2.a.n2.d: offset 40, type 1406, size 1, index 16, binding -1, stages 1
103 nested2.b[0].a: offset 48, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
104 nested2.b[1].a: offset 64, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
105 nested2.b[2].a: offset 80, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
106 nested2.b[3].a: offset 96, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
107 nested2.c.a: offset 112, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
108 nested2.d.a: offset 144, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dreflection.vert.out99 nested2.a.n1.a: offset 16, type 1406, size 1, index 16, binding -1, stages 1
100 nested2.a.n2.b: offset 32, type 1406, size 1, index 16, binding -1, stages 1
101 nested2.a.n2.c: offset 36, type 1406, size 1, index 16, binding -1, stages 1
102 nested2.a.n2.d: offset 40, type 1406, size 1, index 16, binding -1, stages 1
103 nested2.b[0].a: offset 48, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
104 nested2.b[1].a: offset 64, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
105 nested2.b[2].a: offset 80, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
106 nested2.b[3].a: offset 96, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
107 nested2.c.a: offset 112, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
108 nested2.d.a: offset 144, type 1406, size 1, index 16, binding -1, stages 1, topLevelArrayStride 16
[all …]
/external/llvm-project/clang/test/Modules/Inputs/normal-module-map/nested/
Dnested2.h1 int nested2; variable
Dmodule.map3 header "nested2.h"
/external/clang/test/Modules/Inputs/normal-module-map/nested/
Dnested2.h1 int nested2; variable
Dmodule.map3 header "nested2.h"
/external/clang/test/SemaCXX/
Dlambda-expressions.cpp207 template<typename...Ts> void nested2(Ts ...ts) { // expected-note 2{{here}} in nested2() function
228 template void nested2(int); // ok
229 template void nested2(int, int); // expected-note {{in instantiation of}}
/external/testng/src/test/java/test/nested2/
DTmpA.java1 package test.nested2;
/external/clang/test/Modules/
Dnormal-module-map.cpp16 return a1 + b1 + nested2; in test()
/external/llvm-project/clang/test/Modules/
Dnormal-module-map.cpp16 return a1 + b1 + nested2; in test()
/external/llvm-project/clang/test/SemaCXX/
Dlambda-expressions.cpp243 template<typename...Ts> void nested2(Ts ...ts) { // expected-note 2{{here}} in nested2() function
264 template void nested2(int); // ok
265 template void nested2(int, int); // expected-note {{in instantiation of}}
/external/llvm-project/polly/lib/External/isl/
Disl_space.c967 isl_space *nested1, *nested2; in isl_space_tuple_is_equal() local
984 nested2 = nested(space2, type2); in isl_space_tuple_is_equal()
985 if (!nested1 ^ !nested2) in isl_space_tuple_is_equal()
987 if (nested1 && !isl_space_has_equal_tuples(nested1, nested2)) in isl_space_tuple_is_equal()
3193 isl_space *nested1, *nested2; in isl_space_cmp_type() local
3207 nested2 = nested(space2, type); in isl_space_cmp_type()
3208 if (!nested1 != !nested2) in isl_space_cmp_type()
3209 return !nested1 - !nested2; in isl_space_cmp_type()
3212 return isl_space_cmp(nested1, nested2); in isl_space_cmp_type()
/external/angle/third_party/vulkan-deps/glslang/src/Test/
Dreflection.vert63 layout(std140) uniform nested2 {
/external/deqp-deps/glslang/Test/
Dreflection.vert63 layout(std140) uniform nested2 {
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_test.py865 nested2 = template.make_template('nested', variable_scoped_function)
867 v2 = nested2()
875 self.assertEqual(1, len(nested2.variables))
877 self.assertIs(nested2.variables[0], v2)
879 self.assertEqual(1, len(nested2.trainable_variables))
881 self.assertIs(nested2.trainable_variables[0], v2)
883 self.assertEqual(len(nested2.non_trainable_variables), 0)

12