Searched refs:SimpleType (Results 1 – 16 of 16) sorted by relevance
147 using SimpleType = Metadata *;149 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }153 using SimpleType = Metadata *;155 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {161 using SimpleType = T *;163 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {169 using SimpleType = T *;171 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
167 using SimpleType = Value *;169 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }172 using SimpleType = /*const*/ Value *;174 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
165 using SimpleType = Value *;167 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }170 using SimpleType = Value *;172 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }210 using SimpleType = Value *;212 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; }215 using SimpleType = Value *;217 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
319 using SimpleType = Value*;321 static SimpleType getSimplifiedValue(User::op_iterator &Val) {326 using SimpleType = /*const*/ Value*;328 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
755 using SimpleType = Metadata *;757 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); }761 using SimpleType = Metadata *;763 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
245 using SimpleType = Metadata *;247 static SimpleType getSimplifiedValue(const TypedDINodeRef<T> &MD) {
35 using SimpleType = From; // The real type this represents... member38 static SimpleType &getSimplifiedValue(From &Val) { return Val; } in getSimplifiedValue()42 using NonConstSimpleType = typename simplify_type<From>::SimpleType;43 using SimpleType =46 typename add_lvalue_reference_if_not_pointer<SimpleType>::type;124 typename simplify_type<SimpleFrom>::SimpleType>::doit(201 To, From, typename simplify_type<From>::SimpleType>::ret_type;211 typename simplify_type<SimpleFrom>::SimpleType>::doit(227 std::is_same<X, typename simplify_type<X>::SimpleType>::value;243 X, const Y, typename simplify_type<const Y>::SimpleType>::doit(Val);[all …]
253 using SimpleType = T *;255 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) {261 using SimpleType = /*const*/ T *;263 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
189 using SimpleType = typename iterator::pointer;191 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
369 using SimpleType = const T *;371 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
1237 using SimpleType = const ::clang::Type *;1239 static SimpleType getSimplifiedValue(::clang::QualType Val) {
240 using SimpleType = SDNode *;242 static SimpleType getSimplifiedValue(SDValue &Val) {247 using SimpleType = /*const*/ SDNode *;249 static SimpleType getSimplifiedValue(const SDValue &Val) {343 using SimpleType = SDNode *;345 static SimpleType getSimplifiedValue(SDUse &Val) {
86 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
1220 using SimpleType = const T *;1222 static SimpleType
1231 using SimpleType = ::clang::Stmt *;1233 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {
546 IO.mapRequired("SimpleType", S.SimpleType); in mapping()