Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp333 bool Explicit = DumpType != DIDT_All && !IsDWO; in dump() local
334 bool ExplicitDWO = Explicit && IsDWO; in dump()
364 if (Explicit || getNumCompileUnits()) in dump()
380 if (Explicit || getNumTypeUnits()) in dump()
412 if (Explicit || !getDebugMacro()->empty()) { in dump()
475 if (shouldDump(Explicit, ".debug_str", DIDT_ID_DebugStr, in dump()
508 if (shouldDump(Explicit, ".debug_addr", DIDT_ID_DebugAddr, in dump()
588 if (shouldDump(Explicit, ".gdb_index", DIDT_ID_GdbIndex, in dump()
593 if (shouldDump(Explicit, ".apple_names", DIDT_ID_AppleNames, in dump()
597 if (shouldDump(Explicit, ".apple_types", DIDT_ID_AppleTypes, in dump()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp609 bool Explicit = UmbrellaModule->InferExplicitSubmodules; in findOrCreateModuleForHeaderInUmbrellaDir() local
617 Explicit).first; in findOrCreateModuleForHeaderInUmbrellaDir()
635 Explicit).first; in findOrCreateModuleForHeaderInUmbrellaDir()
1794 bool Explicit = false; in parseModuleDecl() local
1800 Explicit = true; in parseModuleDecl()
1821 return parseInferredModuleDecl(Framework, Explicit); in parseModuleDecl()
1838 } else if (Id.size() == 1 && Explicit) { in parseModuleDecl()
1841 Explicit = false; in parseModuleDecl()
2710 } else if (Explicit) { in parseInferredModuleDecl()
2712 Explicit = false; in parseInferredModuleDecl()
[all …]
/freebsd-12.1/contrib/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp428 xmlNsPtr Explicit = std::move(EC.get()); in mergeNamespaces() local
429 NonDominantNode->ns = Explicit; in mergeNamespaces()
498 xmlNsPtr Explicit = std::move(ExplicitOrError.get()); in reconcileNamespaces() local
499 Node->ns = Explicit; in reconcileNamespaces()
/freebsd-12.1/contrib/llvm/lib/CodeGen/MIRParser/
H A DMIParser.h37 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member
H A DMIRParser.cpp442 if (Info.Explicit) in parseRegisterInfo()
446 Info.Explicit = true; in parseRegisterInfo()
H A DMIParser.cpp1082 if (RegInfo.Explicit && RegInfo.D.RC != &RC) { in parseRegisterClassOrBank()
1088 RegInfo.Explicit = true; in parseRegisterClassOrBank()
1114 if (RegInfo.Explicit && RegInfo.D.RegBank != RegBank) in parseRegisterClassOrBank()
1117 RegInfo.Explicit = true; in parseRegisterClassOrBank()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoFlags.def38 HANDLE_DI_FLAG((1 << 7), Explicit)
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h754 void setDirection(PassDirection Direction, bool Explicit) { in setDirection() argument
756 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()
/freebsd-12.1/crypto/heimdal/appl/rcp/
H A DChangeLog35 * util.c: Explicit typecast to avoid signess warning.
/freebsd-12.1/crypto/openssh/
H A DPROTOCOL.krl116 3. Explicit key sections
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ScheduleSLM.td398 // Packed Compare Explicit Length Strings, Return Mask
418 // Packed Compare Explicit Length Strings, Return Index
H A DX86Schedule.td445 // Packed Compare Explicit Length Strings, Return Mask
449 // Packed Compare Explicit Length Strings, Return Index
H A DX86SchedSandyBridge.td474 // Packed Compare Explicit Length Strings, Return Mask
496 // Packed Compare Explicit Length Strings, Return Index
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DREADME.txt128 WebAssembly registers are implicitly initialized to zero. Explicit zeroing is
/freebsd-12.1/crypto/openssl/doc/man5/
H A Dx509v3_config.pod348 explicitText="Explicit Text Here"
360 explicitText="UTF8:Explicit Text Here"
/freebsd-12.1/contrib/gcc/cp/
H A DNEWS239 + Explicit specification of template parameters to function templates
269 + Explicit instantiation of template constructors and destructors is
/freebsd-12.1/share/i18n/csmapper/APPLE/
H A DGUJARATI%UCS.src104 # b) Explicit halant and soft halant
H A DUCS%GUJARATI.src104 # b) Explicit halant and soft halant
H A DGURMUKHI%UCS.src96 # a) Explicit halant and soft halant
H A DDEVANAGA%UCS.src105 # b) Explicit halant and soft halant
H A DUCS%GURMUKHI.src96 # a) Explicit halant and soft halant
H A DUCS%DEVANAGA.src105 # b) Explicit halant and soft halant
/freebsd-12.1/lib/libc/locale/
H A DDESIGN.xlocale109 Explicit Locale Calls
/freebsd-12.1/contrib/gcc/config/arm/
H A DREADME-interworking19 1. Explicit interworking support for C and C++ files
48 2. Explicit interworking support for assembler files
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp1167 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, in CheckCXXThisCapture() argument
1171 if (isUnevaluatedContext() && !Explicit) in CheckCXXThisCapture()
1174 assert((!ByCopy || Explicit) && "cannot implicitly capture *this by value"); in CheckCXXThisCapture()
1217 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()
1224 (Explicit && idx == MaxFunctionScopesIndex)) { in CheckCXXThisCapture()
1236 << (Explicit && idx == MaxFunctionScopesIndex); in CheckCXXThisCapture()

123