Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp32 if (Spec.empty()) in consumeFieldLayout()
35 if (Spec.size() > 1) { in consumeFieldLayout()
43 if (auto Loc = translateLocChar(Spec[1])) { in consumeFieldLayout()
44 Pad = Spec[0]; in consumeFieldLayout()
46 Spec = Spec.drop_front(2); in consumeFieldLayout()
47 } else if (auto Loc = translateLocChar(Spec[0])) { in consumeFieldLayout()
49 Spec = Spec.drop_front(1); in consumeFieldLayout()
53 bool Failed = Spec.consumeInteger(0, Align); in consumeFieldLayout()
59 StringRef RepString = Spec.trim("{}"); in parseReplacementItem()
129 StringRef Spec = Fmt.slice(1, BC); in splitLiteralAndReplacement() local
[all …]
H A DAArch64TargetParser.cpp240 bool AArch64::parseBranchProtection(StringRef Spec, ParsedBranchProtection &PBP, in parseBranchProtection() argument
243 if (Spec == "none") in parseBranchProtection()
246 if (Spec == "standard") { in parseBranchProtection()
253 Spec.split(Opts, "+"); in parseBranchProtection()
H A DNativeFormatting.cpp183 SmallString<8> Spec; in write_double() local
184 llvm::raw_svector_ostream Out(Spec); in write_double()
216 len = format(Spec.c_str(), N).snprint(buf, sizeof(buf)); in write_double()
243 format(Spec.c_str(), N).snprint(Buf, sizeof(Buf)); in write_double()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp132 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() local
133 OS << formatv("\t{0}\t{1}", Spec.Attr, Spec.Form); in dump()
134 if (Spec.isImplicitConst()) in dump()
135 OS << '\t' << Spec.getImplicitConstValue(); in dump()
173 const AttributeSpec &Spec = AttributeSpecs[*MatchAttrIndex]; in getAttributeValue() local
174 if (Spec.isImplicitConst()) in getAttributeValue()
175 return DWARFFormValue::createFromSValue(Spec.Form, in getAttributeValue()
176 Spec.getImplicitConstValue()); in getAttributeValue()
178 DWARFFormValue FormValue(Spec.Form); in getAttributeValue()
H A DDWARFContext.cpp1236 CU, Address.Address, Spec.FNKind, Spec.FLIKind, Result.FunctionName, in getLineInfoForAddress()
1238 if (Spec.FLIKind != FileLineInfoKind::None) { in getLineInfoForAddress()
1242 Spec.FLIKind, Result); in getLineInfoForAddress()
1260 Spec.FLIKind, FunctionName, in getLineInfoForAddressRange()
1265 if (Spec.FLIKind == FileLineInfoKind::None) { in getLineInfoForAddressRange()
1289 Spec.FLIKind, Result.FileName); in getLineInfoForAddressRange()
1304 DILineInfoSpecifier Spec) { in getInliningInfoForAddress() argument
1317 if (Spec.FLIKind != FileLineInfoKind::None) { in getInliningInfoForAddress()
1337 Frame.StartFileName = FunctionDIE.getDeclFile(Spec.FLIKind); in getInliningInfoForAddress()
1340 if (Spec.FLIKind != FileLineInfoKind::None) { in getInliningInfoForAddress()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h50 : Type(ReplacementType::Literal), Spec(Literal) {} in ReplacementItem()
51 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, in ReplacementItem()
53 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align), in ReplacementItem()
57 StringRef Spec; member
70 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
89 S << R.Spec; in format()
93 S << R.Spec; in format()
105 static Optional<ReplacementItem> parseReplacementItem(StringRef Spec);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp298 const auto &Spec = LoggedFeatureSpecs[FeatureID].Spec; in addNewTensor() local
299 if (Spec.isElementType<float>()) { in addNewTensor()
304 RF->Resize(Spec.getElementCount(), 0.0); in addNewTensor()
306 } else if (Spec.isElementType<int32_t>() || Spec.isElementType<int64_t>()) { in addNewTensor()
311 RF->Resize(Spec.getElementCount(), 0); in addNewTensor()
509 assert(FeatureSpecs[FeatureID].Spec.isElementType<float>());
524 const auto &Spec = FeatureSpecs[FeatureID].Spec; in logSpecifiedTensorValue() local
526 if (Spec.isElementType<int32_t>()) in logSpecifiedTensorValue()
527 for (size_t I = 0; I < Spec.getElementCount(); ++I) in logSpecifiedTensorValue()
530 else if (Spec.isElementType<int64_t>() || Spec.isElementType<float>()) in logSpecifiedTensorValue()
[all …]
/freebsd-13.1/contrib/sendmail/contrib/
H A Dqtool.pl11 use File::Spec;
292 $source_name = File::Spec->catfile("$source_dir_name",
299 $source_name = File::Spec->catfile("$source_dir_name", "qf",
305 $data_dir_name = File::Spec->catfile("$source_dir_name", "df");
310 $source_dir_name = File::Spec->catfile("$source_dir_name",
902 $qf_dest = File::Spec->catfile($destination, "qf");
905 $df_dest = File::Spec->catfile($destination, "df");
917 if (-e File::Spec->catfile($qf_dest, "$qprefix$self->{id}"))
1036 $control_dir = File::Spec->catfile($self->{queue_dir}, 'qf');
1040 $data_dir = File::Spec->catfile($self->{queue_dir}, 'df');
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp133 for (const auto *Spec : PartialSpecs) in handleClassTemplateDecl() local
134 addUSRsOfCtorDtors(Spec); in handleClassTemplateDecl()
148 llvm::for_each(VTD->specializations(), [&](const auto *Spec) { in handleVarTemplateDecl() argument
149 USRSet.insert(getUSRForDecl(Spec)); in handleVarTemplateDecl()
153 llvm::for_each(PartialSpecs, [&](const auto *Spec) { in handleVarTemplateDecl() argument
154 USRSet.insert(getUSRForDecl(Spec)); in handleVarTemplateDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp303 const ApplyChangesSpec &Spec) { in applyAtomicChanges() argument
305 createReplacementsForHeaders(FilePath, Code, Changes, Spec.Style); in applyAtomicChanges()
326 if (Spec.Cleanup) { in applyAtomicChanges()
328 format::cleanupAroundReplacements(Code, AllReplaces, Spec.Style); in applyAtomicChanges()
346 Spec.Style, *ChangedCode, AllReplaces.getAffectedRanges(), FilePath); in applyAtomicChanges()
356 *ChangedCode, Spec.Style.ColumnLimit, Spec.Format, AllReplaces); in applyAtomicChanges()
359 format::reformat(Spec.Style, *ChangedCode, FormatRanges, FilePath); in applyAtomicChanges()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.cpp481 for (const auto &Spec : Specs) { in dumpStreamBytes() local
483 if (Spec.SI >= StreamPurposes.size()) { in dumpStreamBytes()
484 P.formatLine("Stream {0}: Not present", Spec.SI); in dumpStreamBytes()
487 P.formatMsfStreamData("Data", File, Spec.SI, in dumpStreamBytes()
488 StreamPurposes[Spec.SI].getShortName(), Spec.Begin, in dumpStreamBytes()
489 Spec.Size); in dumpStreamBytes()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp237 for (const CXXBaseSpecifier &Spec : CD->bases()) { in getOrCreateRecord() local
238 if (Spec.isVirtual()) in getOrCreateRecord()
241 const RecordDecl *BD = Spec.getType()->castAs<RecordType>()->getDecl(); in getOrCreateRecord()
252 for (const CXXBaseSpecifier &Spec : CD->vbases()) { in getOrCreateRecord() local
253 const RecordDecl *BD = Spec.getType()->castAs<RecordType>()->getDecl(); in getOrCreateRecord()
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java77 ProbeDescription.Spec probespec;
85 ProbeDescription.Spec spec = ((req.probespec == null) in applyProbespec()
86 ? ProbeDescription.Spec.NAME in applyProbespec()
733 r.probespec = ProbeDescription.Spec.FUNCTION; in main()
743 r.probespec = ProbeDescription.Spec.NAME; in main()
760 r.probespec = ProbeDescription.Spec.MODULE; in main()
767 r.probespec = ProbeDescription.Spec.NAME; in main()
802 r.probespec = ProbeDescription.Spec.PROVIDER; in main()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp334 if (const VarTemplateSpecializationDecl *Spec in VisitVarDecl() local
336 const TemplateArgumentList &Args = Spec->getTemplateArgs(); in VisitVarDecl()
570 if (const ClassTemplateSpecializationDecl *Spec in VisitTagDecl() local
572 const TemplateArgumentList &Args = Spec->getTemplateArgs(); in VisitTagDecl()
852 if (const TemplateSpecializationType *Spec in VisitType() local
855 VisitTemplateName(Spec->getTemplateName()); in VisitType()
856 Out << Spec->getNumArgs(); in VisitType()
857 for (unsigned I = 0, N = Spec->getNumArgs(); I != N; ++I) in VisitType()
858 VisitTemplateArgument(Spec->getArg(I)); in VisitType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h302 void set(DeclAccessPair Found, Decl *Spec, DeductionFailureInfo Info) { in set()
304 Specialization = Spec; in set()
/freebsd-13.1/contrib/diff/lib/
H A Derror.h25 # define __attribute__(Spec) /* empty */ argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionMachO.cpp177 Error MCSectionMachO::ParseSectionSpecifier(StringRef Spec, // In. in ParseSectionSpecifier() argument
186 Spec.split(SplitSpec, ','); in ParseSectionSpecifier()
/freebsd-13.1/sys/contrib/device-tree/Bindings/security/tpm/
H A Dgoogle,cr50.txt5 SPI using the FIFO protocol described in the PTP Spec, section 6.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h179 Speculator &Spec, MangleAndInterner &Mangle, in IRSpeculationLayer() argument
182 S(Spec), Mangle(Mangle), QueryAnalysis(Interpreter) {} in IRSpeculationLayer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSectionMachO.h64 static Error ParseSectionSpecifier(StringRef Spec, // In.
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp69 Spec = &tables.specForUID(UID); in RecognizableInstr()
380 Spec->operands[operandIndex].encoding = ENCODING_DUP; in handleOperand()
381 Spec->operands[operandIndex].type = in handleOperand()
391 Spec->operands[operandIndex].encoding = encoding; in handleOperand()
392 Spec->operands[operandIndex].type = in handleOperand()
400 Spec->name = Name; in emitInstructionSpecifier()
402 Spec->insnContext = insnContext(); in emitInstructionSpecifier()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp76 VarTemplateSpecializationDecl *Spec = in getTemplateInstantiationArgs() local
78 if (Spec && !Spec->isClassScopeExplicitSpecialization()) { in getTemplateInstantiationArgs()
81 !isa<VarTemplatePartialSpecializationDecl>(Spec)) in getTemplateInstantiationArgs()
121 ClassTemplateSpecializationDecl *Spec in getTemplateInstantiationArgs() local
123 if (Spec && !Spec->isClassScopeExplicitSpecialization()) { in getTemplateInstantiationArgs()
126 !isa<ClassTemplatePartialSpecializationDecl>(Spec)) in getTemplateInstantiationArgs()
133 assert(Spec->getSpecializedTemplate() && "No class template?"); in getTemplateInstantiationArgs()
134 if (Spec->getSpecializedTemplate()->isMemberSpecialization()) in getTemplateInstantiationArgs()
2652 } else if (ClassTemplateSpecializationDecl *Spec in InstantiateClass() local
2654 Spec->setTemplateSpecializationKind(TSK); in InstantiateClass()
[all …]
H A DSemaTemplateDeduction.cpp3165 if (const TemplateSpecializationType *Spec in isSimpleTemplateIdType() local
5536 QualType PartialT = Spec->getInjectedSpecializationType(); in isMoreSpecializedThanPrimary()
5544 Spec->getAssociatedConstraints(SpecAC); in isMoreSpecializedThanPrimary()
5598 TemplateDecl *Primary = Spec->getSpecializedTemplate(); in isMoreSpecializedThanPrimary()
5610 CanonTemplate, Spec->getTemplateArgs().asArray()); in isMoreSpecializedThanPrimary()
5619 Spec->getAssociatedConstraints(SpecAC); in isMoreSpecializedThanPrimary()
5972 const TemplateSpecializationType *Spec in MarkUsedTemplateParameters() local
5985 for (unsigned I = 0, N = Spec->getNumArgs(); I != N; ++I) in MarkUsedTemplateParameters()
6025 const DependentTemplateSpecializationType *Spec in MarkUsedTemplateParameters() local
6028 MarkUsedTemplateParameters(Ctx, Spec->getQualifier(), in MarkUsedTemplateParameters()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp211 auto Spec = Str.slice(SpecPos, SpecEnd + 1); in locateCStrings() local
212 ArgIdx += Spec.count('*'); in locateCStrings()
/freebsd-13.1/usr.sbin/config/
H A Dconfig.y122 Many_specs Spec
127 Spec:

123