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

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 6352 OMPDeclareSimdDeclAttr *OMPDeclareSimdDeclAttr::clone(ASTContext &C) const {
 6353   auto *A = new (C) OMPDeclareSimdDeclAttr(C, *this, branchState, simdlen, uniforms_, uniforms_Size, aligneds_, aligneds_Size, alignments_, alignments_Size, linears_, linears_Size, modifiers_, modifiers_Size, steps_, steps_Size);
 6353   auto *A = new (C) OMPDeclareSimdDeclAttr(C, *this, branchState, simdlen, uniforms_, uniforms_Size, aligneds_, aligneds_Size, alignments_, alignments_Size, linears_, linears_Size, modifiers_, modifiers_Size, steps_, steps_Size);
11814     return cast<OMPDeclareSimdDeclAttr>(this)->getSpelling();
12394     return cast<OMPDeclareSimdDeclAttr>(this)->clone(C);
12974     return cast<OMPDeclareSimdDeclAttr>(this)->printPretty(OS, Policy);
gen/tools/clang/include/clang/AST/AttrNodeTraverse.inc
  103   void VisitOMPDeclareSimdDeclAttr(const OMPDeclareSimdDeclAttr *A) {
  104     const auto *SA = cast<OMPDeclareSimdDeclAttr>(A); (void)SA;
  104     const auto *SA = cast<OMPDeclareSimdDeclAttr>(A); (void)SA;
  106     for (OMPDeclareSimdDeclAttr::uniforms_iterator I = SA->uniforms_begin(), E = SA->uniforms_end(); I != E; ++I)
  108     for (OMPDeclareSimdDeclAttr::aligneds_iterator I = SA->aligneds_begin(), E = SA->aligneds_end(); I != E; ++I)
  110     for (OMPDeclareSimdDeclAttr::alignments_iterator I = SA->alignments_begin(), E = SA->alignments_end(); I != E; ++I)
  112     for (OMPDeclareSimdDeclAttr::linears_iterator I = SA->linears_begin(), E = SA->linears_end(); I != E; ++I)
  114     for (OMPDeclareSimdDeclAttr::steps_iterator I = SA->steps_begin(), E = SA->steps_end(); I != E; ++I)
gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  438   void VisitOMPDeclareSimdDeclAttr(const OMPDeclareSimdDeclAttr *A) {
  439     const auto *SA = cast<OMPDeclareSimdDeclAttr>(A); (void)SA;
  439     const auto *SA = cast<OMPDeclareSimdDeclAttr>(A); (void)SA;
  441     case OMPDeclareSimdDeclAttr::BS_Undefined:
  444     case OMPDeclareSimdDeclAttr::BS_Inbranch:
  447     case OMPDeclareSimdDeclAttr::BS_Notinbranch:
gen/tools/clang/include/clang/AST/AttrVisitor.inc
  647   bool TraverseOMPDeclareSimdDeclAttr(OMPDeclareSimdDeclAttr *A);
  648   bool VisitOMPDeclareSimdDeclAttr(OMPDeclareSimdDeclAttr *A) {
 2700 bool VISITORCLASS<Derived>::TraverseOMPDeclareSimdDeclAttr(OMPDeclareSimdDeclAttr *A) {
 4274       return getDerived().TraverseOMPDeclareSimdDeclAttr(cast<OMPDeclareSimdDeclAttr>(A));
gen/tools/clang/include/clang/AST/Attrs.inc
 8539   static OMPDeclareSimdDeclAttr *CreateImplicit(ASTContext &Ctx, BranchStateTy BranchState, Expr * Simdlen, Expr * *Uniforms, unsigned UniformsSize, Expr * *Aligneds, unsigned AlignedsSize, Expr * *Alignments, unsigned AlignmentsSize, Expr * *Linears, unsigned LinearsSize, unsigned *Modifiers, unsigned ModifiersSize, Expr * *Steps, unsigned StepsSize, const AttributeCommonInfo &CommonInfo = {SourceRange{}}) {
 8540     auto *A = new (Ctx) OMPDeclareSimdDeclAttr(Ctx, CommonInfo, BranchState, Simdlen, Uniforms, UniformsSize, Aligneds, AlignedsSize, Alignments, AlignmentsSize, Linears, LinearsSize, Modifiers, ModifiersSize, Steps, StepsSize);
 8540     auto *A = new (Ctx) OMPDeclareSimdDeclAttr(Ctx, CommonInfo, BranchState, Simdlen, Uniforms, UniformsSize, Aligneds, AlignedsSize, Alignments, AlignmentsSize, Linears, LinearsSize, Modifiers, ModifiersSize, Steps, StepsSize);
 8547   static OMPDeclareSimdDeclAttr *Create(ASTContext &Ctx, BranchStateTy BranchState, Expr * Simdlen, Expr * *Uniforms, unsigned UniformsSize, Expr * *Aligneds, unsigned AlignedsSize, Expr * *Alignments, unsigned AlignmentsSize, Expr * *Linears, unsigned LinearsSize, unsigned *Modifiers, unsigned ModifiersSize, Expr * *Steps, unsigned StepsSize, const AttributeCommonInfo &CommonInfo = {SourceRange{}}) {
 8548     auto *A = new (Ctx) OMPDeclareSimdDeclAttr(Ctx, CommonInfo, BranchState, Simdlen, Uniforms, UniformsSize, Aligneds, AlignedsSize, Alignments, AlignmentsSize, Linears, LinearsSize, Modifiers, ModifiersSize, Steps, StepsSize);
 8548     auto *A = new (Ctx) OMPDeclareSimdDeclAttr(Ctx, CommonInfo, BranchState, Simdlen, Uniforms, UniformsSize, Aligneds, AlignedsSize, Alignments, AlignmentsSize, Linears, LinearsSize, Modifiers, ModifiersSize, Steps, StepsSize);
 8554   static OMPDeclareSimdDeclAttr *CreateImplicit(ASTContext &Ctx, BranchStateTy BranchState, Expr * Simdlen, Expr * *Uniforms, unsigned UniformsSize, Expr * *Aligneds, unsigned AlignedsSize, Expr * *Alignments, unsigned AlignmentsSize, Expr * *Linears, unsigned LinearsSize, unsigned *Modifiers, unsigned ModifiersSize, Expr * *Steps, unsigned StepsSize, SourceRange Range, AttributeCommonInfo::Syntax Syntax) {
 8558   static OMPDeclareSimdDeclAttr *Create(ASTContext &Ctx, BranchStateTy BranchState, Expr * Simdlen, Expr * *Uniforms, unsigned UniformsSize, Expr * *Aligneds, unsigned AlignedsSize, Expr * *Alignments, unsigned AlignmentsSize, Expr * *Linears, unsigned LinearsSize, unsigned *Modifiers, unsigned ModifiersSize, Expr * *Steps, unsigned StepsSize, SourceRange Range, AttributeCommonInfo::Syntax Syntax) {
 8606   OMPDeclareSimdDeclAttr *clone(ASTContext &C) const;
 8616       .Case("", OMPDeclareSimdDeclAttr::BS_Undefined)
 8617       .Case("inbranch", OMPDeclareSimdDeclAttr::BS_Inbranch)
 8618       .Case("notinbranch", OMPDeclareSimdDeclAttr::BS_Notinbranch)
 8629     case OMPDeclareSimdDeclAttr::BS_Undefined: return "";
 8630     case OMPDeclareSimdDeclAttr::BS_Inbranch: return "inbranch";
 8631     case OMPDeclareSimdDeclAttr::BS_Notinbranch: return "notinbranch";
gen/tools/clang/include/clang/Sema/AttrTemplateInstantiate.inc
  770       const auto *A = cast<OMPDeclareSimdDeclAttr>(At);
  770       const auto *A = cast<OMPDeclareSimdDeclAttr>(At);
gen/tools/clang/include/clang/Serialization/AttrPCHRead.inc
 1428     OMPDeclareSimdDeclAttr::BranchStateTy branchState(static_cast<OMPDeclareSimdDeclAttr::BranchStateTy>(Record.readInt()));
 1460     New = new (Context) OMPDeclareSimdDeclAttr(Context, Info, branchState, simdlen, uniforms.data(), uniformsSize, aligneds.data(), alignedsSize, alignments.data(), alignmentsSize, linears.data(), linearsSize, modifiers.data(), modifiersSize, steps.data(), stepsSize);
gen/tools/clang/include/clang/Serialization/AttrPCHWrite.inc
 1079     const auto *SA = cast<OMPDeclareSimdDeclAttr>(A);
 1079     const auto *SA = cast<OMPDeclareSimdDeclAttr>(A);
include/llvm/ADT/STLExtras.h
   75       typename std::add_pointer<typename std::add_const<T>::type>::type;
include/llvm/Support/Casting.h
   58     return To::classof(&Val);
   66   static inline bool doit(const From &) { return true; }
  104   static inline bool doit(const From *Val) {
  106     return isa_impl<To, From>::doit(*Val);
  106     return isa_impl<To, From>::doit(*Val);
  122     return isa_impl_wrap<To, SimpleFrom,
  132     return isa_impl_cl<To,FromTy>::doit(Val);
  142   return isa_impl_wrap<X, const Y,
  172   using ret_type = To *;       // Pointer arg case, return Ty*
  176   using ret_type = const To *; // Constant pointer arg case, return const Ty*
  198   using ret_type = typename cast_retty<To, SimpleFrom>::ret_type;
  204   using ret_type = typename cast_retty_impl<To,FromTy>::ret_type;
  210       To, From, typename simplify_type<From>::SimpleType>::ret_type;
  227   static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) {
  228     typename cast_retty<To, FromTy>::ret_type Res2
  256 inline typename cast_retty<X, Y>::ret_type cast(Y &Val) {
  263 inline typename cast_retty<X, Y *>::ret_type cast(Y *Val) {
  265   return cast_convert_val<X, Y*,
  337 LLVM_NODISCARD inline typename cast_retty<X, Y>::ret_type dyn_cast(Y &Val) {
  342 LLVM_NODISCARD inline typename cast_retty<X, Y *>::ret_type dyn_cast(Y *Val) {
  343   return isa<X>(Val) ? cast<X>(Val) : nullptr;
  343   return isa<X>(Val) ? cast<X>(Val) : nullptr;
tools/clang/include/clang/AST/AttrIterator.h
   47     while (!isa<SpecificAttr>(*Current))
   52     while (Current != I && !isa<SpecificAttr>(*Current))
   57   using value_type = SpecificAttr *;
   58   using reference = SpecificAttr *;
   59   using pointer = SpecificAttr *;
   68     return cast<SpecificAttr>(*Current);
  101 inline specific_attr_iterator<SpecificAttr, Container>
  106 inline specific_attr_iterator<SpecificAttr, Container>
  113   return specific_attr_begin<SpecificAttr>(container) !=
  114           specific_attr_end<SpecificAttr>(container);
tools/clang/include/clang/AST/DeclBase.h
  524   llvm::iterator_range<specific_attr_iterator<T>> specific_attrs() const {
  525     return llvm::make_range(specific_attr_begin<T>(), specific_attr_end<T>());
  525     return llvm::make_range(specific_attr_begin<T>(), specific_attr_end<T>());
  529   specific_attr_iterator<T> specific_attr_begin() const {
  534   specific_attr_iterator<T> specific_attr_end() const {
  543     return hasAttrs() && hasSpecificAttr<T>(getAttrs());
tools/clang/include/clang/Sema/Sema.h
 9773       DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS,
tools/clang/lib/CodeGen/Address.h
  108 template <class U> inline U cast(CodeGen::Address addr) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10298                            OMPDeclareSimdDeclAttr::BranchStateTy State) {
10319   case OMPDeclareSimdDeclAttr::BS_Undefined:
10323   case OMPDeclareSimdDeclAttr::BS_Notinbranch:
10326   case OMPDeclareSimdDeclAttr::BS_Inbranch:
10564     OMPDeclareSimdDeclAttr::BranchStateTy State, StringRef MangledName,
10621       case OMPDeclareSimdDeclAttr::BS_Undefined:
10627       case OMPDeclareSimdDeclAttr::BS_Notinbranch:
10631       case OMPDeclareSimdDeclAttr::BS_Inbranch:
10650       case OMPDeclareSimdDeclAttr::BS_Undefined:
10656       case OMPDeclareSimdDeclAttr::BS_Notinbranch:
10660       case OMPDeclareSimdDeclAttr::BS_Inbranch:
10683     for (const auto *Attr : FD->specific_attrs<OMPDeclareSimdDeclAttr>()) {
10683     for (const auto *Attr : FD->specific_attrs<OMPDeclareSimdDeclAttr>()) {
10761       OMPDeclareSimdDeclAttr::BranchStateTy State = Attr->getBranchState();
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1864   if (getLangOpts().OpenMP && FD->hasAttr<OMPDeclareSimdDeclAttr>())
tools/clang/lib/Parse/ParseOpenMP.cpp
  684     Parser &P, OMPDeclareSimdDeclAttr::BranchStateTy &BS, ExprResult &SimdLen,
  694     OMPDeclareSimdDeclAttr::BranchStateTy Out;
  698     if (OMPDeclareSimdDeclAttr::ConvertStrToBranchStateTy(ClauseName, Out)) {
  699       if (BS != OMPDeclareSimdDeclAttr::BS_Undefined && BS != Out) {
  702             << OMPDeclareSimdDeclAttr::ConvertBranchStateTyToStr(BS) << BSRange;
  767   OMPDeclareSimdDeclAttr::BranchStateTy BS =
  768       OMPDeclareSimdDeclAttr::BS_Undefined;
tools/clang/lib/Sema/SemaOpenMP.cpp
 4710     DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen,
 4946   auto *NewAttr = OMPDeclareSimdDeclAttr::CreateImplicit(
 4946   auto *NewAttr = OMPDeclareSimdDeclAttr::CreateImplicit(
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  271     const OMPDeclareSimdDeclAttr &Attr, Decl *New) {
  564     if (const auto *OMPAttr = dyn_cast<OMPDeclareSimdDeclAttr>(TmplAttr)) {
  564     if (const auto *OMPAttr = dyn_cast<OMPDeclareSimdDeclAttr>(TmplAttr)) {
usr/include/c++/7.4.0/type_traits
 1558     { typedef _Tp     type; };
 1580     { typedef _Tp const     type; };