Searched refs:ByValType (Results 1 – 14 of 14) sorted by relevance
1443 ByValType = nullptr; in clear()1469 ByValType = Attr.getValueAsType(); in addAttribute()1493 ByValType = nullptr; in removeAttribute()1578 ByValType = Ty; in addByValAttr()1599 if (!ByValType) in merge()1600 ByValType = B.ByValType; in merge()1627 if (B.ByValType) in remove()1628 ByValType = nullptr; in remove()1689 DerefBytes == B.DerefBytes && ByValType == B.ByValType; in operator ==()
1579 ByValType = nullptr; in clear()1599 ByValType = Attr.getValueAsType(); in addAttribute()1629 ByValType = nullptr; in removeAttribute()1720 ByValType = Ty; in addByValAttr()1759 if (!ByValType) in merge()1760 ByValType = B.ByValType; in merge()1796 if (B.ByValType) in remove()1797 ByValType = nullptr; in remove()1867 DerefBytes == B.DerefBytes && ByValType == B.ByValType && in operator ==()
714 Type *ByValType = nullptr;791 Type *getByValType() const { return ByValType; }
762 Type *ByValType = nullptr;849 Type *getByValType() const { return ByValType; }
1236 DL.getTypeAllocSize(Arg.ByValType ? Arg.ByValType : ElementTy); in lowerCallTo()
119 ByValType = nullptr; in setAttributes()121 ByValType = Call->getParamByValType(ArgIdx); in setAttributes()
9315 Args[i].ByValType ? Args[i].ByValType : ElementTy); in LowerCallTo()
1210 DL.getTypeAllocSize(Arg.ByValType ? Arg.ByValType : ElementTy); in lowerCallTo()
118 ByValType = nullptr; in setAttributes()120 ByValType = Call->getParamByValType(ArgIdx); in setAttributes()
9231 Args[i].ByValType ? Args[i].ByValType : ElementTy); in LowerCallTo()
2497 QualType ByValType = ValType; // 'CP' in SemaAtomicOpsOverloaded() local2499 ByValType = Ptr->getType(); in SemaAtomicOpsOverloaded()2517 Ty = ByValType; in SemaAtomicOpsOverloaded()2535 Ty = ByValType; in SemaAtomicOpsOverloaded()
195 Type *ByValType = nullptr; variable
289 Type *ByValType = nullptr; variable
4964 QualType ByValType = ValType; // 'CP' in BuildAtomicExpr() local4967 ByValType = Ptr->getType(); in BuildAtomicExpr()5037 Ty = ByValType; in BuildAtomicExpr()5059 Ty = ByValType; in BuildAtomicExpr()