Searched refs:typeIsConvertibleTo (Results 1 – 3 of 3) sorted by relevance
65 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy72 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy73 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()94 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy95 if (RecTy::typeIsConvertibleTo(RHS)) //argument and the sender are same type in typeIsConvertibleTo()107 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in IntRecTy116 bool StringRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in StringRecTy125 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy127 return ElementTy->typeIsConvertibleTo(ListTy->getElementType()); in typeIsConvertibleTo()216 bool RecordRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecordRecTy[all …]
1186 if (Type && ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperation()1235 if (!ArgType->getListTy()->typeIsConvertibleTo(ItemType)) { in ParseOperation()1256 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()1257 !ArgType->typeIsConvertibleTo(StringRecTy::get()) && in ParseOperation()1258 !ArgType->typeIsConvertibleTo(RecordRecTy::get({}))) { in ParseOperation()1269 if (!ArgType->typeIsConvertibleTo(IntRecTy::get()) && in ParseOperation()1270 !ArgType->typeIsConvertibleTo(StringRecTy::get())) { in ParseOperation()1281 !ArgType->typeIsConvertibleTo(IntRecTy::get()->getListTy())) { in ParseOperation()1721 if (ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperationSubstr()1809 if (ItemType && !Type->typeIsConvertibleTo(ItemType)) { in ParseOperationFind()[all …]
86 virtual bool typeIsConvertibleTo(const RecTy *RHS) const;116 bool typeIsConvertibleTo(const RecTy *RHS) const override;136 bool typeIsConvertibleTo(const RecTy *RHS) const override;156 bool typeIsConvertibleTo(const RecTy *RHS) const override;174 bool typeIsConvertibleTo(const RecTy *RHS) const override;196 bool typeIsConvertibleTo(const RecTy *RHS) const override;258 bool typeIsConvertibleTo(const RecTy *RHS) const override;