Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcharacteristics.h149 const char *thisIs = "pointer", const char *thatIs = "target",
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcharacteristics.cpp152 const TypeAndShape &that, const char *thisIs, const char *thatIs, in IsCompatibleWith() argument
158 thatIs, that.AsFortran(), thisIs, AsFortran()); in IsCompatibleWith()
162 CheckConformance(messages, shape_, that.shape_, flags, thisIs, thatIs) in IsCompatibleWith()