| /openbsd-src/gnu/usr.bin/perl/dist/threads/t/ |
| H A D | context.t | 86 ok($res eq 'array', 'Explicit array context'); 90 ok($res eq 'scalar', 'Explicit scalar context'); 94 ok(! defined($res), 'Explicit void context'); 135 ok($ctx, 'Explicit array context'); 137 ok($res eq 'list', 'Explicit array context'); 141 ok(defined($ctx) && !$ctx, 'Explicit scalar context'); 143 ok($res eq 'scalar', 'Explicit scalar context'); 147 ok(! defined($ctx), 'Explicit void context'); 149 ok(! defined($res), 'Explicit void context');
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 365 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() local 366 bool ExplicitDWO = Explicit && IsDWO; in dump() 367 auto shouldDump = [&](bool Explicit, const char *Name, unsigned ID, in dump() 370 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump() 378 if (shouldDump(Explicit, ".debug_abbrev", DIDT_ID_DebugAbbrev, in dump() 396 if (Explicit || getNumCompileUnits()) in dump() 412 if (Explicit || getNumTypeUnits()) in dump() 422 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc, in dump() 427 shouldDump(Explicit, ".debug_loclists", DIDT_ID_DebugLoclists, in dump() 460 shouldDump(Explicit, ".debug_frame", DIDT_ID_DebugFrame, in dump() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | pp | 15 Explicit blessing to '' (assuming package main) 94 Explicit blessing to '' (assuming package main) at - line 3.
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/ |
| H A D | width | 2 Explicit width setting
|
| /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/ |
| H A D | width | 2 Explicit width setting
|
| /openbsd-src/gnu/llvm/clang/ |
| H A D | .gitignore | 20 # Explicit files to ignore (only matches one).
|
| /openbsd-src/gnu/llvm/llvm/lib/WindowsManifest/ |
| H A D | WindowsManifestMerger.cpp | 425 xmlNsPtr Explicit = std::move(EC.get()); in mergeNamespaces() local 426 NonDominantNode->ns = Explicit; in mergeNamespaces() 495 xmlNsPtr Explicit = std::move(ExplicitOrError.get()); in reconcileNamespaces() local 496 Node->ns = Explicit; in reconcileNamespaces()
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2000-11-18-EarlyDesignIdeas.txt | 36 o Explicit array references as operands? An alternative is 40 o Explicit instructions to handle aliasing, e.g.s:
|
| H A D | 2000-11-18-EarlyDesignIdeasResp.txt | 102 > o Explicit array references as operands? An alternative is 128 > o Explicit instructions to handle aliasing, e.g.s:
|
| /openbsd-src/gnu/llvm/clang/lib/Lex/ |
| H A D | ModuleMap.cpp | 634 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findOrCreateModuleForHeaderInUmbrellaDir() local 642 Explicit).first; in findOrCreateModuleForHeaderInUmbrellaDir() 660 Explicit).first; in findOrCreateModuleForHeaderInUmbrellaDir() 1537 void parseInferredModuleDecl(bool Framework, bool Explicit); 1902 bool Explicit = false; in parseModuleDecl() local 1908 Explicit = true; in parseModuleDecl() 1929 return parseInferredModuleDecl(Framework, Explicit); in parseModuleDecl() 1946 } else if (Id.size() == 1 && Explicit) { in parseModuleDecl() 1949 Explicit = false; in parseModuleDecl() 2054 Map.findOrCreateModule(ModuleName, ActiveModule, Framework, Explicit) in parseModuleDecl() [all …]
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | .gitignore | 15 # Explicit files to ignore (only matches one).
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/ |
| H A D | MIParser.h | 41 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoFlags.def | 38 HANDLE_DI_FLAG((1 << 7), Explicit)
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | LangOptions.h | 367 Explicit, enumerator 631 DefaultVisiblityExportMapping::Explicit; in isExplicitDefaultVisibilityExportMapping()
|
| /openbsd-src/gnu/llvm/llvm/cmake/modules/ |
| H A D | LLVMProcessSources.cmake | 35 # Explicit existence check is necessary to filter dangling symlinks
|
| /openbsd-src/gnu/usr.bin/perl/dist/Filter-Simple/ |
| H A D | Changes | 118 - Explicit dependency on Text::Balanced 1.97 because that fixed
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Comment.h | 736 void setDirection(PassDirection Direction, bool Explicit) { in setDirection() argument 738 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()
|
| /openbsd-src/sys/conf/ |
| H A D | GENERIC | 46 option TCP_ECN # Explicit Congestion Notification for TCP
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ScheduleSLM.td | 435 // Packed Compare Explicit Length Strings, Return Mask 441 // Packed Compare Explicit Length Strings, Return Index
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/ |
| H A D | README.txt | 105 WebAssembly registers are implicitly initialized to zero. Explicit zeroing is
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | CMakeLists.txt | 26 # Explicit override: warn if unavailable
|
| /openbsd-src/gnu/llvm/clang/docs/analyzer/developer-docs/ |
| H A D | nullability.rst | 21 Explicit cast from nullable to nonnul:
|
| /openbsd-src/usr.bin/ssh/ |
| H A D | PROTOCOL.krl | 142 3. Explicit key sections
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | NEWS | 235 + Explicit specification of template parameters to function templates 265 + Explicit instantiation of template constructors and destructors is
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | NEWS | 239 + Explicit specification of template parameters to function templates 269 + Explicit instantiation of template constructors and destructors is
|