Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DRecord.cpp65 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy
72 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy
73 if (RecTy::typeIsConvertibleTo(RHS) || RHS->getRecTyKind() == IntRecTyKind) in typeIsConvertibleTo()
94 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy
95 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 IntRecTy
116 bool StringRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in StringRecTy
125 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy
127 return ElementTy->typeIsConvertibleTo(ListTy->getElementType()); in typeIsConvertibleTo()
216 bool RecordRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecordRecTy
[all …]
H A DTGParser.cpp1186 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 …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h86 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;