Searched refs:that (Results 151 - 175 of 396) sorted by relevance

1234567891011>>

/freebsd-13-stable/share/mk/
H A Dlocal.sys.mk36 # Meta mode may rebuild targets that then fail. The next build won't detect
59 # Targets that should support the meta mode cookie handling should just be
H A Dmeta.subdir.mk7 # This file is provided in the hope that it will
10 # use this file is hereby granted provided that
H A Dsrc.sys.obj.mk19 # TARGET.TARGET_ARCH added in as it assumes that MAKEOBJDIRPREFIX is
82 # append TARGET.TARGET_ARCH for that case since the user wants to build
101 # This intenionally comes after adding TARGET.TARGET_ARCH so that is truncated
116 # __objdir is the expected .OBJDIR we want to use and that auto.obj.mk will
206 # in case make started with a bogus MAKEOBJDIR, that expanded before OBJTOP
207 # was set, that happened to match some unexpected directory. Either
H A Dbsd.compiler.mk13 # make sure that you are limiting the test to a specific compiler. Testing
20 # compiler support for that feature:
48 # variables that are expected by the other .mk files and return
64 # PATH since it is more clear that ccache is used and avoids wasting time
150 # The value is only used/exported for the same environment that impacts
198 # However, its -v output always says "gcc version" in it, so fall back on that.
220 # is a non-FreeBSD build that doesn't support it or some other error
H A Dgendirdeps.mk9 # modification, are permitted provided that the following conditions
88 # these are actually prefixes that we'll skip
109 # is the script that extracts what we want.
188 # that can impact command line length,
236 # DIRDEPS represent things that had to have been built first
238 # Note that ${_OBJTOP}/bsd/include/machine will get reported
275 # This is the same test that _DIRDEP_USE applies.
280 # but we cannot assume that all of the tree is present,
281 # in fact we can only assume that RELDIR is.
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dstore_fd.c7 * modification, are permitted provided that the following conditions
102 #error Dont know how to deal with fd that may or may not be a socket.
/freebsd-13-stable/share/dtrace/
H A Dblocking7 * modification, are permitted provided that the following conditions
29 * This little script is for use with programs that use event loop and should
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql92 supported so far is NULL, meaning that no compression has been applied
100 /* The number of rows in the NODES table that have a 'checksum' column
101 value that refers to this row. (References in other places, such as
121 The ACTUAL_NODE table row for a given path exists if the node at that
174 rhuijben: Because that won't allow triggers to handle refcounts.
241 'local_relpath', but rather to the depth of the nearest tree change that
242 affects that node.
245 node that is created and updated by checkout, update, switch and commit
318 tree. The 'BASE' represents pristine nodes that are in the
334 not-present: in the 'BASE' tree this is a node that i
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk41 # means that ( and } form a matching pair.
69 # XXX: It is unexpected that no error is reported.
81 # This means that the pattern ends there.
87 # After that, the remaining backslash would escape the parenthesis in
117 # Make sure that it survives patterns with 128 asterisks.
134 # modifier, but it really isn't, that's why it appears in the output.
H A Dcond-short.mk3 # Demonstrates that in conditions, the right-hand side of an && or ||
14 # relevant variable expressions was that in the irrelevant variable
146 # At that time, there was not enough debug logging to see the details in the
176 # At that time, there was not enough debug logging to see the details in the
212 # for the result. Since this test is already quite long, do that in another
H A Dcond-token-plain.mk3 # Tests for plain tokens (that is, string literals without quotes)
46 # TODO: Does this mean that more syntactic variants are allowed here?
85 # a coincidence that the '!' is both used in the '!=' comparison operator
156 # and in that context, the backslash is just an ordinary character. The
173 # Anything that doesn't start with a double quote is considered a "bare word".
H A Dvar-op-expand.mk20 # of evaluating the expression. The consequence is that ${:Ufallback} expands
71 # expression with an indirect modifier referring to another variable that
77 # code that takes care of this global variable.
113 # expressions of the top level, but not in expressions that are nested.
141 # At that point, both REF.word and REF.undef are defined.
H A Dvarmod-indirect.mk5 # uppercase or lowercase, as well as for fairly advanced modifiers that first
31 # An indirect variable that evaluates to the empty string is allowed though.
81 # to actually filter that variable.
86 # otherwise they would be expanded too early, that is, when parsing the
111 # An undefined expression with only modifiers that keep the expression
H A Ddirective-for-escape.mk25 # This means that a '#' sign cannot be passed in the value of a .for loop
34 # XXX: It is unexpected that the variable V gets expanded in the loop body.
60 # XXX: It is wrong that for_var_len requires the braces to be balanced.
H A Dvar-op-assign.mk13 # This condition demonstrates that whitespace around the assignment operator
43 # a :!...! modifier that executes a shell command. The :!...! modifier turns
89 # line, since any commands run after that are probably working with
H A Dvarmisc.mk137 # Appending to a variable from the environment creates a copy of that variable
155 # Demonstrate that the target-specific variables are not evaluated in
186 # Before that, it had complained about unclosed variables only when
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h9 // This class defines the interface that one who uses a Value must implement.
89 /// Grow the number of hung off uses. Note that allocHungoffUses
104 // Usr memory pointer, e.g. NumUserOperands, the operator delete of that subclass has
105 // to restore the changed information to the original value, since the dtor of that class
116 // Usr memory pointer, e.g. NumUserOperands, the operator delete of that subclass has
117 // to restore the changed information to the original value, since the dtor of that class
127 template <int Idx, typename U> static Use &OpFrom(const U *that) {
129 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx]
130 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx];
204 /// FIXME: As that th
[all...]
/freebsd-13-stable/stand/
H A Ddefs.mk61 # Allow CFLAGS_EARLY.file/target so that code that needs specific stack
63 # the only thing that should be there are -I directives, and as few of
79 # Experience has shown that problems arise between ~520k to ~530k.
168 # build output (since performance varies from run to run). Trouble is that
216 # Ensure that the links exist without depending on it when it exists which
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h66 /// * In general, the class tries to follow the style of computation that LLVM
144 /// word that are not used by the APInt. This is needed after the most
145 /// significant word is assigned a value to ensure that those bits are
178 /// This is used by the constructors that take string arguments.
181 /// not assume that the string is well-formed and (2) grows the
202 void initSlowCase(const APInt &that);
290 /// Note that bigVal.size() can be smaller or larger than the corresponding
309 /// interpretation stops when the first character that is not suitable for the
319 /// Simply makes *this a copy of that.
321 APInt(const APInt &that) argument
329 APInt(APInt &&that) argument
766 operator =(APInt &&that) argument
[all...]
/freebsd-13-stable/sys/conf/
H A Dkern.post.mk4 # the definitions that need to be after all the % directives except %RULES
5 # and ones that act like they are part of %RULES.
8 # should be defined in the kern.pre.mk so that port makefiles can
92 # Handle ports (as defined by the user) that build kernel modules
107 # Keep the related ports builds in the obj directory so that they are only rebuilt once per kernel build
241 # is to exercise the CTASSERT that checks that the offsets in the offset.inc
358 # Ensure that the link exists without depending on it when it exists.
359 # Ensure that debug info references the path in the source tree.
467 # only appear there, but we don't handle that
[all...]
H A Dkern.pre.mk4 # of the definitions that need to be before %BEFORE_DEPEND.
6 # Allow user to configure things that only effect src tree builds.
7 # Note: This is duplicated from src.sys.mk to ensure that we include
10 # the normal mechanisms to prevent that (compiling out of tree) won't
141 # Put configuration-specific C flags last (except for ${PROF}) so that they
199 # "Note that [GCC] autovectorization still does not do a good job on the
201 # that neither attribute nor command-line flag were entirely successful in
297 # Infiniband C flags. Correct include paths and omit errors that linux
343 # MKMODULESENV is set here so that port makefiles can augment
364 # Detect kernel config options that forc
[all...]
/freebsd-13-stable/stand/i386/pmbr/
H A Dpmbr.S7 # modification, are permitted provided that the following conditions
34 # A 512 byte PMBR boot manager that looks for a FreeBSD boot GPT partition
73 # Relocate ourself to a lower address so that we have more room to load
163 # the next sector. We assume that partition entries are smaller than 64k
164 # and that they won't span a sector boundary.
/freebsd-13-stable/contrib/bmake/mk/
H A Dgendirdeps.mk8 # modification, are permitted provided that the following conditions
87 # these are actually prefixes that we'll skip
108 # is the script that extracts what we want.
187 # that can impact command line length,
235 # DIRDEPS represent things that had to have been built first
237 # Note that ${_OBJTOP}/bsd/include/machine will get reported
274 # This is the same test that _DIRDEP_USE applies.
279 # but we cannot assume that all of the tree is present,
280 # in fact we can only assume that RELDIR is.
H A Ddirdeps-cache-update.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
19 # Some targets are so huge that computing dirdeps takes a significant
41 # If we see that STATIC_DIRDEPS_CACHE is in use, we need to hook a
94 # attempting to do this in that context is problematic.
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm83 Helper function for generating macros that enclose their arguments.
91 provide a macro definition that should be executed on a .Bl call.
96 provide a macro definition that should be executed on a .El call.
115 The string is 'punctuation point'. It means that every punctuation
116 preceeding that element is put behind it.
138 * The concat_until only works with standalone macros. This means that

Completed in 256 milliseconds

1234567891011>>