Home
last modified time | relevance | path

Searched refs:FindInScope (Results 1 – 15 of 15) sorted by relevance

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dresolve-names-utils.h65 Symbol *FindInScope(SemanticsContext &, const Scope &) const;
H A Dresolve-names.cpp532 auto *symbol{FindInScope(currScope(), name)}; in MakeSymbol()
2046 if (!FindInScope(scope, symbol->name())) { in PushScope()
2093 if (Symbol * symbol{FindInScope(scope, name)}) { in MakeSymbol()
2109 CHECK(!FindInScope(currScope(), name)); in CopySymbol()
2114 Symbol *ScopeHandler::FindInScope( in FindInScope() function in Fortran::semantics::ScopeHandler
3396 auto *symbol{FindInScope(currScope(), name)}; in HandleAttributeStmt()
3703 auto *symbol{FindInScope(scope, paramName)}; in Pre()
4397 auto *symbol{FindInScope(currScope(), name)}; in CheckSaveStmts()
4855 if (auto *prev{FindInScope(*scope, name)}) { in OkToAddComponent()
5141 if (auto *symbol{FindInScope(currScope(), name)}) { in Post()
[all …]
H A Dresolve-names-utils.cpp102 Symbol *GenericSpecInfo::FindInScope( in FindInScope() function in Fortran::semantics::GenericSpecInfo
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dresolve-names-utils.h71 Symbol *FindInScope(const Scope &) const;
H A Dresolve-names.cc502 auto *symbol{FindInScope(currScope(), name)}; in MakeSymbol()
1666 if (!FindInScope(scope, symbol->name())) { in PushScope()
1714 auto *symbol{FindInScope(scope, name)}; in MakeSymbol()
1731 CHECK(!FindInScope(currScope(), name)); in CopySymbol()
1736 Symbol *ScopeHandler::FindInScope( in FindInScope() function in Fortran::semantics::ScopeHandler
1751 if (Symbol * symbol{FindInScope(scope, name)}) { in FindInTypeOrParents()
2883 auto *symbol{FindInScope(currScope(), name)}; in HandleAttributeStmt()
3293 auto *symbol{FindInScope(scope, paramName)}; in Pre()
3612 auto *genericSymbol{info.FindInScope(currScope())}; in Pre()
3902 auto *symbol{FindInScope(currScope(), name)}; in CheckSaveStmts()
[all …]
H A Dresolve-names-utils.cc107 Symbol *GenericSpecInfo::FindInScope(const Scope &scope) const { in FindInScope() function in Fortran::semantics::GenericSpecInfo
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp509 return FindInScope(currScope(), name); in FindInScope()
542 auto *symbol{FindInScope(name)}; in MakeSymbol()
2039 if (!FindInScope(scope, symbol->name())) { in PushScope()
2116 CHECK(!FindInScope(name)); in CopySymbol()
2121 Symbol *ScopeHandler::FindInScope( in FindInScope() function in Fortran::semantics::ScopeHandler
3679 auto *symbol{FindInScope(name)}; in HandleAttributeStmt()
4444 auto *genericSymbol{FindInScope(symbolName)}; in Pre()
4608 auto *groupSymbol{FindInScope(groupName)}; in Pre()
4710 auto *symbol{FindInScope(name)}; in CheckSaveStmts()
5481 if (auto *symbol{FindInScope(name)}) { in Post()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dresolve-names.cpp508 return FindInScope(currScope(), name); in FindInScope()
541 auto *symbol{FindInScope(name)}; in MakeSymbol()
2073 if (!FindInScope(scope, symbol->name())) { in PushScope()
2150 CHECK(!FindInScope(name)); in CopySymbol()
2155 Symbol *ScopeHandler::FindInScope( in FindInScope() function in Fortran::semantics::ScopeHandler
3714 auto *symbol{FindInScope(name)}; in HandleAttributeStmt()
4469 auto *genericSymbol{FindInScope(symbolName)}; in Pre()
4633 auto *groupSymbol{FindInScope(groupName)}; in Pre()
4735 auto *symbol{FindInScope(name)}; in CheckSaveStmts()
5529 if (auto *symbol{FindInScope(name)}) { in Post()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp509 return FindInScope(currScope(), name); in FindInScope()
542 auto *symbol{FindInScope(name)}; in MakeSymbol()
2039 if (!FindInScope(scope, symbol->name())) { in PushScope()
2116 CHECK(!FindInScope(name)); in CopySymbol()
2121 Symbol *ScopeHandler::FindInScope( in FindInScope() function in Fortran::semantics::ScopeHandler
3679 auto *symbol{FindInScope(name)}; in HandleAttributeStmt()
4444 auto *genericSymbol{FindInScope(symbolName)}; in Pre()
4608 auto *groupSymbol{FindInScope(groupName)}; in Pre()
4710 auto *symbol{FindInScope(name)}; in CheckSaveStmts()
5481 if (auto *symbol{FindInScope(name)}) { in Post()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp509 return FindInScope(currScope(), name); in FindInScope()
542 auto *symbol{FindInScope(name)}; in MakeSymbol()
2039 if (!FindInScope(scope, symbol->name())) { in PushScope()
2116 CHECK(!FindInScope(name)); in CopySymbol()
2121 Symbol *ScopeHandler::FindInScope( in FindInScope() function in Fortran::semantics::ScopeHandler
3679 auto *symbol{FindInScope(name)}; in HandleAttributeStmt()
4444 auto *genericSymbol{FindInScope(symbolName)}; in Pre()
4608 auto *groupSymbol{FindInScope(groupName)}; in Pre()
4710 auto *symbol{FindInScope(name)}; in CheckSaveStmts()
5481 if (auto *symbol{FindInScope(name)}) { in Post()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp507 return FindInScope(currScope(), name); in FindInScope()
540 auto *symbol{FindInScope(name)}; in MakeSymbol()
1988 if (!FindInScope(scope, symbol->name())) { in PushScope()
2065 CHECK(!FindInScope(name)); in CopySymbol()
2070 Symbol *ScopeHandler::FindInScope( in FindInScope() function in Fortran::semantics::ScopeHandler
3452 auto *symbol{FindInScope(name)}; in HandleAttributeStmt()
4184 auto *genericSymbol{FindInScope(symbolName)}; in Pre()
4348 auto *groupSymbol{FindInScope(groupName)}; in Pre()
4450 auto *symbol{FindInScope(name)}; in CheckSaveStmts()
5216 if (auto *symbol{FindInScope(name)}) { in Post()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dresolve-names.cpp507 return FindInScope(currScope(), name); in FindInScope()
540 auto *symbol{FindInScope(name)}; in MakeSymbol()
1988 if (!FindInScope(scope, symbol->name())) { in PushScope()
2065 CHECK(!FindInScope(name)); in CopySymbol()
2070 Symbol *ScopeHandler::FindInScope( in FindInScope() function in Fortran::semantics::ScopeHandler
3452 auto *symbol{FindInScope(name)}; in HandleAttributeStmt()
4184 auto *genericSymbol{FindInScope(symbolName)}; in Pre()
4348 auto *groupSymbol{FindInScope(groupName)}; in Pre()
4450 auto *symbol{FindInScope(name)}; in CheckSaveStmts()
5216 if (auto *symbol{FindInScope(name)}) { in Post()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dresolve-names.cpp550 auto *symbol{FindInScope(currScope(), name)}; in MakeSymbol()
1994 if (!FindInScope(scope, symbol->name())) { in PushScope()
2041 if (Symbol * symbol{FindInScope(scope, name)}) { in MakeSymbol()
2065 CHECK(!FindInScope(currScope(), name)); in CopySymbol()
2070 Symbol *ScopeHandler::FindInScope( in FindInScope() function in Fortran::semantics::ScopeHandler
3395 auto *symbol{FindInScope(currScope(), name)}; in HandleAttributeStmt()
3702 auto *symbol{FindInScope(scope, paramName)}; in Pre()
4389 auto *symbol{FindInScope(currScope(), name)}; in CheckSaveStmts()
4857 if (auto *prev{FindInScope(*scope, name)}) { in OkToAddComponent()
5143 if (auto *symbol{FindInScope(currScope(), name)}) { in Post()
[all …]
H A Dresolve-names-utils.h84 Symbol *FindInScope(SemanticsContext &, const Scope &) const;
H A Dresolve-names-utils.cpp96 Symbol *GenericSpecInfo::FindInScope( in FindInScope() function in Fortran::semantics::GenericSpecInfo