| /src/tests/usr.bin/xlint/lint1/ |
| msg_090.c | 11 use(void) function 15 /* expect+1: warning: 'random_number' unused in function 'use' [192] */
|
| msg_090.c | 11 use(void) function 15 /* expect+1: warning: 'random_number' unused in function 'use' [192] */
|
| /src/games/battlestar/ |
| command2.c | 7 * Redistribution and use in source and binary forms, with or without 25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 137 use(void) function 174 puts("There is no apparent use.");
|
| command2.c | 7 * Redistribution and use in source and binary forms, with or without 25 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 28 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 137 use(void) function 174 puts("There is no apparent use.");
|
| /src/lib/libutil/ |
| getlabelsector.c | 9 * Redistribution and use in source and binary forms, with or without 17 * 3. All advertising materials mentioning features or use of this software 31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 80 int use; local 83 uselen = sizeof(use); 84 if (sysctlbyname("kern.labelusesmbr", &use, &uselen, 88 return use;
|
| getlabelsector.c | 9 * Redistribution and use in source and binary forms, with or without 17 * 3. All advertising materials mentioning features or use of this software 31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 80 int use; local 83 uselen = sizeof(use); 84 if (sysctlbyname("kern.labelusesmbr", &use, &uselen, 88 return use;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| init-regs.cc | 32 /* Check all of the uses of pseudo variables. If any use that is MUST 70 df_ref use; local 74 FOR_EACH_INSN_USE (use, insn) 76 unsigned int regno = DF_REF_REGNO (use); 94 /* A use is MUST uninitialized if it reaches the top of 102 rtx reg = DF_REF_REAL_REG (use);
|
| init-regs.cc | 32 /* Check all of the uses of pseudo variables. If any use that is MUST 70 df_ref use; local 74 FOR_EACH_INSN_USE (use, insn) 76 unsigned int regno = DF_REF_REGNO (use); 94 /* A use is MUST uninitialized if it reaches the top of 102 rtx reg = DF_REF_REAL_REG (use);
|
| ipa-ref.h | 66 ENUM_BITFIELD (ipa_ref_use) use:3; member in struct:ipa_ref 98 return r && r->use == IPA_REF_ALIAS ? r : NULL; 107 if (referring[i]->use != IPA_REF_ALIAS)
|
| valtrack.h | 81 df_ref use; member in struct:dead_debug_use 120 temporary even if there is just a single debug use. This is used
|
| ipa-ref.h | 66 ENUM_BITFIELD (ipa_ref_use) use:3; member in struct:ipa_ref 98 return r && r->use == IPA_REF_ALIAS ? r : NULL; 107 if (referring[i]->use != IPA_REF_ALIAS)
|
| valtrack.h | 81 df_ref use; member in struct:dead_debug_use 120 temporary even if there is just a single debug use. This is used
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| init-regs.cc | 32 /* Check all of the uses of pseudo variables. If any use that is MUST 70 df_ref use; local 74 FOR_EACH_INSN_USE (use, insn) 76 unsigned int regno = DF_REF_REGNO (use); 94 /* A use is MUST uninitialized if it reaches the top of 102 rtx reg = DF_REF_REAL_REG (use);
|
| init-regs.cc | 32 /* Check all of the uses of pseudo variables. If any use that is MUST 70 df_ref use; local 74 FOR_EACH_INSN_USE (use, insn) 76 unsigned int regno = DF_REF_REGNO (use); 94 /* A use is MUST uninitialized if it reaches the top of 102 rtx reg = DF_REF_REAL_REG (use);
|
| ipa-ref.h | 66 ENUM_BITFIELD (ipa_ref_use) use:3; member in struct:ipa_ref 98 return r && r->use == IPA_REF_ALIAS ? r : NULL; 107 if (referring[i]->use != IPA_REF_ALIAS)
|
| valtrack.h | 81 df_ref use; member in struct:dead_debug_use 120 temporary even if there is just a single debug use. This is used
|
| ipa-ref.h | 66 ENUM_BITFIELD (ipa_ref_use) use:3; member in struct:ipa_ref 98 return r && r->use == IPA_REF_ALIAS ? r : NULL; 107 if (referring[i]->use != IPA_REF_ALIAS)
|
| valtrack.h | 81 df_ref use; member in struct:dead_debug_use 120 temporary even if there is just a single debug use. This is used
|
| /src/external/bsd/unbound/dist/validator/ |
| val_neg.h | 8 * Redistribution and use in source and binary forms, with or without 29 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 32 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 68 /** the big lock on the negative cache. Because we use a rbtree 77 /** current memory in use (bytes) */ 78 size_t use; member in struct:val_neg_cache 79 /** max memory to use (bytes) */ 112 /** if 0: NSEC zone, else NSEC3 hash algorithm in use */ 114 /** nsec3 iteration count in use */ 116 /** nsec3 salt in use */ [all...] |
| val_neg.h | 8 * Redistribution and use in source and binary forms, with or without 29 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 32 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 68 /** the big lock on the negative cache. Because we use a rbtree 77 /** current memory in use (bytes) */ 78 size_t use; member in struct:val_neg_cache 79 /** max memory to use (bytes) */ 112 /** if 0: NSEC zone, else NSEC3 hash algorithm in use */ 114 /** nsec3 iteration count in use */ 116 /** nsec3 salt in use */ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/riscv/ |
| riscv-sr.cc | 18 use of '-msave-restore. The goal is to identify cases where the call 24 selected to use save/restore we are stuck with it. */ 149 2. An optional use instruction for the register holding the return 161 if (INSN_P (insn) && GET_CODE (PATTERN (insn)) == USE) 226 -msave-restore is in use. 248 sp use site, which could be unsafe, so we decide to turn off this 257 /* Should only be called with -msave-restore is in use. */ 299 usage check below (due to it's use of the return address), so 321 df_ref use; local 323 FOR_EACH_INSN_USE (use, insn [all...] |
| riscv-sr.cc | 18 use of '-msave-restore. The goal is to identify cases where the call 24 selected to use save/restore we are stuck with it. */ 149 2. An optional use instruction for the register holding the return 161 if (INSN_P (insn) && GET_CODE (PATTERN (insn)) == USE) 226 -msave-restore is in use. 248 sp use site, which could be unsafe, so we decide to turn off this 257 /* Should only be called with -msave-restore is in use. */ 299 usage check below (due to it's use of the return address), so 321 df_ref use; local 323 FOR_EACH_INSN_USE (use, insn [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-sr.cc | 18 use of '-msave-restore. The goal is to identify cases where the call 24 selected to use save/restore we are stuck with it. */ 149 2. An optional use instruction for the register holding the return 161 if (INSN_P (insn) && GET_CODE (PATTERN (insn)) == USE) 226 -msave-restore is in use. 248 sp use site, which could be unsafe, so we decide to turn off this 257 /* Should only be called with -msave-restore is in use. */ 299 usage check below (due to it's use of the return address), so 321 df_ref use; local 323 FOR_EACH_INSN_USE (use, insn [all...] |
| riscv-sr.cc | 18 use of '-msave-restore. The goal is to identify cases where the call 24 selected to use save/restore we are stuck with it. */ 149 2. An optional use instruction for the register holding the return 161 if (INSN_P (insn) && GET_CODE (PATTERN (insn)) == USE) 226 -msave-restore is in use. 248 sp use site, which could be unsafe, so we decide to turn off this 257 /* Should only be called with -msave-restore is in use. */ 299 usage check below (due to it's use of the return address), so 321 df_ref use; local 323 FOR_EACH_INSN_USE (use, insn [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| filterentry.c | 10 * Redistribution and use in source and binary forms, with or without 21 * Redistribution and use in source and binary forms are permitted 243 * normal rule, then we can't use the a_nvals. 292 suitable for use with the specified type (see [RFC4517]), 624 int use; local 635 use = SLAP_MR_EQUALITY; 639 use = SLAP_MR_EQUALITY_APPROX; 643 /* fallthru: use EQUALITY matching rule if no APPROX rule */ 646 /* use variable set above so fall thru use is not clobbered * [all...] |