| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFContext.cpp | 333 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 D | ModuleMap.cpp | 609 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 D | WindowsManifestMerger.cpp | 428 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 D | MIParser.h | 37 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member
|
| H A D | MIRParser.cpp | 442 if (Info.Explicit) in parseRegisterInfo() 446 Info.Explicit = true; in parseRegisterInfo()
|
| H A D | MIParser.cpp | 1082 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 D | DebugInfoFlags.def | 38 HANDLE_DI_FLAG((1 << 7), Explicit)
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Comment.h | 754 void setDirection(PassDirection Direction, bool Explicit) { in setDirection() argument 756 ParamCommandCommentBits.IsDirectionExplicit = Explicit; in setDirection()
|
| /freebsd-12.1/crypto/heimdal/appl/rcp/ |
| H A D | ChangeLog | 35 * util.c: Explicit typecast to avoid signess warning.
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | PROTOCOL.krl | 116 3. Explicit key sections
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86ScheduleSLM.td | 398 // Packed Compare Explicit Length Strings, Return Mask 418 // Packed Compare Explicit Length Strings, Return Index
|
| H A D | X86Schedule.td | 445 // Packed Compare Explicit Length Strings, Return Mask 449 // Packed Compare Explicit Length Strings, Return Index
|
| H A D | X86SchedSandyBridge.td | 474 // 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 D | README.txt | 128 WebAssembly registers are implicitly initialized to zero. Explicit zeroing is
|
| /freebsd-12.1/crypto/openssl/doc/man5/ |
| H A D | x509v3_config.pod | 348 explicitText="Explicit Text Here" 360 explicitText="UTF8:Explicit Text Here"
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | NEWS | 239 + 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 D | GUJARATI%UCS.src | 104 # b) Explicit halant and soft halant
|
| H A D | UCS%GUJARATI.src | 104 # b) Explicit halant and soft halant
|
| H A D | GURMUKHI%UCS.src | 96 # a) Explicit halant and soft halant
|
| H A D | DEVANAGA%UCS.src | 105 # b) Explicit halant and soft halant
|
| H A D | UCS%GURMUKHI.src | 96 # a) Explicit halant and soft halant
|
| H A D | UCS%DEVANAGA.src | 105 # b) Explicit halant and soft halant
|
| /freebsd-12.1/lib/libc/locale/ |
| H A D | DESIGN.xlocale | 109 Explicit Locale Calls
|
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | README-interworking | 19 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 D | SemaExprCXX.cpp | 1167 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()
|