Searched refs:scopes (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/bin/sh/dotcmd/
H A Dt_dotcmd.sh31 # Test loop and function flow control statements in various scopes in a file
32 # sourced by a dotcmd in various scopes. Basically, dotcmd is like #include
41 scopes='case compound file for func subshell until while'
45 for dot_scope in ${scopes}
49 for cmd_scope in ${scopes}
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCxxModuleHandler.cpp41 /// Builds a list of scopes that point into the given context.
43 /// \param sema The sema that will be using the scopes.
45 /// \param result A list of scopes. The scopes need to be freed by the caller
73 // Usually during parsing we already encountered the scopes we would use. But
74 // here don't have these scopes so we have to emulate the behavior of the
76 std::vector<Scope *> scopes; local
77 makeScopes(sema, ctxt, scopes);
80 sema.LookupName(*lookup_result, scopes.back());
82 // Delete all the allocated scopes besid
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h119 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DFunction.h86 llvm::iterator_range<llvm::SmallVector<Scope, 2>::iterator> scopes() { function in class:clang::interp::Function
H A DInterpFrame.cpp28 for (auto &Scope : Func->scopes()) {
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DPDB.cpp787 warn("symbol scopes are not balanced in " + file->getName());
873 SmallVector<SymbolScope, 4> scopes; local
946 // Fill in "Parent" and "End" fields by maintaining a stack of scopes.
948 scopeStackOpen(scopes, curSymOffset, sym);
950 scopeStackClose(scopes, curSymOffset, file);
956 if (symbolGoesInGlobalsStream(sym, scopes.empty())) {
962 if (symbolGoesInModuleStream(sym, scopes.empty())) {
1664 SmallVector<SymbolScope, 4> scopes; local
1667 scopeStackOpen(scopes, mod->getNextSymbolOffset(), newSym);
1673 scopeStackClose(scopes, mo
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp115 AnyScopesHaveTemplateParams(llvm::ArrayRef<llvm::ms_demangle::Node *> scopes) { argument
116 for (llvm::ms_demangle::Node *n : scopes) {
232 llvm::ArrayRef<llvm::ms_demangle::Node *> scopes(name_components->Nodes,
242 if (scopes.empty())
245 // If there is no parent in the debug info, but some of the scopes have
250 if (AnyScopesHaveTemplateParams(scopes))
253 for (llvm::ms_demangle::Node *scope : scopes) {

Completed in 88 milliseconds