Home
last modified time | relevance | path

Searched refs:Explicit (Results 1 – 25 of 110) sorted by relevance

12345

/openbsd/gnu/usr.bin/perl/dist/threads/t/
H A Dcontext.t86 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/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp365 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() local
366 bool ExplicitDWO = Explicit && IsDWO; in dump()
396 if (Explicit || getNumCompileUnits()) in dump()
412 if (Explicit || getNumTypeUnits()) in dump()
477 if (shouldDump(Explicit, ".debug_macro", DIDT_ID_DebugMacro, in dump()
577 if (shouldDump(Explicit, ".debug_str", DIDT_ID_DebugStr, in dump()
589 if (shouldDump(Explicit, ".debug_addr", DIDT_ID_DebugAddr, in dump()
675 if (shouldDump(Explicit, ".gdb_index", DIDT_ID_GdbIndex, in dump()
680 if (shouldDump(Explicit, ".apple_names", DIDT_ID_AppleNames, in dump()
684 if (shouldDump(Explicit, ".apple_types", DIDT_ID_AppleTypes, in dump()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/color/
H A Dwidth2 Explicit width setting
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A Dpp15 Explicit blessing to '' (assuming package main)
94 Explicit blessing to '' (assuming package main) at - line 3.
/openbsd/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/termcap/
H A Dwidth2 Explicit width setting
/openbsd/gnu/llvm/clang/
H A D.gitignore20 # Explicit files to ignore (only matches one).
/openbsd/gnu/llvm/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp425 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/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2000-11-18-EarlyDesignIdeas.txt36 o Explicit array references as operands? An alternative is
40 o Explicit instructions to handle aliasing, e.g.s:
H A D2000-11-18-EarlyDesignIdeasResp.txt102 > o Explicit array references as operands? An alternative is
128 > o Explicit instructions to handle aliasing, e.g.s:
/openbsd/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp634 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findOrCreateModuleForHeaderInUmbrellaDir() local
642 Explicit).first; in findOrCreateModuleForHeaderInUmbrellaDir()
660 Explicit).first; in findOrCreateModuleForHeaderInUmbrellaDir()
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()
2818 } else if (Explicit) { in parseInferredModuleDecl()
2820 Explicit = false; in parseInferredModuleDecl()
[all …]
/openbsd/gnu/llvm/llvm/
H A D.gitignore15 # Explicit files to ignore (only matches one).
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h41 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoFlags.def38 HANDLE_DI_FLAG((1 << 7), Explicit)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLangOptions.h367 Explicit, enumerator
631 DefaultVisiblityExportMapping::Explicit; in isExplicitDefaultVisibilityExportMapping()
/openbsd/gnu/llvm/llvm/cmake/modules/
H A DLLVMProcessSources.cmake35 # Explicit existence check is necessary to filter dangling symlinks
/openbsd/gnu/usr.bin/perl/dist/Filter-Simple/
H A DChanges118 - Explicit dependency on Text::Balanced 1.97 because that fixed
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DComment.h736 void setDirection(PassDirection Direction, bool Explicit) { in setDirection() argument
738 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()
/openbsd/sys/conf/
H A DGENERIC46 option TCP_ECN # Explicit Congestion Notification for TCP
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ScheduleSLM.td435 // Packed Compare Explicit Length Strings, Return Mask
441 // Packed Compare Explicit Length Strings, Return Index
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DREADME.txt105 WebAssembly registers are implicitly initialized to zero. Explicit zeroing is
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DCMakeLists.txt26 # Explicit override: warn if unavailable
/openbsd/usr.bin/ssh/
H A DPROTOCOL.krl142 3. Explicit key sections
/openbsd/gnu/llvm/clang/docs/analyzer/developer-docs/
H A Dnullability.rst21 Explicit cast from nullable to nonnul:
/openbsd/gnu/gcc/gcc/cp/
H A DNEWS239 + Explicit specification of template parameters to function templates
269 + Explicit instantiation of template constructors and destructors is
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DNEWS235 + Explicit specification of template parameters to function templates
265 + Explicit instantiation of template constructors and destructors is

12345