Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1005 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() local
1006 bool ExplicitDWO = Explicit && IsDWO; in dump()
1007 auto shouldDump = [&](bool Explicit, const char *Name, unsigned ID, in dump()
1010 bool Should = (DumpType & Mask) && (Explicit || !Section.empty()); in dump()
1018 if (shouldDump(Explicit, ".debug_abbrev", DIDT_ID_DebugAbbrev, in dump()
1044 if (Explicit || getNumCompileUnits()) in dump()
1060 if (Explicit || getNumTypeUnits()) in dump()
1070 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc, in dump()
1075 shouldDump(Explicit, ".debug_loclists", DIDT_ID_DebugLoclists, in dump()
1108 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 Dcrypto.pod127 =head2 Explicit fetching
217 L</Explicit fetching> to prefetch an algorithm once initially,
220 See an example of Explicit fetching in L</USING ALGORITHMS IN APPLICATIONS>.
H A DEVP_PKEY-EC.pod18 Explicit parameters are supported for backwards compatibility reasons, but they
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp656 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findOrCreateModuleForHeaderInUmbrellaDir() local
664 Explicit).first; in findOrCreateModuleForHeaderInUmbrellaDir()
682 Explicit).first; in findOrCreateModuleForHeaderInUmbrellaDir()
1579 void parseInferredModuleDecl(bool Framework, bool Explicit);
1943 bool Explicit = false; in parseModuleDecl() local
1949 Explicit = true; in parseModuleDecl()
1970 return parseInferredModuleDecl(Framework, Explicit); in parseModuleDecl()
1987 } else if (Id.size() == 1 && Explicit) { in parseModuleDecl()
1990 Explicit = false; in parseModuleDecl()
2116 Map.findOrCreateModule(ModuleName, ActiveModule, Framework, Explicit) in parseModuleDecl()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h43 bool Explicit = false; ///< VReg was explicitly specified in the .mir file.
41 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. global() member
/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.h373 Explicit, enumerator
721 DefaultVisiblityExportMapping::Explicit; in isExplicitDefaultVisibilityExportMapping()
/freebsd/crypto/heimdal/appl/rcp/
H A DChangeLog35 * util.c: Explicit typecast to avoid signess warning.
/freebsd/secure/caroot/untrusted/
H A DEC-ACC.pem59 Explicit Text: Vegeu https://www.catcert.net/verarrel
/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
H A DX86Schedule.td469 // Packed Compare Explicit Length Strings, Return Mask
473 // 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.pem73 Explicit Text:
H A DACCVRAIZ1.pem77 Explicit Text:
H A DQuoVadis_Root_CA_3.pem70Explicit Text: Any use of this Certificate constitutes acceptance of the QuoVadis Root CA 3 Certif…
/freebsd/crypto/openssh/
H A DPROTOCOL.krl142 3. Explicit key sections
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp623 if (Info.Explicit) in parseRegisterInfo()
627 Info.Explicit = true; in parseRegisterInfo()
H A DMIParser.cpp1587 if (RegInfo.Explicit && RegInfo.D.RC != RC) { in parseRegisterClassOrBank()
1593 RegInfo.Explicit = true; in parseRegisterClassOrBank()
1618 if (RegInfo.Explicit && RegInfo.D.RegBank != RegBank) in parseRegisterClassOrBank()
1621 RegInfo.Explicit = true; in parseRegisterClassOrBank()
/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.pod454 explicitText = "Explicit Text Here"
462 explicitText = "UTF8:Explicit Text Here"
/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