Home
last modified time | relevance | path

Searched refs:ByValType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp1747 ByValType = nullptr; in clear()
1767 ByValType = Attr.getValueAsType(); in addAttribute()
1802 ByValType = nullptr; in removeAttribute()
1918 ByValType = Ty; in addByValAttr()
1963 if (!ByValType) in merge()
1964 ByValType = B.ByValType; in merge()
2006 if (B.ByValType) in remove()
2007 ByValType = nullptr; in remove()
2082 DerefBytes == B.DerefBytes && ByValType == B.ByValType && in operator ==()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h813 Type *ByValType = nullptr;
901 Type *getByValType() const { return ByValType; }
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp5167 QualType ByValType = ValType; // 'CP' in BuildAtomicExpr() local
5170 ByValType = Ptr->getType(); in BuildAtomicExpr()
5242 Ty = ByValType; in BuildAtomicExpr()
5262 Ty = ByValType; in BuildAtomicExpr()