Home
last modified time | relevance | path

Searched refs:Validate (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormatVariadic.h70 bool Validate; variable
74 bool Validate) in formatv_object_base() argument
75 : Fmt(Fmt), Adapters(Adapters), Validate(Validate) {} in formatv_object_base()
82 const auto Replacements = parseFormatString(Fmt, Adapters.size(), Validate); in format()
102 parseFormatString(StringRef Fmt, size_t NumArgs, bool Validate);
148 formatv_object(StringRef Fmt, Tuple &&Params, bool Validate) in formatv_object() argument
149 : formatv_object_base(Fmt, ParameterPointers, Validate), in formatv_object()
253 inline auto formatv(bool Validate, const char *Fmt, Ts &&...Vals) { in formatv() argument
256 return formatv_object<decltype(Params)>(Fmt, std::move(Params), Validate); in formatv()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DFormatVariadic.cpp143 bool Validate) { in parseFormatString() argument
172 if (!Validate) in parseFormatString()
/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dtimeout2 # Validate the timeout works.
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dzones.subr166 # Validate the two-character country code
270 # Validate the two-character country code
284 # Validate the TZ field
301 # Validate the continent
H A Diso3166.subr136 # Validate the two-character country code
162 # Validate field-length of 2nd/3rd columns while we are here
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-ecparam.pod.in79 Validate the elliptic curve parameters.
83 Validate the elliptic name curve parameters by checking if the curve parameters
H A Dopenssl-fipsinstall.pod.in434 Validate that the fips module can be loaded from a base configuration file:
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp214 std::function<std::optional<StubT>(JsonT)> Validate = nullptr) { in getRequiredValue() argument
219 if (Validate == nullptr) in getRequiredValue()
222 std::optional<StubT> Result = Validate(*Val); in getRequiredValue()
233 StubT DefaultValue, function_ref<std::optional<StubT>(JsonT)> Validate) { in getRequiredValue() argument
239 Result = Validate(*Val); in getRequiredValue()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_size_class_map.h205 static void Validate() { in Validate() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.h332 SuppressValidation(TypeInfer &TI) : Infer(TI), SavedValidate(TI.Validate) { in SuppressValidation()
333 Infer.Validate = false; in SuppressValidation()
335 ~SuppressValidation() { Infer.Validate = SavedValidate; } in ~SuppressValidation()
341 bool Validate = true; // Indicate whether to validate types. member
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dmusthavepkg.subr40 # Validate pkg(8) is installed and set $PKG_ABI global if not already set.
/freebsd/crypto/openssl/demos/
H A DREADME.txt68 EVP_PKEY_DSA_paramvalidate.c Validate a DSA param key.
/freebsd/usr.sbin/bsdconfig/share/
H A Dmustberoot.subr199 # Validate sudo(8) credentials
354 # Validate sudo(8) credentials for given user
/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dgmsl-cameras.dtsi34 /* Validate the board file settings. */
/freebsd/stand/i386/pmbr/
H A Dpmbr.S85 # Validate drive number in %dl.
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp428 void Validate(ARMBasicBlockUtils *BBUtils);
1055 void LowOverheadLoop::Validate(ARMBasicBlockUtils *BBUtils) { in Validate() function in LowOverheadLoop
1399 LoLoop.Validate(BBUtils.get()); in ProcessLoop()
/freebsd/crypto/openssl/
H A DREADME-FIPS.md133 // Validate the output of the following to make sure we are using the
/freebsd/contrib/llvm-project/llvm/tools/llvm-objcopy/
H A DObjcopyOpts.td185 "Validate note sections",
/freebsd/contrib/netbsd-tests/lib/libcurses/
H A Dtestframe.txt105 Validate the value of a variable. This allows a variable to be
/freebsd/crypto/heimdal/lib/hx509/
H A Dhxtool-commands.in332 help = "Validate content of certificates"
/freebsd/contrib/llvm-project/libcxx/include/
H A Dprint159 // TODO PRINT Validate with clang-tidy
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr340 # Validate the IPv4 address
427 # Validate an IPv4 default gateway (aka router) address for a given IP address
/freebsd/sys/contrib/zstd/programs/
H A DREADME.md190 …-]check Add XXH64 integrity checksums during compression. [Default: Add, Validate]
/freebsd/crypto/heimdal/
H A DChangeLog.2002114 lib/krb5/transited.c (krb5_domain_x500_decode): Validate some
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h5369 IN BOOLEAN Validate,

12