Searched refs:isNoneType (Results 1 – 16 of 16) sorted by relevance
72 assert(TI.isNoneType() || TI.isSimple()); in simpleTypeName()74 if (TI.isNoneType()) in simpleTypeName()96 if (!TI.isNoneType()) { in printTypeIndex()
44 if (Index.isNoneType() || Index.isSimple()) in getTypeName()
115 if (Index.isNoneType() || Index.isSimple()) in getTypeName()137 if (Index.isSimple() || Index.isNoneType()) in contains()
54 if (Index.isSimple() || Index.isNoneType()) in contains()
57 if (TI.isSimple() || TI.isNoneType()) { in hashType()
58 if (Index.isSimple() || Index.isNoneType()) in contains()
59 if (Index.isSimple() || Index.isNoneType()) in contains()
55 if (V.isNoneType())
116 bool isNoneType() const { return *this == None(); } in isNoneType() function
91 if (!ParentScope.isNoneType()) { in getName()
284 if (TI.isNoneType()) in getTypeName()
691 if (UDT.Type.isNoneType()) in dumpUdtStats()1189 if (DepSet.find(TI) != DepSet.end() || TI.isSimple() || TI.isNoneType()) in buildDepSet()
1085 if (type.index.isNoneType()) in GetOrCreateType()1253 if (!fir.ParentScope.isNoneType()) { in CreateFunctionDeclFromId()
1483 if (!parent_idx.isNoneType()) { in ParseInlineSite()1923 if (type_id.index.isNoneType()) in ResolveTypeUID()
370 if (!ti->isSimple() && !ti->isNoneType()) { in translateIdSymbols()
102 if (!TI.isNoneType()) { in getTypeName()