Home
last modified time | relevance | path

Searched refs:DoesScopeContain (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dtools.h54 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
55 bool DoesScopeContain(const Scope *, const Symbol &);
H A Dtools.cc95 bool DoesScopeContain( in DoesScopeContain() function
109 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
110 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
114 return DoesScopeContain(FindProgramUnitContaining(symbol), scope); in IsHostAssociated()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Semantics/
H A Dtools.h73 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
74 bool DoesScopeContain(const Scope *, const Symbol &);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dtools.h81 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
82 bool DoesScopeContain(const Scope *, const Symbol &);
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dtools.h81 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
82 bool DoesScopeContain(const Scope *, const Symbol &);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Semantics/
H A Dtools.h75 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
76 bool DoesScopeContain(const Scope *, const Symbol &);
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dtools.cpp171 bool DoesScopeContain( in DoesScopeContain() function
178 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
179 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
185 DoesScopeContain(FindProgramUnitContaining(symbol), *subprogram); in IsHostAssociated()
H A Dcheck-do-forall.cpp207 if (DoesScopeContain(&doScope, blockScope)) { in Post()
371 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dtools.h82 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
83 bool DoesScopeContain(const Scope *, const Symbol &);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Semantics/
H A Dtools.h84 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
85 bool DoesScopeContain(const Scope *, const Symbol &);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dtools.h82 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
83 bool DoesScopeContain(const Scope *, const Symbol &);
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dtools.h82 bool DoesScopeContain(const Scope *maybeAncestor, const Scope &maybeDescendent);
83 bool DoesScopeContain(const Scope *, const Symbol &);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dtools.cpp184 bool DoesScopeContain( in DoesScopeContain() function
191 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
192 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
208 DoesScopeContain( in IsHostAssociated()
H A Dcheck-do-forall.cpp194 if (DoesScopeContain(&doScope, blockScope)) { in Post()
352 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp207 bool DoesScopeContain( in DoesScopeContain() function
214 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
215 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
230 return DoesScopeContain( in IsHostAssociated()
H A Dcheck-do-forall.cpp193 if (DoesScopeContain(&doScope, blockScope)) { in Post()
351 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dtools.cpp196 bool DoesScopeContain( in DoesScopeContain() function
203 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
204 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
219 return DoesScopeContain( in IsHostAssociated()
H A Dcheck-do-forall.cpp193 if (DoesScopeContain(&doScope, blockScope)) { in Post()
351 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dtools.cpp196 bool DoesScopeContain( in DoesScopeContain() function
203 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
204 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
219 return DoesScopeContain( in IsHostAssociated()
H A Dcheck-do-forall.cpp193 if (DoesScopeContain(&doScope, blockScope)) { in Post()
351 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dtools.cpp207 bool DoesScopeContain( in DoesScopeContain() function
214 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
215 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
230 return DoesScopeContain( in IsHostAssociated()
H A Dcheck-do-forall.cpp193 if (DoesScopeContain(&doScope, blockScope)) { in Post()
351 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp207 bool DoesScopeContain( in DoesScopeContain() function
214 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
215 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
230 return DoesScopeContain( in IsHostAssociated()
H A Dcheck-do-forall.cpp193 if (DoesScopeContain(&doScope, blockScope)) { in Post()
351 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dtools.cpp207 bool DoesScopeContain( in DoesScopeContain() function
214 bool DoesScopeContain(const Scope *maybeAncestor, const Symbol &symbol) { in DoesScopeContain() function
215 return DoesScopeContain(maybeAncestor, symbol.owner()); in DoesScopeContain()
230 return DoesScopeContain( in IsHostAssociated()

12