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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
  173     OS << " __attribute__((amdgpu_waves_per_eu(" << getMin() << ", " << getMax() << ")))";
  177     OS << " [[clang::amdgpu_waves_per_eu(" << getMin() << ", " << getMax() << ")]]";
gen/tools/clang/include/clang/AST/AttrNodeTraverse.inc
   17     Visit(SA->getMax());
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 1210   if (!getDerived().TraverseStmt(A->getMax()))
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
   43     Record.AddStmt(SA->getMax());
tools/clang/lib/CodeGen/TargetInfo.cpp
 7999     unsigned Max = Attr->getMax() ? Attr->getMax()
 7999     unsigned Max = Attr->getMax() ? Attr->getMax()
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  468   if (auto Max = Attr.getMax()) {