Searched refs:SimpleType (Results 1 – 17 of 17) sorted by relevance
146 using SimpleType = Metadata *;148 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }152 using SimpleType = Metadata *;154 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {160 using SimpleType = T *;162 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {168 using SimpleType = T *;170 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
116 using SimpleType = Value *;118 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }121 using SimpleType = /*const*/ Value *;123 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
168 using SimpleType = Value *;170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }173 using SimpleType = Value *;175 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }232 using SimpleType = Value *;234 static SimpleType getSimplifiedValue(WeakTrackingVH &WVH) { return WVH; }237 using SimpleType = Value *;239 static SimpleType getSimplifiedValue(const WeakTrackingVH &WVH) {
323 using SimpleType = Value*;325 static SimpleType getSimplifiedValue(User::op_iterator &Val) {330 using SimpleType = /*const*/ Value*;332 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
953 using SimpleType = Metadata *;955 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); }959 using SimpleType = Metadata *;961 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
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 = typename add_const_past_pointer<NonConstSimpleType>::type;45 typename add_lvalue_reference_if_not_pointer<SimpleType>::type;128 typename simplify_type<SimpleFrom>::SimpleType>::192 To, From, typename simplify_type<From>::SimpleType>::ret_type;206 typename simplify_type<SimpleFrom>::SimpleType>::234 std::is_same_v<X, typename simplify_type<X>::SimpleType>;257 typename simplify_type<const From>::SimpleType>::doit(f);[all …]
257 using SimpleType = Value *;259 static SimpleType getSimplifiedValue(AssumptionCache::ResultElem &Val) {264 using SimpleType = /*const*/ Value *;266 static SimpleType getSimplifiedValue(const AssumptionCache::ResultElem &Val) {
296 using SimpleType = T *;298 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T> &Val) {304 using SimpleType = /*const*/ T *;306 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T> &Val) {
384 using SimpleType = typename iterator::pointer;386 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }396 using SimpleType = typename iterator::pointer;398 static SimpleType getSimplifiedValue(const iterator &Node) { return &*Node; }
369 using SimpleType = const T *;371 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
1654 using SimpleType = const ::clang::Type *;1656 static SimpleType getSimplifiedValue(::clang::QualType Val) {
97 COFF::SymbolBaseType SimpleType = COFF::IMAGE_SYM_TYPE_NULL; member
265 using SimpleType = SDNode *;267 static SimpleType getSimplifiedValue(SDValue &Val) {272 using SimpleType = /*const*/ SDNode *;274 static SimpleType getSimplifiedValue(const SDValue &Val) {369 using SimpleType = SDNode *;371 static SimpleType getSimplifiedValue(SDUse &Val) {
1511 using SimpleType = const T *;1513 static SimpleType getSimplifiedValue(clang::ento::CallEventRef<T> Val) {
1472 using SimpleType = ::clang::Stmt *;1474 static SimpleType getSimplifiedValue(::clang::CFGTerminator Val) {
113 Sym.Header.Type = Sym.SimpleType; in parseSymbols()
652 IO.mapRequired("SimpleType", S.SimpleType); in mapping()