Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Druntime-type-info.cpp1022 int argThatMightBeDescriptor{0}; in DescribeSpecialProc() local
1049 argThatMightBeDescriptor = 1; in DescribeSpecialProc()
1052 argThatMightBeDescriptor = 2; // the non-passed-object argument in DescribeSpecialProc()
1072 argThatMightBeDescriptor = 1; in DescribeSpecialProc()
1097 if (argThatMightBeDescriptor != 0 && in DescribeSpecialProc()
1098 !proc->dummyArguments.at(argThatMightBeDescriptor - 1) in DescribeSpecialProc()
1100 isArgDescriptorSet |= 1 << (argThatMightBeDescriptor - 1); in DescribeSpecialProc()