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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp362 bool Explicit = DumpType != DIDT_All && !IsDWO; local
363 bool ExplicitDWO = Explicit && IsDWO;
364 auto shouldDump = [&](bool Explicit, const char *Name, unsigned ID,
367 bool Should = (DumpType & Mask) && (Explicit || !Section.empty());
375 if (shouldDump(Explicit, ".debug_abbrev", DIDT_ID_DebugAbbrev,
393 if (Explicit || getNumCompileUnits())
409 if (Explicit || getNumTypeUnits())
419 if (const auto *Off = shouldDump(Explicit, ".debug_loc", DIDT_ID_DebugLoc,
424 shouldDump(Explicit, ".debug_loclists", DIDT_ID_DebugLoclists,
457 shouldDump(Explicit, "
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIParser.h39 bool Explicit = false; ///< VReg was explicitly specified in the .mir file. member in struct:llvm::VRegInfo
/freebsd-13-stable/contrib/llvm-project/llvm/lib/WindowsManifest/
H A DWindowsManifestMerger.cpp427 xmlNsPtr Explicit = std::move(EC.get()); local
428 NonDominantNode->ns = Explicit;
497 xmlNsPtr Explicit = std::move(ExplicitOrError.get()); local
498 Node->ns = Explicit;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp618 bool Explicit = UmbrellaModule->InferExplicitSubmodules; local
626 Explicit).first;
644 Explicit).first;
1475 void parseInferredModuleDecl(bool Framework, bool Explicit);
1840 bool Explicit = false; local
1846 Explicit = true;
1867 return parseInferredModuleDecl(Framework, Explicit);
1884 } else if (Id.size() == 1 && Explicit) {
1887 Explicit = false;
1994 Map.findOrCreateModule(ModuleName, ActiveModule, Framework, Explicit)
2724 parseInferredModuleDecl(bool Framework, bool Explicit) argument
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dposix1.mk139 # Explicit rule where the dependency is an inferred file. The dependency
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h753 void setDirection(PassDirection Direction, bool Explicit) { argument
755 ParamCommandCommentBits.IsDirectionExplicit = Explicit;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIRParser.cpp528 if (Info.Explicit)
532 Info.Explicit = true;
H A DMIParser.cpp1326 if (RegInfo.Explicit && RegInfo.D.RC != RC) {
1332 RegInfo.Explicit = true;
1357 if (RegInfo.Explicit && RegInfo.D.RegBank != RegBank)
1360 RegInfo.Explicit = true;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1220 bool Sema::CheckCXXThisCapture(SourceLocation Loc, const bool Explicit, argument
1224 if (isUnevaluatedContext() && !Explicit)
1227 assert((!ByCopy || Explicit) && "cannot implicitly capture *this by value");
1270 << (Explicit && idx == MaxFunctionScopesIndex);
1277 (Explicit && idx == MaxFunctionScopesIndex)) {
1278 // Regarding (Explicit && idx == MaxFunctionScopesIndex): only the first
1289 << (Explicit && idx == MaxFunctionScopesIndex);
7857 /*Explicit*/ false, /*BuildAndDiagnose*/ true,
H A DSemaExpr.cpp17235 bool Explicit = (Kind != TryCapture_Implicit); local
17345 if (CSI->ImpCaptureStyle == CapturingScopeInfo::ImpCap_None && !Explicit) {
17362 // - create const bool VariableCaptureWasInitiallyExplicit = Explicit
17372 Explicit = false;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2226 bool Explicit = false; local
2228 Explicit = TD->isExplicitInstantiationOrSpecialization();
2229 if (!Explicit && CXXDecl->getEnclosingNamespaceContext())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5894 /// \param Explicit Whether 'this' is explicitly captured in a lambda
5904 bool CheckCXXThisCapture(SourceLocation Loc, bool Explicit = false,

Completed in 307 milliseconds