Searched refs:UserTy (Results 1 – 11 of 11) sorted by relevance
157 template <typename UserTy> // UserTy == 'User' or 'const User'159 : public std::iterator<std::forward_iterator_tag, UserTy *> {185 UserTy *operator*() const {189 UserTy *operator->() const { return operator*(); }191 operator user_iterator_impl<const UserTy>() const {192 return user_iterator_impl<const UserTy>(*UI);
155 template <typename UserTy> // UserTy == 'User' or 'const User'157 : public std::iterator<std::forward_iterator_tag, UserTy *> {182 UserTy *operator*() const {186 UserTy *operator->() const { return operator*(); }188 operator user_iterator_impl<const UserTy>() const {189 return user_iterator_impl<const UserTy>(*UI);
43 typename UserTy = const User,
164 template <typename UserTy> // UserTy == 'User' or 'const User'166 : public std::iterator<std::forward_iterator_tag, UserTy *> {192 UserTy *operator*() const {196 UserTy *operator->() const { return operator*(); }198 operator user_iterator_impl<const UserTy>() const {199 return user_iterator_impl<const UserTy>(*UI);
52 typename ValTy = const Value, typename UserTy = const User,
1076 Type *UserTy = nullptr; in findCommonType() local1078 UserTy = LI->getType(); in findCommonType()1080 UserTy = SI->getValueOperand()->getType(); in findCommonType()1083 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType()1100 if (!UserTy || (Ty && Ty != UserTy)) in findCommonType()1103 Ty = UserTy; in findCommonType()
1144 Type *UserTy = nullptr; in findCommonType() local1146 UserTy = LI->getType(); in findCommonType()1148 UserTy = SI->getValueOperand()->getType(); in findCommonType()1151 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType()1168 if (!UserTy || (Ty && Ty != UserTy)) in findCommonType()1171 Ty = UserTy; in findCommonType()
1147 Type *UserTy = nullptr; in findCommonType() local1149 UserTy = LI->getType(); in findCommonType()1151 UserTy = SI->getValueOperand()->getType(); in findCommonType()1154 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType()1171 if (!UserTy || (Ty && Ty != UserTy)) in findCommonType()1174 Ty = UserTy; in findCommonType()
5060 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly() local5061 StringRef Name = UserTy->getDecl()->getName(); in shouldNotPrintDirectly()5072 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()
8487 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly() local8488 StringRef Name = UserTy->getDecl()->getName(); in shouldNotPrintDirectly()8500 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()