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

Declarations

include/llvm/IR/Attributes.h
  767   bool hasAttributes() const;

References

lib/AsmParser/LLParser.cpp
 1147   if (Attrs.hasAttributes() || !FwdRefAttrGrps.empty()) {
 1177   if (!NumberedAttrBuilders[VarID].hasAttributes())
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  342           .hasAttributes())
lib/CodeGen/SelectionDAG/TargetLowering.cpp
   62           .hasAttributes())
lib/IR/Attributes.cpp
 1082   if (!B.hasAttributes())
 1157   if (!B.hasAttributes())
lib/Target/AMDGPU/AMDGPULibCalls.cpp
 1734   if (!B.hasAttributes())
tools/clang/lib/CodeGen/CGCall.cpp
 2147     if (Attrs.hasAttributes()) {