/freebsd/contrib/netbsd-tests/bin/sh/dotcmd/ |
H A D | t_dotcmd.sh | 41 scopes='case compound file for func subshell until while' 45 for dot_scope in ${scopes} 49 for cmd_scope in ${scopes}
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | CxxModuleHandler.cpp | 83 std::vector<Scope *> scopes; in emulateLookupInCtxt() local 84 makeScopes(sema, ctxt, scopes); in emulateLookupInCtxt() 87 sema.LookupName(*lookup_result, scopes.back()); in emulateLookupInCtxt() 91 for (Scope *s : scopes) in emulateLookupInCtxt()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 85 * find scopes contribution to debug info 134 **debug line** section. Using the ranges associated with the logical scopes, 135 we will allocate those logical lines to their logical scopes.
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp | 38 for (auto &Scope : Func->scopes()) { in InterpFrame() 76 for (auto &Scope : Func->scopes()) { in ~InterpFrame()
|
H A D | Function.h | 116 scopes() const { in scopes() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | PdbAstBuilder.cpp | 124 AnyScopesHaveTemplateParams(llvm::ArrayRef<llvm::ms_demangle::Node *> scopes) { in AnyScopesHaveTemplateParams() argument 125 for (llvm::ms_demangle::Node *n : scopes) { in AnyScopesHaveTemplateParams() 189 llvm::ArrayRef<llvm::ms_demangle::Node *> scopes(name_components->Nodes, in CreateDeclInfoForType() local 199 if (scopes.empty()) in CreateDeclInfoForType() 202 // If there is no parent in the debug info, but some of the scopes have in CreateDeclInfoForType() 207 if (AnyScopesHaveTemplateParams(scopes)) in CreateDeclInfoForType() 210 for (llvm::ms_demangle::Node *scope : scopes) { in CreateDeclInfoForType()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | PDB.cpp | 647 SmallVector<uint32_t, 4> scopes; in writeAllModuleSymbolRecords() local 668 scopes.clear(); in writeAllModuleSymbolRecords() 678 scopeStackOpen(scopes, storage); in writeAllModuleSymbolRecords() 680 scopeStackClose(scopes, storage, moduleSymStart, file); in writeAllModuleSymbolRecords() 683 if (symbolGoesInModuleStream(sym, scopes.size())) { in writeAllModuleSymbolRecords()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 159 iterator_range<scope_iterator> scopes() const { in scopes() function
|
H A D | VPIntrinsics.def | 21 // All VP intrinsic scopes are top level, ie it is illegal to place a 40 // scopes for both the VPIntrinsic and the SDNode at once. 67 // scopes for both the VPIntrinsic and the SDNode at once.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CloneFunction.cpp | 244 for (DIScope *S : DIFinder->scopes()) { in CloneFunctionInto()
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | AnalyzerOptions.def | 112 bool, ShouldIncludeScopesInCFG, "cfg-scopes",
|
/freebsd/contrib/flex/ |
H A D | ONEWS | 121 As indicated in this example, rules inside start condition scopes 125 Start condition scopes may be nested.
|
H A D | ChangeLog | 8755 * scan.l: Minor consolidation using scon scopes etc 8759 * scan.l: Modified to use scon scopes
|
/freebsd/contrib/mandoc/ |
H A D | NEWS | 46 * man(7): fix an assertion failure caused by doubly nested next-line scopes 1325 within next-line scopes, such as "br" within "B" or "TH",
|
/freebsd/contrib/bearssl/ |
H A D | Doxyfile | 250 # qualified scopes will look different, etc. 511 # their full class and namespace scopes in the documentation. If set to YES, the
|
/freebsd/contrib/libcbor/ |
H A D | Doxyfile | 290 # qualified scopes will look different, etc. 607 # their full class and namespace scopes in the documentation. If set to YES, the
|
/freebsd/contrib/ldns/ |
H A D | libdns.doxygen.in | 275 # qualified scopes will look different, etc. 590 # their full class and namespace scopes in the documentation. If set to YES, the
|
/freebsd/contrib/unbound/doc/ |
H A D | unbound.doxygen | 289 # qualified scopes will look different, etc. 625 # their full class and namespace scopes in the documentation. If set to YES, the
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 199 o main.c: move initialization of variable scopes to targ.c 1537 o var.c: improve documentation about variable scopes
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Builtins.td | 1954 // GNU atomic builtins with atomic scopes.
|
H A D | AttrDocs.td | 4065 the local address space. In other scopes, only pointer types to the local address
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 1336 reference detection for named objects inside of scopes. If a parse object 2669 Allow executable AML code underneath all scopes (Devices, etc.) 3376 operators that create new scopes. This type of AML code is already 7437 region address) are in different namespace scopes. Lin Ming, ACPICA BZ 16902 scopes (_TZ, _PR, etc.) are now of the type ACPI_TYPE_LOCAL_SCOPE
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXIntrinsics.td | 2153 // Constructs variants for different scopes of atomic op.
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 5035 "Commands have a main-function which scopes the lifetime of the "
|
/freebsd/contrib/ncurses/misc/ |
H A D | terminfo.src | 24306 # I had a couple of scopes (3221) like this once where I used to work, around 24307 # the 1987 time frame if memory serves me correctly. These scopes were made 24314 # The only real advantage these scopes had over the VT-240's were:
|