Searched refs:typeIsA (Results 1 – 3 of 3) sorted by relevance
153 bool RecTy::typeIsA(const RecTy *RHS) const { return this == RHS; } in typeIsA() function in RecTy220 bool ListRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in ListRecTy222 return getElementType()->typeIsA(RHSl->getElementType()); in typeIsA()325 bool RecordRecTy::typeIsA(const RecTy *RHS) const { in typeIsA() function in RecordRecTy910 if (!DI->getType()->typeIsA(getType())) { in Fold()977 if (!TI->getType()->typeIsA(getType())) { in Fold()2168 D->getDefInit()->getType()->typeIsA(CheckType)); in Fold()2183 CurRec->getType()->typeIsA(CheckType)); in Fold()2285 if (getType() == Ty || getType()->typeIsA(Ty)) in convertInitializerTo()2314 if (getType() == Ty || getType()->typeIsA(Ty)) in getCastTo()[all …]
570 if (!I->getType()->typeIsA(Defset->EltTy)) { in addDefOne()4489 cast<TypedInit>(CastValue)->getType()->typeIsA(ArgType)) && in CheckTemplateArgValues()
101 virtual bool typeIsA(const RecTy *RHS) const;209 bool typeIsA(const RecTy *RHS) const override;275 bool typeIsA(const RecTy *RHS) const override;