Searched refs:Explicit (Results 1 - 13 of 13) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1004 bool Explicit = DumpType != DIDT_All && !IsDWO; local
1005 bool ExplicitDWO = Explicit && IsDWO;
1006 auto shouldDump = [&](bool Explicit, const char *Name, unsigned ID,
1009 bool Should = (DumpType & Mask) && (Explicit || !Section.empty());
1017 if (shouldDump(Explicit, ".debug_abbrev", DIDT_ID_DebugAbbrev,
1043 if (Explicit || getNumCompileUnits())
1059 if (Explicit || getNumTypeUnits())
1069 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc,
1074 shouldDump(Explicit, ".debug_loclists", DIDT_ID_DebugLoclists,
1107 shouldDump(Explicit, "
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp425 xmlNsPtr Explicit = std::move(EC.get()); local
426 NonDominantNode->ns = Explicit;
495 xmlNsPtr Explicit = std::move(ExplicitOrError.get()); local
496 Node->ns = Explicit;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h43 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member in struct:llvm::VRegInfo
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp657 bool Explicit = UmbrellaModule->InferExplicitSubmodules; local
665 Explicit).first;
683 Explicit).first;
1574 void parseInferredModuleDecl(bool Framework, bool Explicit);
1939 bool Explicit = false; local
1945 Explicit = true;
1966 return parseInferredModuleDecl(Framework, Explicit);
1983 } else if (Id.size() == 1 && Explicit) {
1986 Explicit = false;
2110 Map.findOrCreateModule(ModuleName, ActiveModule, Framework, Explicit)
2845 parseInferredModuleDecl(bool Framework, bool Explicit) argument
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dposix1.mk139 # Explicit rule where the dependency is an inferred file. The dependency
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h379 Explicit, member in class:clang::LangOptions::DefaultVisiblityExportMapping
679 DefaultVisiblityExportMapping::Explicit;
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h747 void setDirection(ParamCommandPassDirection Direction, bool Explicit) { argument
749 ParamCommandCommentBits.IsDirectionExplicit = Explicit;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp604 if (Info.Explicit)
608 Info.Explicit = true;
H A DMIParser.cpp1581 if (RegInfo.Explicit && RegInfo.D.RC != RC) {
1587 RegInfo.Explicit = true;
1612 if (RegInfo.Explicit && RegInfo.D.RegBank != RegBank)
1615 RegInfo.Explicit = true;
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1299 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, argument
1303 if (isUnevaluatedContext() && !Explicit)
1306 assert((!ByCopy || Explicit) && "cannot implicitly capture *this by value");
1350 << (Explicit && idx == MaxFunctionScopesIndex);
1351 if (!Explicit)
1360 (Explicit && idx == MaxFunctionScopesIndex)) {
1361 // Regarding (Explicit && idx == MaxFunctionScopesIndex): only the first
1373 << (Explicit && idx == MaxFunctionScopesIndex);
1375 if (!Explicit)
8401 /*Explicit*/ fals
[all...]
H A DSemaExpr.cpp19768 bool Explicit = (Kind != TryCapture_Implicit); local
19911 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
19929 // - create const bool VariableCaptureWasInitiallyExplicit = Explicit
19936 Explicit = false;
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2534 bool Explicit = false; local
2536 Explicit = TD->isExplicitInstantiationOrSpecialization();
2537 if (!Explicit && CXXDecl->getEnclosingNamespaceContext())
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6814 /// \param Explicit Whether 'this' is explicitly captured in a lambda
6824 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,
8897 /// Explicit specialization.

Completed in 791 milliseconds