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

/freebsd-current/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-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DCxxModuleHandler.cpp48 /// Builds a list of scopes that point into the given context.
50 /// \param sema The sema that will be using the scopes.
52 /// \param result A list of scopes. The scopes need to be freed by the caller
80 // Usually during parsing we already encountered the scopes we would use. But
81 // here don't have these scopes so we have to emulate the behavior of the
83 std::vector<Scope *> scopes; local
84 makeScopes(sema, ctxt, scopes);
87 sema.LookupName(*lookup_result, scopes.back());
89 // Delete all the allocated scopes besid
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-local-legacy.mk6 # In the global or command line scopes, the legacy forms are not recognized,
H A Dvar-scope-cmdline.mk9 # above single-sentence rule, in order to avoid unnecessary lookups in scopes,
H A Dvarmod-loop.mk199 . error # 'CMDLINE' is gone now from all scopes
H A Dvar-scope-local.mk252 # the usual scopes, picking up the variable from the global scope.
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp37 for (auto &Scope : Func->scopes()) {
80 for (auto &Scope : Func->scopes()) {
H A DFunction.h113 scopes() const { function in class:clang::interp::final
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp124 AnyScopesHaveTemplateParams(llvm::ArrayRef<llvm::ms_demangle::Node *> scopes) { argument
125 for (llvm::ms_demangle::Node *n : scopes) {
189 llvm::ArrayRef<llvm::ms_demangle::Node *> scopes(name_components->Nodes,
199 if (scopes.empty())
202 // If there is no parent in the debug info, but some of the scopes have
207 if (AnyScopesHaveTemplateParams(scopes))
210 for (llvm::ms_demangle::Node *scope : scopes) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfo.h156 iterator_range<scope_iterator> scopes() const { function in class:llvm::DebugInfoFinder
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DPDB.cpp427 warn("symbol scopes are not balanced in " + file->getName());
647 SmallVector<uint32_t, 4> scopes; local
668 scopes.clear();
678 scopeStackOpen(scopes, storage);
680 scopeStackClose(scopes, storage, moduleSymStart, file);
683 if (symbolGoesInModuleStream(sym, scopes.size())) {
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp242 for (DIScope *S : DIFinder->scopes()) {

Completed in 132 milliseconds