Home
last modified time | relevance | path

Searched defs:labels (Results 1 – 9 of 9) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dresolve-labels.cpp867 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 Dcheck-coarray.cpp25 std::set<parser::Label> labels() { return labels_; } in labels() function in Fortran::semantics::CriticalBodyEnforce
H A Dcheck-do-forall.cpp93 std::set<parser::Label> labels() { return labels_; } in labels() function in Fortran::semantics::DoConcurrentBodyEnforce
/llvm-project/clang/test/SemaObjC/
H A Diboutletcollection-attr.m46 @property (nonatomic, assign) __attribute__((iboutletcollection(UILabel))) NSArray *labels; // expe… property
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/command/
H A DParseCommand.py86 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 DsummarizeStats.py65 set_varlabels(self, labels) global() argument
[all...]
/llvm-project/flang/include/flang/Semantics/
H A Dtools.h634 LabelEnforce(SemanticsContext & context,std::set<parser::Label> && labels,parser::CharBlock constructSourcePosition,const char * construct) LabelEnforce() argument
/llvm-project/mlir/include/mlir/IR/
H A DPatternMatch.h150 void addDebugLabels(ArrayRef<StringRef> labels) { in addDebugLabels() argument
/llvm-project/flang/lib/Lower/
H A DIO.cpp1631 Fortran::lower::pft::LabelSet labels; lowerReferenceAsStringSelect() local