/llvm-project/flang/lib/Semantics/ |
H A D | resolve-labels.cpp | 867 AddLabelReference(const std::list<parser::Label> & labels) AddLabelReference() argument 916 GetLabel(const TargetStmtMap & labels,const parser::Label & label) GetLabel() argument 927 CheckBranchesIntoDoBody(const SourceStmtList & branches,const TargetStmtMap & labels,const IndexList & loopBodies,SemanticsContext & context) CheckBranchesIntoDoBody() argument 981 CheckLabelDoConstraints(const SourceStmtList & dos,const SourceStmtList & branches,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckLabelDoConstraints() argument 1030 CheckScopeConstraints(const SourceStmtList & stmts,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckScopeConstraints() argument 1079 CheckBranchTargetConstraints(const SourceStmtList & stmts,const TargetStmtMap & labels,SemanticsContext & context) CheckBranchTargetConstraints() argument 1107 CheckBranchConstraints(const SourceStmtList & branches,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckBranchConstraints() argument 1114 CheckDataXferTargetConstraints(const SourceStmtList & stmts,const TargetStmtMap & labels,SemanticsContext & context) CheckDataXferTargetConstraints() argument 1132 CheckDataTransferConstraints(const SourceStmtList & dataTransfers,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckDataTransferConstraints() argument 1139 CheckAssignTargetConstraints(const SourceStmtList & stmts,const TargetStmtMap & labels,SemanticsContext & context) CheckAssignTargetConstraints() argument 1168 CheckAssignConstraints(const SourceStmtList & assigns,const TargetStmtMap & labels,const std::vector<ScopeInfo> & scopes,SemanticsContext & context) CheckAssignConstraints() argument 1179 const auto &labels{programUnit.targetStmts}; CheckConstraints() local [all...] |
H A D | check-coarray.cpp | 25 std::set<parser::Label> labels() { return labels_; } in labels() function in Fortran::semantics::CriticalBodyEnforce
|
H A D | check-do-forall.cpp | 93 std::set<parser::Label> labels() { return labels_; } in labels() function in Fortran::semantics::DoConcurrentBodyEnforce
|
/llvm-project/clang/test/SemaObjC/ |
H A D | iboutletcollection-attr.m | 46 @property (nonatomic, assign) __attribute__((iboutletcollection(UILabel))) NSArray *labels; // expe… property
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/ |
H A D | ParseCommand.py | 86 command_type, labels, addresses, raw_text: str, path, lineno: str argument 237 def add_line_label(labels, label, cmd_path, cmd_lineno): argument
|
/llvm-project/openmp/runtime/tools/ |
H A D | summarizeStats.py | 65 set_varlabels(self, labels) global() argument [all...] |
/llvm-project/flang/include/flang/Semantics/ |
H A D | tools.h | 634 LabelEnforce(SemanticsContext & context,std::set<parser::Label> && labels,parser::CharBlock constructSourcePosition,const char * construct) LabelEnforce() argument
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | PatternMatch.h | 150 void addDebugLabels(ArrayRef<StringRef> labels) { in addDebugLabels() argument
|
/llvm-project/flang/lib/Lower/ |
H A D | IO.cpp | 1631 Fortran::lower::pft::LabelSet labels; lowerReferenceAsStringSelect() local
|