Searched refs:Spec (Results 1 - 25 of 125) sorted by relevance

12345

/freebsd-current/crypto/openssl/test/recipes/
H A D04-test_provider_fallback.t10 use File::Spec;
16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
H A D04-test_provider_pkey.t10 use File::Spec;
16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
H A D15-test_out_option.t13 use File::Spec;
32 # File::Spec massages them into directory specs on some platforms.
33 my $path = File::Spec->canonpath('./');
40 my $path = File::Spec->canonpath('randomname.bin');
52 } while (-d File::Spec->catdir('.', $rand_path));
55 my $path = File::Spec->canonpath($rand_path);
65 my $path = File::Spec->canonpath(File::Spec->devnull());
H A D25-test_sid.t13 use File::Spec;
H A D66-test_ossl_store.t12 use File::Spec::Functions;
H A D20-test_spkac.t12 use File::Spec;
H A D25-test_pkcs7.t13 use File::Spec;
H A D25-test_rusext.t13 use File::Spec;
H A D15-test_dsa.t13 use File::Spec;
H A D15-test_gendh.t13 use File::Spec;
H A D25-test_d2i.t13 use File::Spec;
H A D90-test_store_cases.t11 use File::Spec::Functions;
H A D15-test_gendsa.t13 use File::Spec;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp28 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, argument
33 if (Spec.empty())
36 if (Spec.size() > 1) {
40 // If Spec[1] is a loc char, then Spec[0] is a pad char and Spec[2:...]
42 // Otherwise, if Spec[0] is a loc char, then Spec[1:...] contains the width.
43 // Otherwise, Spec[0:...] contains the width.
44 if (auto Loc = translateLocChar(Spec[
59 parseReplacementItem(StringRef Spec) argument
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h51 : Type(ReplacementType::Literal), Spec(Literal) {}
52 ReplacementItem(StringRef Spec, size_t Index, size_t Align, AlignStyle Where, argument
54 : Type(ReplacementType::Format), Spec(Spec), Index(Index), Align(Align),
58 StringRef Spec; member in struct:llvm::ReplacementItem
71 static bool consumeFieldLayout(StringRef &Spec, AlignStyle &Where,
90 S << R.Spec;
94 S << R.Spec;
106 static std::optional<ReplacementItem> parseReplacementItem(StringRef Spec);
/freebsd-current/crypto/openssl/Configurations/
H A Dunix-checker.pm7 use File::Spec::Functions qw(:DEFAULT rel2abs);
H A Dwindows-checker.pm7 use File::Spec::Functions qw(:DEFAULT rel2abs);
/freebsd-current/contrib/diff/lib/
H A Derror.h25 # define __attribute__(Spec) /* empty */
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAbbreviationDeclaration.cpp152 for (const AttributeSpec &Spec : AttributeSpecs) {
153 OS << formatv("\t{0}\t{1}", Spec.Attr, Spec.Form);
154 if (Spec.isImplicitConst())
155 OS << '\t' << Spec.getImplicitConstValue();
194 const AttributeSpec &Spec = AttributeSpecs[AttrIndex]; local
195 if (Spec.isImplicitConst())
196 return DWARFFormValue::createFromSValue(Spec.Form,
197 Spec.getImplicitConstValue());
199 DWARFFormValue FormValue(Spec
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/TargetParser/
H A DARMTargetParserCommon.h48 bool parseBranchProtection(StringRef Spec, ParsedBranchProtection &PBP,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTrainingLogger.h100 void writeTensor(const TensorSpec &Spec, const char *RawData) { argument
101 OS->write(RawData, Spec.getTotalTensorBufferSize());
/freebsd-current/crypto/openssl/util/
H A Dmkpod2html.pl15 use File::Spec::Functions qw(:DEFAULT rel2abs);
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DModelUnderTrainingRunner.cpp25 TensorSpec Spec; member in struct:__anon1888::LoggedFeatureSpec
134 return LFS.Spec;
141 : LFS.Spec.name(),
142 LFS.Spec);
/freebsd-current/contrib/llvm-project/llvm/lib/TargetParser/
H A DARMTargetParserCommon.cpp141 bool ARM::parseBranchProtection(StringRef Spec, ParsedBranchProtection &PBP, argument
144 if (Spec == "none")
147 if (Spec == "standard") {
155 Spec.split(Opts, "+");
/freebsd-current/crypto/openssl/providers/common/der/
H A Doids_to_c.pm15 use File::Spec;
72 my $input = File::Spec->catfile($opts{dir}, $file);

Completed in 164 milliseconds

12345