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

  /src/external/ibm-public/postfix/dist/src/postfix/
postfix.c 466 #define CLOBBER 1
467 if (setenv(name, value, CLOBBER) < 0)
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
accesses.h 95 // we need to perform are [SET, PHI] (for set_info) and [SET, CLOBBER]
108 CLOBBER,
163 // of a called function. This kind of clobber is added for -fipa-ra
164 // functions that clobber only a strict subset of the normal ABI set.
330 // is a clobber rather than a set.
475 // can be a set or a clobber; the difference is that a set provides a known
476 // and potentially useful value, while a clobber provides an unknown and
578 // Return true if the clobber belongs to a clobber_group, false if it
582 // Return the group that the clobber is in, or null if none.
588 // Print a description of the clobber to PP under the control o
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
accesses.h 95 // we need to perform are [SET, PHI] (for set_info) and [SET, CLOBBER]
108 CLOBBER,
163 // of a called function. This kind of clobber is added for -fipa-ra
164 // functions that clobber only a strict subset of the normal ABI set.
331 // is a clobber rather than a set.
470 // can be a set or a clobber; the difference is that a set provides a known
471 // and potentially useful value, while a clobber provides an unknown and
573 // Return true if the clobber belongs to a clobber_group, false if it
577 // Return the group that the clobber is in, or null if none.
583 // Print a description of the clobber to PP under the control o
    [all...]
  /src/external/ibm-public/postfix/dist/src/postmulti/
postmulti.c 939 #define CLOBBER 1
940 if (setenv(name, value, CLOBBER) < 0)
1433 * on the users PATH. So we can't clobber the user's PATH, but do want to

Completed in 32 milliseconds