HomeSort by: relevance | last modified time | path
    Searched refs:As (Results 1 - 25 of 132) sorted by relevancy

1 2 3 4 5 6

  /src/sys/arch/m68k/060sp/dist/
errata 13 # THE SOFTWARE is provided on an "AS IS" basis and without warranty.
31 # SOFTWARE so long as this entire notice is retained without alteration
33 # versions are clearly identified as such.
38 68060 Software Package Errata As of 7 October 1994
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Errno.h 34 const Args &... As) {
35 decltype(F(As...)) Res;
38 Res = F(As...);
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 32 /// emitted as a branch to the basic block for the label, and (if it
176 /// isEHCleanupKind - true if the cleanup was pushed as an EH
186 /// same EH context as when the cleanup was pushed, i.e. the
196 template <class T, class... As>
198 typedef std::tuple<typename DominatingValue<As>::saved_type...> SavedTuple;
205 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
209 restore(CGF, std::index_sequence_for<As...>()).Emit(CGF, flags);
213 ConditionalCleanup(typename DominatingValue<As>::saved_type... A)
221 // CGException.cpp; the definition is here because it's used as a
245 /// an as-yet unemitted label, i.e. a label for which we don't ye
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
ItaniumManglingCanonicalizer.cpp 92 std::pair<Node *, bool> getOrCreateNode(bool CreateNewNodes, Args &&... As) {
100 T(std::forward<Args>(As)...),
105 profileCtor(ID, NodeKind<T>::Kind, As...);
119 T *Result = new (New->getNode()) T(std::forward<Args>(As)...);
125 Node *makeNode(Args &&...As) {
126 return getOrCreateNode<T>(true, std::forward<Args>(As)...).first;
141 template<typename T, typename ...Args> Node *makeNodeSimple(Args &&...As) {
143 getOrCreateNode<T>(CreateNewNodes, std::forward<Args>(As)...);
163 template<typename ...Args> Node *make(Args &&...As) {
164 return Self.makeNodeSimple<T>(std::forward<Args>(As)...)
    [all...]
  /src/usr.bin/make/unit-tests/
varname-make_print_var_on_error.mk 6 # XXX: As of 2020-10-23, the .ERROR_CMD variable is pointless in compat mode
14 # XXX: As of 2021-02-04, PrintOnError calls Var_Subst with SCOPE_GLOBAL, which
varname-make_print_var_on_error-jobs.mk 7 # expressions expanded, just as they were printed to the shell command file.
10 # contains spaces as well, this value is only intended as a first hint to what
16 # XXX: As of 2021-02-04, PrintOnError calls Var_Subst with SCOPE_GLOBAL, which
20 # As of 2020-10-23, .ERROR_CMD only works in parallel mode.
varmod-match-escape.mk 3 # As of 2020-08-01, the :M and :N modifiers interpret backslashes differently,
9 # are unescaped, and in the pattern matching these have the same meaning as
21 # as well as an expression that expands to a ':'.
23 # XXX: As of 2020-11-01, when an escaped ':' occurs before the
26 # the expression is expanded as well, turning ${:U\:} into a simple
30 # XXX: As of 2020-11-01, the modifier on the right-hand side of the
34 # Therefore the escaped ':' is kept as-is, and the final pattern becomes
37 # If ParseModifier_Match had used the same parsing algorithm as Var_Subst,
38 # both patterns would end up as '::'
    [all...]
job-output-long-lines.mk 10 # As of 2020-09-27, the default job buffer size is 1024. When a job produces
make-exported.mk 3 # As of 2020-08-09, the code in Var_Export is shared between the .export
vardebug.mk 13 # expect: Global: ignoring delete 'VAR' as it is not found
17 # expect: Global: ignoring ' = empty name' as the variable name '${:U}' expands to empty
19 # expect: Global: ignoring ' += empty name' as the variable name '${:U}' expands to empty
66 # By default, .SHELL is not defined and thus can be set. As soon as it is
69 # expect: Command: ignoring '.SHELL = overwritten' as it is read-only
varmod-order-shuffle.mk 8 # As of 2020-08-16, make uses random(3) seeded by the current time in seconds.
varparse-errors.mk 34 # As of 2020-12-01, errors in the variable name are silently ignored.
43 # As of 2020-12-01, errors in the variable name are silently ignored.
113 # call hierarchy is more confusing, as the '.include' line does not contain
cond-undef-lint.mk 5 # As of 2020-09-14, lint mode contains experimental code for printing
31 # mistake. The variable UNDEF, as used here, can be easily turned into
61 # nested variables into empty strings, as an equivalent to the :U modifier.
var-op-append.mk 39 # '+=' assignment operator. As far as possible, the '+' is interpreted as
51 # strange side effects in several other places as well.
62 # variable. After the assignment, the environment variable is left as-is,
opt-jobs-internal.mk 57 # As that shell command contains the plain word "make", the file descriptors
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/Disassembler/
MSP430Disassembler.cpp 154 static AddrMode DecodeSrcAddrMode(unsigned Rs, unsigned As) {
157 if (As == 1) return amSymbolic;
158 if (As == 2) return amInvalid;
159 if (As == 3) return amImmediate;
162 if (As == 1) return amAbsolute;
163 if (As == 2) return amConstant;
164 if (As == 3) return amConstant;
171 switch (As) {
177 llvm_unreachable("As out of range");
183 unsigned As = fieldFromInstruction(Insn, 4, 2)
    [all...]
  /src/distrib/mac68k/miniroot/
install.md 21 # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
147 As with anything which modifies your hard disk's contents, this
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPerfHintAnalysis.cpp 53 STATISTIC(NumMemBound, "Number of functions marked as memory bound");
54 STATISTIC(NumLimitWave, "Number of functions marked as needing limit wave");
299 unsigned As = PT->getAddressSpace();
301 return As == AMDGPUAS::GLOBAL_ADDRESS || As == AMDGPUAS::FLAT_ADDRESS;
329 // Do not treat local-addr memory access as large stride.
340 unsigned As = PT->getAddressSpace();
341 return As == AMDGPUAS::CONSTANT_ADDRESS ||
342 As == AMDGPUAS::CONSTANT_ADDRESS_32BIT;
  /src/external/gpl2/gettext/dist/gettext-tools/tests/
msgexec-4 45 #~ msgid "Save As"
46 #~ msgstr "Enregistrer l'as"
50 #~ msgid "Save As"
115 Save As
117 Enregistrer l'as
120 Save As
  /src/external/apache2/llvm/dist/libcxx/src/support/solaris/
mbsnrtowcs.inc 4 * As noted in the source, some portions of this implementation are copied from
18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
  /src/sys/arch/sun2/sun2/
locore.s 23 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
65 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
93 | of the kernel text segment (not necessarily the same as kernbase).
97 | This is the entry point, as well as the end of the temporary stack
102 | As opposed to the sun3, on the sun2 the kernel is linked low. The
  /src/usr.sbin/sysinst/arch/shark/
msg.md.es 22 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
85 OpenFirmware puede cargar un n�cleo a.out de NetBSD (perdone, pero ELF no est� soportado) directamente desde una partici�n FFS del disco local. As� que, para
  /src/crypto/external/bsd/openssl.old/dist/
NOTES.PERL 16 However, if you install Perl as binary packages, the outcome might
22 install the core Perl modules as well, so you will be fine.
33 There are a number of build targets that can be viewed as "Windows".
34 Indeed, there are VC-* configs targeting VisualStudio C, as well as
66 As a matter of fact, the core Perl modules do not
72 following modules in our source. They will work as fallbacks if
81 descriptions below, Text::Template will serve as an example.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
align.exp 4 # it under the terms of the GNU General Public License as published by
84 /* As a GNU C extension, GCC allows void pointer arithmetic, with
89 as well as GCC 11.3, it will generate an error (note that using
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
align.exp 4 # it under the terms of the GNU General Public License as published by
84 /* As a GNU C extension, GCC allows void pointer arithmetic, with
89 as well as GCC 11.3, it will generate an error (note that using

Completed in 19 milliseconds

1 2 3 4 5 6