Home
last modified time | relevance | path

Searched refs:modifier (Results 1 – 25 of 50) sorted by relevance

12

/minix3/usr.bin/make/unit-tests/
H A Dmoderrs.exp1 Expect: Unknown modifier 'Z'
2 make: Unknown modifier 'Z'
4 Expect: Unknown modifier 'Z'
5 make: Unknown modifier 'Z'
8 make: Unclosed variable specification (expecting '}') for "VAR" (value "Thevariable") modifier S
11 make: Unclosed variable specification after complex modifier (expecting '}') for VAR
H A Dmodword.exp1 make: Bad modifier `:[]' for LIST
40 make: Bad modifier `:[1.]' for LIST
42 make: Bad modifier `:[1].' for LIST
48 make: Bad modifier `:[-]' for LIST
50 make: Bad modifier `:[--]' for LIST
69 make: Bad modifier `:[1.]' for LIST
71 make: Bad modifier `:[1..]' for LIST
74 make: Bad modifier `:[1..1.]' for LIST
80 make: Bad modifier `:[0..1]' for LIST
82 make: Bad modifier `:[-1..0]' for LIST
[all …]
H A Dmodts.exp26 make: Bad modifier `:tx' for LIST
28 make: Bad modifier `:ts\x' for LIST
H A Dmodorder.exp7 make: Bad modifier `:OX' for LIST
9 make: Bad modifier `:OxXX' for LIST
/minix3/external/bsd/file/dist/src/
H A Dvasprintf.c310 int width, prec, modifier, approx_width; in dispatch() local
403 modifier = *SRCTXT; in dispatch()
405 if (modifier=='l' && *SRCTXT=='l') { in dispatch()
407 modifier = 'L'; /* 'll' == 'L' long long == long double */ in dispatch()
412 modifier = -1; /* no modifier specified */ in dispatch()
459 if (modifier != -1) { in dispatch()
460 if (modifier == 'L' && strchr("diouxX",type) != NULL) { in dispatch()
466 *format_ptr = modifier; in dispatch()
488 switch (modifier) { in dispatch()
508 if (modifier != -1) in dispatch()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp20 SystemZCP::SystemZCPModifier modifier) in SystemZConstantPoolValue() argument
21 : MachineConstantPoolValue(gv->getType()), GV(gv), Modifier(modifier) {} in SystemZConstantPoolValue()
H A DSystemZInstrFP.td187 // with the second operand (modifier M3) specifying the rounding mode.
198 // fp_to_sint always rounds towards zero, which is modifier value 5.
262 // Round to an integer, with the second operand (modifier M3) specifying
268 // frint rounds according to the current mode (modifier 0) and detects
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp32 ARMCP::ARMCPModifier modifier, in ARMConstantPoolValue() argument
35 PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
41 ARMCP::ARMCPModifier modifier, in ARMConstantPoolValue() argument
44 LabelId(id), Kind(kind), PCAdjust(PCAdj), Modifier(modifier), in ARMConstantPoolValue()
/minix3/external/bsd/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-ar.rst119 the names of the members to the standard output. With the *v* modifier,
130 Extract archive members back to files. The *o* modifier applies to this
158 found, the files are placed at the end of the archive. This modifier is
159 identical to the *i* modifier.
195 archive is being created. Using this modifier turns off that warning.
201 This modifier requests that an archive index (or symbol table) be added to the
210 This modifier is the opposite of the *s* modifier. It instructs **llvm-ar** to
211 not build the symbol table. If both *s* and *S* are used, the last modifier to
218 This modifier instructs **llvm-ar** to be verbose about what it is doing. Each
232 Mac OS X) archives. If the ``f`` modifier is given to the ``x`` or ``r`` operations
[all …]
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DMarkedUpDisassembly.rst55 annotation: '<' tag-name tag-modifier-list ':' annotated-text '>'
57 tag-modifier-list: comma delimited identifier list
63 The tag-modifier-list is typically additional target-specific context, such as
H A DCommandLine.rst168 (if you do not specify a `cl::init`_ modifier for an option, then the default
172 could eliminate the `cl::init`_ modifier, like this:
220 modifier prevents it from being shown by the standard "``-help``" output (note
300 modifier) whenever it is specified. Because aliases do not hold state, the only
531 `cl::OneOrMore`_ modifier to inform the CommandLine library that it is an error
813 The ``cl::ConsumeAfter`` modifier
1039 * The **cl::NotHidden** modifier (which is the default for `cl::opt`_ and
1045 * The **cl::Hidden** modifier (which is the default for `cl::alias`_ options)
1051 * The **cl::ReallyHidden** modifier indicates that the option should not appear
1066 * The **cl::Optional** modifier (which is the default for the `cl::opt`_ and
[all …]
/minix3/external/bsd/tmux/dist/examples/
H A Dxterm-keys.vim9 " Documentation: help:xterm-modifier-keys man:tmux(1)
/minix3/crypto/external/bsd/heimdal/dist/tests/db/
H A Dadd-modify-delete.in93 echo checking modifier
/minix3/external/bsd/file/dist/magic/magdir/
H A Dvirtual77 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
92 # .Q modifier, we just use the bottom four bytes as an offset. Note that if
/minix3/external/bsd/llvm/dist/llvm/test/MC/PowerPC/
H A Dppc64-errors.s101 # CHECK: error: invalid modifier 'got' (no symbols present)
/minix3/external/bsd/bind/dist/lib/lwres/include/lwres/
H A Dplatform.h.in94 * The printf format string modifier to use with lwres_uint64_t values.
/minix3/crypto/external/bsd/openssl/dist/doc/crypto/
H A DASN1_generate_nconf.pod35 =item B<[modifier,]type[:value]>
41 B<value> and B<modifier> are explained below.
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/ARM/
H A Darm-and-tst-peephole.ll82 ; after the "S" modifier on the instruction.
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.td71 // Mx - address modifier registers
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td119 def err_drv_no_neon_modifier : Error<"[no]neon is not accepted as modifier, please use [no]simd ins…
/minix3/external/bsd/bind/dist/lib/isc/include/isc/
H A Dplatform.h.in175 * The printf format string modifier to use with isc_uint64_t values.
/minix3/usr.bin/make/
H A Dvar.c2473 int modifier; /* that we are processing */ in ApplyModifiers() local
2542 switch ((modifier = *tstr)) { in ApplyModifiers()
3502 v->name, modifier, newStr); in ApplyModifiers()
3516 …cification (expecting '%c') for \"%s\" (value \"%s\") modifier %c", endc, v->name, nstr, modifier); in ApplyModifiers()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/R600/
H A Dcommute_modifiers.ll157 ; though we have negate modifier on src2.
/minix3/external/bsd/less/dist/
H A Ddefines.o2220 /* Define HAVE_CONST if your compiler supports the "const" modifier. */
H A Ddefines.o9231 /* Define HAVE_CONST if your compiler supports the "const" modifier. */

12