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

/openbsd-current/gnu/llvm/llvm/lib/TableGen/
H A DRecord.cpp114 bool RecTy::typeIsConvertibleTo(const RecTy *RHS) const { function in class:RecTy
125 bool BitRecTy::typeIsConvertibleTo(const RecTy *RHS) const{ function in class:BitRecTy
147 bool BitsRecTy::typeIsConvertibleTo(const RecTy *RHS) const { function in class:BitsRecTy
164 bool IntRecTy::typeIsConvertibleTo(const RecTy *RHS) const { function in class:IntRecTy
177 bool StringRecTy::typeIsConvertibleTo(const RecTy *RHS) const { function in class:StringRecTy
186 bool ListRecTy::typeIsConvertibleTo(const RecTy *RHS) const { function in class:ListRecTy
[all...]

Completed in 184 milliseconds