Home
last modified time | relevance | path

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

/external/llvm/lib/TableGen/
DRecord.cpp97 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecTy
102 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ in typeIsConvertibleTo() function in BitRecTy
124 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in BitsRecTy
131 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in IntRecTy
144 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in ListRecTy
162 bool RecordRecTy::typeIsConvertibleTo(const RecTy *RHS) const { in typeIsConvertibleTo() function in RecordRecTy