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

1 2

  /src/usr.bin/make/unit-tests/
cond-late.exp 1 make: cond-late.mk:29: Bad condition
directive-ifmake.exp 10 : late-target
14 make: stopped making "first second late-target !edge" in unit-tests
cond-late.mk 1 # $NetBSD: cond-late.mk,v 1.10 2025/06/30 21:44:39 rillig Exp $
4 # expressions that are evaluated late, at expansion time.
var-op-expand.mk 43 REF= too late
65 REF= too late
95 REF= too late
111 REF3= too late
112 .if ${VAR} != "<too late>"
203 LATER= late-value
204 .if ${INDIRECT} != "late-replaced"
directive-include-guard.exp 43 Parse_PushInput: variable-assign-late.tmp:1
44 Skipping 'variable-assign-late.tmp' because 'VARIABLE_ASSIGN_LATE' is defined
deptgt-posix.mk 94 # makefile tries to switch to POSIX mode, that's too late.
directive-include-guard.mk 256 CASES+= variable-assign-late
257 LINES.variable-assign-late= \
262 # expect: Parse_PushInput: variable-assign-late.tmp:1
263 # expect: Skipping 'variable-assign-late.tmp' because 'VARIABLE_ASSIGN_LATE' is defined
varname-makeflags.mk 106 # expanding it to a single '$', but it's already too late, as that
Makefile 90 TESTS+= cond-late
  /src/external/cddl/osnet/dev/profile/
profile.c 305 hrtime_t late; local
310 late = gethrtime() - pcpu->profc_expected;
312 late = sbt_to_nsec(sbinuptime() - pcpu->profc_expected);
330 dtrace_probe(prof->prof_id, pc, upc, late, 0, 0);
374 hrtime_t late; local
377 late = gethrtime() - pcpu->profc_expected;
381 c->cpu_profile_upc, late, 0, 0);
  /src/external/bsd/openldap/dist/tests/progs/
slapd-watcher.c 122 time_t late; member in struct:server
226 printf(", late@");
227 timestamp( &servers[i].late );
737 servers[i].late = servers[i].c_curr.time.tv_sec;
779 servers[i].late = servers[i].c_curr.time.tv_sec;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
tree.cc 2310 cp_ref_qualifier rqual, tree raises, bool late)
2316 && TYPE_HAS_LATE_RETURN_TYPE (cand) == late
2326 bool late = TYPE_HAS_LATE_RETURN_TYPE (type);
2327 return build_cp_fntype_variant (type, rqual, raises, late);
2772 tree raises, bool late)
2776 if (cp_check_qualified_type (type, type, type_quals, rqual, raises, late))
2781 if (cp_check_qualified_type (v, type, type_quals, rqual, raises, late))
2790 TYPE_HAS_LATE_RETURN_TYPE (v) = late;
2812 else if (TYPE_CANONICAL (type) != type || cr != raises || late)
2890 bool late = TYPE_HAS_LATE_RETURN_TYPE (type)
2322 bool late = TYPE_HAS_LATE_RETURN_TYPE (type); local
2884 bool late = TYPE_HAS_LATE_RETURN_TYPE (type); local
    [all...]
module.cc 2334 /* Late setting a binding name -- /then/ insert into hash! */
8627 bool late = TYPE_HAS_LATE_RETURN_TYPE (type);
8632 || late != TYPE_HAS_LATE_RETURN_TYPE (root))
8633 flags = rquals | (int (late) << 2) | (quals << 3);
9423 bool late = (flags >> 2) & 1;
9430 res = build_cp_fntype_variant (res, rqual, raises, late);
  /src/sys/arch/sparc/sparc/
autoconf.c 167 * Set machine_model[] to something useful. If late is set, then
169 * are complete with the first call with late=false out of bootstrap.
172 set_machine_model(bool late)
177 if (late) {
186 if (late)
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 143 $CVSROOT existence is checked too late
  /src/sys/arch/luna68k/stand/boot/
locore.S 607 tstb _ssir | too late?
  /src/sys/arch/cesfic/cesfic/
locore.s 691 tstb _C_LABEL(ssir) | too late?
  /src/sys/arch/atari/atari/
locore.s 826 tstb _C_LABEL(ssir) | too late?
  /src/sys/arch/mac68k/mac68k/
locore.s 851 tstb _C_LABEL(ssir) | too late?
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 3959 lang_write_ctf (int late)
3969 if (late)
3971 /* Emit CTF late if this emulation says it can do so. */
4023 /* Write out the CTF section late, if the emulation needs that. */
4028 /* Trigger a "late call", if the emulation needs one. */
4061 static void lang_write_ctf (int late ATTRIBUTE_UNUSED) {}
8673 /* Emit the CTF, iff the emulation doesn't need to do late emission after
8674 examining things laid out late, like the strtab. */
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 3976 lang_write_ctf (int late)
3986 if (late)
3988 /* Emit CTF late if this emulation says it can do so. */
4040 /* Write out the CTF section late, if the emulation needs that. */
4045 /* Trigger a "late call", if the emulation needs one. */
4078 static void lang_write_ctf (int late ATTRIBUTE_UNUSED) {}
8610 /* Emit the CTF, iff the emulation doesn't need to do late emission after
8611 examining things laid out late, like the strtab. */
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
conv.d 5435 // allowing bad casts to be caught before it's too late:
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 5999 % @setfilename. If done too late, it may not override everything
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 6815 % @setfilename. If done too late, it may not override everything
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 5863 % @setfilename. If done too late, it may not override everything

Completed in 93 milliseconds

1 2