Searched refs:that (Results 26 - 50 of 396) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h32 bool operator==(const KeyTy &that) const;
33 bool operator!=(const KeyTy &that) const;
68 /// - \p AddLazyFor is a call back that the IRMover will call when a global
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DHost.inc14 //=== WARNING: Implementation here must contain only generic UNIX code that
37 // On darwin, we want to update the version to match that of the target.
52 // On AIX, the AIX version and release should be that of the current host
/freebsd-13-stable/share/mk/
H A Dsrc.lua.mk18 # LUA_CMD can be overwritten to point to a Lua that isn't flua. This is fine,
19 # but parts of the src build that use it may have certain expectations that
31 # Some standalone usage may want a variable that tries to find the lua command,
H A Dbsd.opts.mk9 # Makefiles must include bsd.opts.mk after defining specific MK_FOO options that
10 # are applicable for that Makefile (typically there are none, but sometimes there
11 # are exceptions). Recursive makes usually add MK_FOO=no for options that they wish
12 # to omit from that make.
17 # Makefiles may also assume that this file is included by bsd.own.mk should it
40 # that haven't been converted over.
H A Ddirdeps-options.mk6 # This file is provided in the hope that it will
9 # use this file is hereby granted provided that
32 # Thus a directory, that is affected by an option FOO would have
33 # a Makefile.depend.options that sets
38 # to whatever applies for that dir, or it can rely on globals
60 # note that we need to include $o in the variable _o$o
H A Dbsd.test.mk5 # This is the only public file that should be included by Makefiles when
27 # get registered into the run-time test suite definitions so that the test
30 # In other words: list here any directories that contain test programs but use
31 # SUBDIR for directories that may contain helper binaries and/or data files.
34 # If defined, indicates that the tests built by the Makefile are not part of
35 # the FreeBSD Test Suite. The implication of this is that the tests won't be
36 # installed under /usr/tests/ and that Kyua won't be able to run them.
47 # themselves have all the necessary logic to detect that the games are not
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-match-escape.mk21 # as well as a variable expression that expands to a ':'.
25 # before the variable expression is expanded. This means that the '\:' in
32 # is parsed, resulting in ':' and needSubst=TRUE. After that, the escaped
59 # is silently discarded. The resulting expanded pattern is thus '\', that
71 # The control flow of the pattern parser depends on the actual string that
72 # is being matched. There needs to be either a test that shows a difference
73 # in behavior, or a proof that the behavior does not depend on the actual
H A Dcond-func-empty.mk6 # Note that the argument in the parentheses is indeed a variable name,
21 # variable modifier does not change that.
34 # few variable modifiers that turn an undefined expression into a defined
54 # preserved nevertheless. The :U modifier that follows only looks at the
92 # Now the variable named " " gets a non-empty value, which demonstrates that
95 # that variable is indeed undefined. Since ParseEmptyArg calls Var_Parse
108 # The :L modifier creates a variable expression that has the same value as
126 # Ensure that variable expressions that appear as part of the argument are
130 # If everything goes well, the argument expands to "WORD", and that variabl
[all...]
H A Ddeptgt-makeflags.mk16 # Variables that are set via the -D command line option are normal global
46 # In the condition, that variable is expanded, and at that point, each '$$'
59 # Instead, the \n ends up as a line that is then interpreted as a variable
60 # assignment. At that point, the line is simply "nl=\n", and the \n is
74 # newlines into a line that is being parsed. This may confuse the parser.
H A Dcond-late.mk4 # expressions that are evaluated late, at expansion time.
10 # Because of this, variables that are used in these lazy conditions
H A Dcond-op.mk30 # This kind of condition looks so unfamiliar that it doesn't occur in
41 # TODO: Demonstrate that the precedence of the ! and == operators actually
44 # for an example that doesn't require much thought.
61 # As soon as the parser sees the '$', it knows that the condition will
64 # As of 2021-01-20, that part of the condition is evaluated nevertheless,
67 # valid follow tokens for the token "0" to those that can actually produce
82 # Just in case that parsing should ever stop on the first error.
85 # Demonstration that '&&' has higher precedence than '||'.
H A Dvarname-dollar.mk10 # To see that using this variable indeed affects the variable '$', run the
19 # Now overwrite the '$' variable to see whether '$$' really expands to that
H A Ddirective-for-lines.mk3 # Tests for the line numbers that are reported in .for loops.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc110 // across invocations, but the complication of doing that properly...
119 // to EnumProcessModulesEx that gets the amount of, then copies the HMODULES.
120 // MSDN is pretty clear that if the module list changes during the call to
137 // Doing that here is causing real problems for the JIT where msvc.dll
140 // mean that the msvc.dll versions would be returned.
/freebsd-13-stable/contrib/bmake/mk/
H A Ddirdeps-options.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
31 # Thus a directory, that is affected by an option FOO would have
32 # a Makefile.depend.options that sets
37 # to whatever applies for that dir, or it can rely on globals
59 # note that we need to include $o in the variable _o$o
H A Dsys.clean-env.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
21 # The actuall list of variables from the environment that will be
31 # We save any env var that starts with the words in MAKE_ENV_SAVE_PREFIX_LIST.
57 # This is the actual list that we will save
85 # This is a list of vars that we handle specially below
H A Dcompiler.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dlinks.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dsys.debug.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
H A Dauto.dep.mk7 # This file is provided in the hope that it will
10 # use this file is hereby granted provided that
23 # This version differs from autodep.mk, in that
30 # dep.mk will handle that itself.
H A Dinit.mk5 # This file is provided in the hope that it will
8 # use this file is hereby granted provided that
69 # targets that are ok at level 0
85 # beforebuild is a hook for things that must be done early
/freebsd-13-stable/contrib/kyua/examples/
H A Dkyua.conf5 -- modification, are permitted provided that the following conditions are
31 -- All the values shown here do not reflect the default values that Kyua
32 -- is using on this installation: these are just fictitious settings that
35 -- To write your own configuration file, it is recommended that you start
36 -- from a blank file and then define only those settings that you want to
55 -- used to run test cases that need regular privileges when Kyua is
/freebsd-13-stable/lib/csu/riscv/
H A Dcrti.S14 * modification, are permitted provided that the following conditions
38 # this puts __global_pointer$ into .dynsym, so symlook_obj can now find that
/freebsd-13-stable/sys/conf/
H A Dkern.opts.mk3 # Options set in the build system that affect the kernel somehow.
11 # that haven't been converted over.
15 # building on 10.x and earlier work. This should be removed when that's no
70 # Things that don't work based on the CPU
90 # Things that don't work because the kernel doesn't have the support
96 # Things that don't work based on toolchain support.
108 # Those that default to yes
124 # Those that default to no
H A Dsysent.mk25 # Ensure that the target gets updated if the capabilities file is modified,
39 # We .ORDER these explicitly so that we only run MAKESYSCALLS once, rather than

Completed in 202 milliseconds

1234567891011>>