Home
last modified time | relevance | path

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

123456789

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp362 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() local
363 bool ExplicitDWO = Explicit && IsDWO; in dump()
364 auto shouldDump = [&](bool Explicit, const char *Name, unsigned ID, in dump()
367 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()
375 if (shouldDump(Explicit, ".debug_abbrev", DIDT_ID_DebugAbbrev, in dump()
393 if (Explicit || getNumCompileUnits()) in dump()
409 if (Explicit || getNumTypeUnits()) in dump()
419 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc, in dump()
424 shouldDump(Explicit, ".debug_loclists", DIDT_ID_DebugLoclists, in dump()
457 shouldDump(Explicit, ".debug_frame", DIDT_ID_DebugFrame, in dump()
[all …]
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dreferences.dts6 /* Explicit phandles */
26 /* Explicit phandle with implicit value */
H A Dmultilabel.dts10 /* Explicit phandles */
31 /* Explicit phandle with implicit value */
H A Dmultilabel_merge.dts8 /* Explicit phandles */
29 /* Explicit phandle with implicit value */
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Datomic642 /// Explicit specialization for char.
665 /// Explicit specialization for signed char.
688 /// Explicit specialization for unsigned char.
711 /// Explicit specialization for short.
734 /// Explicit specialization for unsigned short.
757 /// Explicit specialization for int.
780 /// Explicit specialization for unsigned int.
803 /// Explicit specialization for long.
826 /// Explicit specialization for unsigned long.
849 /// Explicit specialization for long long.
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Datomic709 /// Explicit specialization for char.
732 /// Explicit specialization for signed char.
755 /// Explicit specialization for unsigned char.
778 /// Explicit specialization for short.
801 /// Explicit specialization for unsigned short.
824 /// Explicit specialization for int.
847 /// Explicit specialization for unsigned int.
870 /// Explicit specialization for long.
893 /// Explicit specialization for unsigned long.
916 /// Explicit specialization for long long.
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dopenssl-glossary.pod72 =item Explicit Fetching
74 Explicit Fetching is a type of Fetching (see Fetching). Explicit Fetching is
84 Also see Explicit Fetching and Implicit Fetching.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp619 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findOrCreateModuleForHeaderInUmbrellaDir() local
627 Explicit).first; in findOrCreateModuleForHeaderInUmbrellaDir()
645 Explicit).first; in findOrCreateModuleForHeaderInUmbrellaDir()
1482 void parseInferredModuleDecl(bool Framework, bool Explicit);
1847 bool Explicit = false; in parseModuleDecl() local
1853 Explicit = true; in parseModuleDecl()
1874 return parseInferredModuleDecl(Framework, Explicit); in parseModuleDecl()
1891 } else if (Id.size() == 1 && Explicit) { in parseModuleDecl()
1894 Explicit = false; in parseModuleDecl()
1999 Map.findOrCreateModule(ModuleName, ActiveModule, Framework, Explicit) in parseModuleDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp427 xmlNsPtr Explicit = std::move(EC.get()); in mergeNamespaces() local
428 NonDominantNode->ns = Explicit; in mergeNamespaces()
497 xmlNsPtr Explicit = std::move(ExplicitOrError.get()); in reconcileNamespaces() local
498 Node->ns = Explicit; in reconcileNamespaces()
/netbsd-src/external/apache2/llvm/dist/clang/
H A D.gitignore20 # Explicit files to ignore (only matches one).
/netbsd-src/external/apache2/llvm/dist/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:
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/features/
H A Dexport68 # TEST 2: global export. Explicit unexport takes precedence.
77 # TEST 3: global unexport. Explicit export takes precedence.
/netbsd-src/external/apache2/llvm/dist/llvm/
H A D.gitignore15 # Explicit files to ignore (only matches one).
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h39 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoFlags.def38 HANDLE_DI_FLAG((1 << 7), Explicit)
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVMProcessSources.cmake35 # Explicit existence check is necessary to filter dangling symlinks
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/targets/
H A DINTERMEDIATE28 # Explicit rule test
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h753 void setDirection(PassDirection Direction, bool Explicit) { in setDirection() argument
755 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-modes.def47 /* Explicit IEEE 128-bit floating point. */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-modes.def47 /* Explicit IEEE 128-bit floating point. */
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ScheduleSLM.td398 // Packed Compare Explicit Length Strings, Return Mask
403 // Packed Compare Explicit Length Strings, Return Index
/netbsd-src/external/gpl3/gdb.old/dist/zlib/old/
H A Dvisual-basic.txt82 Option Explicit
/netbsd-src/external/gpl3/binutils.old/dist/zlib/old/
H A Dvisual-basic.txt82 Option Explicit
/netbsd-src/external/gpl3/gdb/dist/zlib/old/
H A Dvisual-basic.txt82 Option Explicit

123456789