HomeSort by: relevance | last modified time | path
    Searched defs:UNDEFINED (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/make/unit-tests/
cmdline-undefined.mk 1 # $NetBSD: cmdline-undefined.mk,v 1.6 2025/06/30 21:44:39 rillig Exp $
3 # Tests for undefined variables in expressions in the command line.
11 # expect+30: From the command line: Undefined is .
12 # expect+30: From .MAKEFLAGS '=': Undefined is .
13 # expect+30: From .MAKEFLAGS ':=': Undefined is .
14 # expect+33: From the command line: Undefined is now defined.
15 # expect+33: From .MAKEFLAGS '=': Undefined is now defined.
16 # expect+33: From .MAKEFLAGS ':=': Undefined is now defined.
18 @${.MAKE} -f ${MAKEFILE} print-undefined \
19 CMDLINE='Undefined is $${UNDEFINED}.
    [all...]
  /src/usr.bin/config/
mkheaders.c 75 /* Unlikely constant for undefined options */
76 #define UNDEFINED ('n' << 24 | 0 << 20 | 't' << 12 | 0xdefU)
77 /* Value for defined options with value UNDEFINED */
156 /* Avoid colliding with the value used for undefined options. */
158 return (unsigned int)(h != UNDEFINED ? h : DEFINED);
261 fprint_global(fp, dl->dl_name, UNDEFINED);
  /src/external/bsd/byacc/dist/
defs.h 162 /* the undefined value */
164 #define UNDEFINED (-1)
  /src/sys/arch/aarch64/aarch64/
disasm.c 790 #define UNDEFINED(pc, insn, comment) \
793 #define UNDEFINED(pc, insn, comment) \
847 UNDEFINED(pc, insn, "illegal imm6");
896 UNDEFINED(pc, insn, "illegal option");
928 UNDEFINED(pc, insn, "illegal option");
966 UNDEFINED(pc, insn, "illegal option");
1005 UNDEFINED(pc, insn, "illegal option");
1036 UNDEFINED(pc, insn, "illegal shift");
1084 UNDEFINED(pc, insn, "undefined");
    [all...]
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.h 195 // -2: undefined result.
200 UNDEFINED = -2,
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-ccp.cc 38 UNDEFINED -> V_i is a local variable whose definition
87 - If an argument has an UNDEFINED value, then it does not affect
89 UNDEFINED value, it means that either its defining statement
162 UNDEFINED,
211 case UNDEFINED:
267 2- Any other value is considered UNDEFINED. This is useful when
268 considering PHI nodes. PHI arguments that are undefined do not
290 can assume initially that it is UNDEFINED, otherwise we must
295 val.lattice_val = UNDEFINED;
343 UNDEFINED. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-ccp.cc 38 UNDEFINED -> V_i is a local variable whose definition
87 - If an argument has an UNDEFINED value, then it does not affect
89 UNDEFINED value, it means that either its defining statement
160 UNDEFINED,
209 case UNDEFINED:
265 2- Any other value is considered UNDEFINED. This is useful when
266 considering PHI nodes. PHI arguments that are undefined do not
288 can assume initially that it is UNDEFINED, otherwise we must
293 val.lattice_val = UNDEFINED;
341 UNDEFINED. *
    [all...]

Completed in 38 milliseconds