Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1001 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() local
1002 bool ExplicitDWO = Explicit && IsDWO; in dump()
1003 auto shouldDump = [&](bool Explicit, const char *Name, unsigned ID, in dump()
1006 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()
1014 if (shouldDump(Explicit, ".debug_abbrev", DIDT_ID_DebugAbbrev, in dump()
1040 if (Explicit || getNumCompileUnits()) in dump()
1056 if (Explicit || getNumTypeUnits()) in dump()
1066 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc, in dump()
1071 shouldDump(Explicit, ".debug_loclists", DIDT_ID_DebugLoclists, in dump()
1104 shouldDump(Explicit, ".debug_frame", DIDT_ID_DebugFrame, in dump()
[all …]
/freebsd/crypto/openssl/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.
H A Dossl-guide-libcrypto-introduction.pod53 Two types of fetching are supported by OpenSSL - L</Explicit fetching> and
56 =head2 Explicit fetching
58 Explicit fetching involves directly calling a specific API to fetch an algorithm
137 example of Explicit fetching in L</USING ALGORITHMS IN APPLICATIONS>.
/freebsd/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp423 xmlNsPtr Explicit = std::move(EC.get()); in mergeNamespaces() local
424 NonDominantNode->ns = Explicit; in mergeNamespaces()
493 xmlNsPtr Explicit = std::move(ExplicitOrError.get()); in reconcileNamespaces() local
494 Node->ns = Explicit; in reconcileNamespaces()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMapFile.h77 unsigned Explicit : 1;
/freebsd/contrib/jemalloc/
H A DTUNING.md103 * [Explicit arenas](http://jemalloc.net/jemalloc.3.html#arenas.create)
123 * [Explicit thread-to-arena
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h41 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMapFile.cpp254 MDecl.Explicit = false; in parseModuleDecl()
260 MDecl.Explicit = true; in parseModuleDecl()
306 } else if (MDecl.Id.size() == 1 && MDecl.Explicit) { in parseModuleDecl()
309 MDecl.Explicit = false; in parseModuleDecl()
H A DModuleMap.cpp644 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findOrCreateModuleForHeaderInUmbrellaDir() local
652 Explicit); in findOrCreateModuleForHeaderInUmbrellaDir()
669 Explicit); in findOrCreateModuleForHeaderInUmbrellaDir()
1770 MD.Framework, MD.Explicit); in handleModuleDecl()
2131 } else if (MD.Explicit) { in handleInferredModuleDecl()
2140 ActiveModule->InferExplicitSubmodules = MD.Explicit; in handleInferredModuleDecl()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoFlags.def38 HANDLE_DI_FLAG((1 << 7), Explicit)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h423 Explicit, enumerator
816 DefaultVisiblityExportMapping::Explicit; in isExplicitDefaultVisibilityExportMapping()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h62 enum class BindingType : uint8_t { NotAssigned, Explicit, Implicit }; enumerator
/freebsd/crypto/heimdal/appl/rcp/
H A DChangeLog35 * util.c: Explicit typecast to avoid signess warning.
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ScheduleSLM.td435 // Packed Compare Explicit Length Strings, Return Mask
441 // Packed Compare Explicit Length Strings, Return Index
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DREADME.txt105 WebAssembly registers are implicitly initialized to zero. Explicit zeroing is
/freebsd/secure/caroot/trusted/
H A DAutoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem70 Explicit Text:
H A DACCVRAIZ1.pem74 Explicit Text:
/freebsd/crypto/openssh/
H A DPROTOCOL.krl142 3. Explicit key sections
/freebsd/secure/caroot/untrusted/
H A DQuoVadis_Root_CA_3.pem67Explicit Text: Any use of this Certificate constitutes acceptance of the QuoVadis Root CA 3 Certif…
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/
H A DOptParser.td80 // Explicit specifier for default visibility
/freebsd/crypto/openssl/doc/man5/
H A Dx509v3_config.pod469 explicitText = "Explicit Text Here"
477 explicitText = "UTF8:Explicit Text Here"
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp681 if (Info.Explicit) in parseRegisterInfo()
685 Info.Explicit = true; in parseRegisterInfo()
/freebsd/share/i18n/csmapper/APPLE/
H A DGUJARATI%UCS.src103 # b) Explicit halant and soft halant
H A DUCS%GUJARATI.src103 # b) Explicit halant and soft halant
/freebsd/lib/libc/locale/
H A DDESIGN.xlocale108 Explicit Locale Calls

123