Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h268 const A &, bool intoSubstring, bool intoComplexPart) { in ExtractDataRef() argument
273 bool intoSubstring = false, bool intoComplexPart = false) {
285 if (intoComplexPart) {
295 bool intoSubstring = false, bool intoComplexPart = false) {
298 return ExtractDataRef(x, intoSubstring, intoComplexPart);
304 bool intoSubstring = false, bool intoComplexPart = false) {
306 return ExtractDataRef(*x, intoSubstring, intoComplexPart);
313 const A *p, bool intoSubstring = false, bool intoComplexPart = false) {
315 return ExtractDataRef(*p, intoSubstring, intoComplexPart);