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
   16     Visit(SA->getMin());
gen/tools/clang/include/clang/AST/AttrVisitor.inc
 1208   if (!getDerived().TraverseStmt(A->getMin()))
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
   42     Record.AddStmt(SA->getMin());
tools/clang/lib/CodeGen/TargetInfo.cpp
 7998         Attr->getMin()->EvaluateKnownConstInt(M.getContext()).getExtValue();
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  462   ExprResult Result = S.SubstExpr(Attr.getMin(), TemplateArgs);