reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGCall.cpp
 1875       RetAttrs.addAttribute(llvm::Attribute::NoAlias);
 1878       RetAttrs.addAttribute(llvm::Attribute::NonNull);
 1963       RetAttrs.addAttribute(llvm::Attribute::SExt);
 1965       RetAttrs.addAttribute(llvm::Attribute::ZExt);
 1969       RetAttrs.addAttribute(llvm::Attribute::InReg);
 1992       RetAttrs.addDereferenceableAttr(getContext().getTypeSizeInChars(PTy)
 1996       RetAttrs.addAttribute(llvm::Attribute::NonNull);
 2159       llvm::AttributeSet::get(getLLVMContext(), RetAttrs), ArgAttrs);