Searched refs:arrayArg (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/flang/test/Semantics/ |
D | resolve89.f90 | 36 integer, dimension(:), intent(in) :: arrayArg local 45 real, dimension(merge(1, 2, is_contiguous(arrayArg))) :: realVar3 83 real, dimension(merge(1, 2, is_contiguous(arrayArg))) :: realField3 124 integer, dimension(:), intent(in) :: arrayArg local 139 character(merge(1, 2, is_contiguous(arrayArg))) :: contigField 152 type(paramType(merge(1, 2, is_contiguous(arrayArg)))) :: contigField
|
/external/llvm-project/flang/lib/Evaluate/ |
D | intrinsics.cpp | 1277 const ActualArgument *arrayArg{nullptr}; in Match() local 1332 if (!arrayArg) { in Match() 1333 arrayArg = arg; in Match() 1335 argOk &= rank == arrayArg->Rank(); in Match() 1348 CHECK(arrayArg); in Match() 1349 argOk = rank == 0 || rank == arrayArg->Rank(); in Match() 1352 CHECK(arrayArg); in Match() 1353 argOk = rank == 0 || rank + 1 == arrayArg->Rank(); in Match() 1358 CHECK(arrayArg); in Match() 1512 CHECK(arrayArg); in Match() [all …]
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 528 bool arrayArg = false; in constructorErrorCheck() local 540 arrayArg = true; in constructorErrorCheck() 552 if (arrayArg && op != EOpConstructStruct) { in constructorErrorCheck()
|
/external/deqp-deps/glslang/glslang/HLSL/ |
D | hlslParseHelper.cpp | 6523 bool arrayArg = false; in constructorError() local 6531 arrayArg = true; in constructorError() 6595 if (arrayArg && function.getParamCount() == 1 && op != EOpConstructStruct && type.isArray() && in constructorError() 6600 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/HLSL/ |
D | hlslParseHelper.cpp | 6527 bool arrayArg = false; in constructorError() local 6535 arrayArg = true; in constructorError() 6599 if (arrayArg && function.getParamCount() == 1 && op != EOpConstructStruct && type.isArray() && in constructorError() 6604 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 2983 bool arrayArg = false; in constructorError() local 2992 arrayArg = true; in constructorError() 3175 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError()
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | ParseHelper.cpp | 3199 bool arrayArg = false; in constructorError() local 3209 arrayArg = true; in constructorError() 3403 if (arrayArg && op != EOpConstructStruct && ! type.isArrayOfArrays()) { in constructorError()
|