Searched refs:required (Results 1 - 25 of 170) sorted by last modified time

1234567

/freebsd-current/
H A DMakefile.inc132 # TARGET_ARCH= may be required when a TARGET supports multiple endians
109 .error A build is required first. You may have the wrong MAKEOBJDIRPREFIX set.
2368 # which don't have the APIs required by the targets built in bootstrap-tools,
2412 # If BOOTSTRAP_ALL_TOOLS is set we will build all the required tools from the
2442 # detect when a bootstrap tool is being used without the required MK_FOO.
2482 # flua is required to regenerate syscall files. It first appeared during the
2635 # file2c is required for building usr.sbin/config:
2637 # uuencode/uudecode required for share/tabset
2639 # xargs is required by mkioctls
2641 # cap_mkdb is required fo
[all...]
/freebsd-current/share/mk/
H A Dsrc.opts.mk332 # Further debugging is required -- probably they are just broken on big
H A Dbsd.sys.mk375 # warning instead and let the user add the required symlinks.
/freebsd-current/sys/x86/x86/
H A Dintr_machdep.c93 #error EARLY_AP_STARTUP required on x86
/freebsd-current/contrib/unbound/
H A Dconfigure3075 # Auxiliary files required by this configure script.
3081 # Search for a directory containing all of the required auxiliary files,
3106 # As a special case, if "install-sh" is required, that requirement
3154 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
7202 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: required lex library not found; giving up on $LEX" >&5
7203 printf "%s\n" "$as_me: WARNING: required lex library not found; giving up on $LEX" >&2;}
8409 # Under GNU Hurd, this test is not required because there is
14431 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
16596 ac_res="none required"
16626 test "$ac_res" = "none required" || LIB
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp360 RequiredArgs required = local
371 argTypes, extInfo, paramInfos, required);
514 RequiredArgs required = local
519 required);
579 /// additional number of formal parameters considered required.
592 RequiredArgs required = RequiredArgs::All; local
594 // If we have a variadic prototype, the required arguments are the
598 required = RequiredArgs::forPrototypePlus(proto, numExtraRequiredArgs);
606 // treat all of the arguments as required but preserve the nominal
611 required
692 arrangeCXXMethodCall(const CallArgList &args, const FunctionProtoType *proto, RequiredArgs required, unsigned numPrefixArgs) argument
756 arrangeLLVMFunctionInfo( CanQualType resultType, FnInfoOpts opts, ArrayRef<CanQualType> argTypes, FunctionType::ExtInfo info, ArrayRef<FunctionProtoType::ExtParameterInfo> paramInfos, RequiredArgs required) argument
819 create(unsigned llvmCC, bool instanceMethod, bool chainCall, bool delegateCall, const FunctionType::ExtInfo &info, ArrayRef<ExtParameterInfo> paramInfos, CanQualType resultType, ArrayRef<CanQualType> argTypes, RequiredArgs required) argument
[all...]
H A DCodeGenTypes.h242 RequiredArgs required,
H A DCGExprCXX.cpp58 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, Args.size()); local
82 return {required, PrefixSize};
478 RequiredArgs required = RequiredArgs::forPrototypePlus(FPT, 1); local
482 return EmitCall(CGM.getTypes().arrangeCXXMethodCall(Args, FPT, required,
694 // No cookie is required if the operator new[] being used is the
/freebsd-current/contrib/libcbor/src/cbor/
H A Dstreaming.c11 static bool claim_bytes(size_t required, size_t provided, argument
13 if (required > (provided - result->read)) {
14 result->required = required + result->read;
19 result->read += required;
20 result->required = 0;
/freebsd-current/contrib/bmake/
H A Dconfigure2571 # Auxiliary files required by this configure script.
2577 # Search for a directory containing all of the required auxiliary files,
2602 # As a special case, if "install-sh" is required, that requirement
2650 as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5
5070 ac_res="none required"
5100 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
5130 ac_res="none required"
5160 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
7163 # `set' quotes correctly as required by POSIX, so do not add quotes.
8096 # in the case of _POSIX_SOURCE, which is predefined and required
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev.c2206 * Make sure the alignment required hasn't increased.
3534 boolean_t required; local
3548 required = !vdev_dtl_empty(tvd, DTL_OUTAGE);
3552 if (!required && zio_injection_enabled) {
3553 required = !!zio_handle_device_injection(vd, NULL,
3557 return (required);
4319 * rebuild is not required
4509 /* If a resilver isn't required, check if vdevs can be culled */
6494 "Minimum number of metaslabs required to dedicate one for log blocks");
/freebsd-current/contrib/libarchive/unzip/
H A Dcmdline.c61 int required; /* 1 if this option requires an argument. */ member in struct:bsdunzip_option
88 int required; local
95 required = 0;
157 required = 1;
160 if (required) {
226 if (match->required) {
227 /* Argument required: get next word if necessary. */
/freebsd-current/contrib/libarchive/tar/
H A Dcmdline.c62 int required; /* 1 if this option requires an argument. */ member in struct:bsdtar_option
225 int required; local
232 required = 0;
327 required = 1;
330 if (required) {
400 if (match->required) {
401 /* Argument required: get next word if necessary. */
/freebsd-current/contrib/libarchive/cpio/
H A Dcmdline.c60 int required; /* 1 if this option requires an argument */ member in struct:option
121 int required; local
128 required = 0;
186 required = 1;
189 if (required) {
259 if (match->required) {
260 /* Argument required: get next word if necessary. */
/freebsd-current/contrib/libarchive/cat/
H A Dcmdline.c61 int required; /* 1 if this option requires an argument. */ member in struct:bsdcat_option
121 int required; local
128 required = 0;
189 required = 1;
192 if (required) {
262 if (match->required) {
263 /* Argument required: get next word if necessary. */
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c101 #error fchdir function required.
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DSignals.inc241 // could use InitializeContext + CopyContext, but that's only required to get
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc575 // Conservatively account for space required by environment variables.
H A DMemory.inc66 // Provide a default return value as required by some compilers.
/freebsd-current/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp3084 return TokError("missing value for required parameter '" + MP->Name +
3182 // required but missing
3189 "missing value for required parameter "
3692 "parentheses required for 'dup' contents") ||
3898 "parentheses required for 'dup' contents") ||
4259 "parentheses required for 'dup' contents") ||
6005 return Error(Loc, "non-local symbol required");
/freebsd-current/contrib/llvm-project/lldb/source/Interpreter/
H A DOptions.cpp113 // all of m_required_options[i] (i.e. all the required options at this
190 if (def.required)
368 if (show_optional && !opt_def.required)
388 if (show_optional && !opt_def.required)
442 if (def.required) {
463 // First go through and print the required options (list them up front).
466 def.required && def.option_has_arg != OptionParser::eNoArgument)
472 if (def.usage_mask & opt_set_mask && !def.required &&
565 // together, but m_seen_options may be missing some of the "required" options.
574 // required
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1080 TextFieldDelegate(const char *label, const char *content, bool required) argument
1081 : m_label(label), m_required(required) {
1301 SetError("This field is required!");
1338 IntegerFieldDelegate(const char *label, int content, bool required) argument
1339 : TextFieldDelegate(label, std::to_string(content).c_str(), required) {}
1351 bool required)
1352 : TextFieldDelegate(label, content, required),
1394 bool need_to_exist, bool required)
1395 : TextFieldDelegate(label, content, required),
1436 ArchFieldDelegate(const char *label, const char *content, bool required) argument
1350 FileFieldDelegate(const char *label, const char *content, bool need_to_exist, bool required) argument
1393 DirectoryFieldDelegate(const char *label, const char *content, bool need_to_exist, bool required) argument
2331 AddTextField(const char *label, const char *content, bool required) argument
2339 AddFileField(const char *label, const char *content, bool need_to_exist, bool required) argument
2347 AddDirectoryField(const char *label, const char *content, bool need_to_exist, bool required) argument
2356 AddArchField(const char *label, const char *content, bool required) argument
2364 AddIntegerField(const char *label, int content, bool required) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp733 /// required, given the return type.
2821 /// Run the required checks for the extended vector type.
2998 /// only other checks required are positional restrictions.
3007 auto checkCompatible = [&](unsigned paramIndex, RequiredCC required) {
3009 (required == RequiredCC::OnlySwift)
3016 << (required == RequiredCC::OnlySwift);
5252 // trailing-return-type is only required if we're declaring a function,
9174 /// \param E The expression whose type is required to be complete.
9195 /// context where a complete type is required. If @p T is a complete
/freebsd-current/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h481 /// The number of required arguments, or ~0 if the signature does
492 /// Compute the arguments required by the given formal prototype,
530 /// Return true if the argument at a given index is required.
632 ArrayRef<CanQualType> argTypes, RequiredArgs required);
782 RequiredArgs required, CanQualType resultType,
795 ID.AddInteger(required.getOpaqueData());
778 Profile(llvm::FoldingSetNodeID &ID, bool InstanceMethod, bool ChainCall, bool IsDelegateCall, const FunctionType::ExtInfo &info, ArrayRef<ExtParameterInfo> paramInfos, RequiredArgs required, CanQualType resultType, ArrayRef<CanQualType> argTypes) argument
/freebsd-current/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c2083 boolean_t required; local
2089 required = vdev_dtl_required(vd);
2098 required ? "DTL-required" : "DTL-expendable");

Completed in 489 milliseconds

1234567