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

1 2 3 4 5 6 7 8 91011>>

  /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_185.c 12 void use(const void *);
19 use(&arg);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
cvexpr.c 272 void use (void *p) function
278 use (&v_char);
279 use (&v_signed_char);
280 use (&v_unsigned_char);
282 use (&v_short);
283 use (&v_signed_short);
284 use (&v_unsigned_short);
286 use (&v_int);
287 use (&v_signed_int);
288 use (&v_unsigned_int)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
cvexpr.c 272 void use (void *p) function
278 use (&v_char);
279 use (&v_signed_char);
280 use (&v_unsigned_char);
282 use (&v_short);
283 use (&v_signed_short);
284 use (&v_unsigned_short);
286 use (&v_int);
287 use (&v_signed_int);
288 use (&v_unsigned_int)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.fortran/
library-module-main.f90 16 use lib
17 use libmany, only: var_j
module.f90 41 use mod1
47 use mod2
53 use mod3
60 use modmany, only: var_b, var_d => var_c, var_i
61 use moduse, var_z => var_y
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
library-module-main.f90 16 use lib
17 use libmany, only: var_j
module.f90 41 use mod1
47 use mod2
53 use mod3
60 use modmany, only: var_b, var_d => var_c, var_i
61 use moduse, var_z => var_y
  /src/crypto/external/apache2/openssl/dist/include/internal/
param_names.h.in 6 * Licensed under the Apache License 2.0 (the "License"). You may not use
13 use OpenSSL::paramnames qw(generate_internal_macros);
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
openacc.f90 30 ! Wrapper functions will be built from openacc.f90. We use a separate file
36 use iso_fortran_env, only: int32
58 use openacc_kinds
72 use iso_c_binding, only: c_int
80 use openacc_kinds
81 use openacc_internal
93 use openacc_internal, only: acc_on_device_l
94 use openacc_kinds
  /src/external/gpl3/gcc.old/dist/libgomp/
openacc.f90 33 use iso_fortran_env, only: int32
73 use openacc_kinds
106 use iso_c_binding, only: c_size_t
165 use iso_c_binding, only: c_int32_t
172 use iso_c_binding, only: c_int64_t
183 use iso_c_binding, only: c_int32_t
190 use iso_c_binding, only: c_int64_t
201 use iso_c_binding, only: c_int32_t
208 use iso_c_binding, only: c_int64_t
219 use iso_c_binding, only: c_int32_
    [all...]
  /src/external/gpl3/gcc/dist/libgomp/
openacc.f90 33 use iso_fortran_env, only: int32
73 use openacc_kinds
106 use iso_c_binding, only: c_size_t
165 use iso_c_binding, only: c_int32_t
172 use iso_c_binding, only: c_int64_t
183 use iso_c_binding, only: c_int32_t
190 use iso_c_binding, only: c_int64_t
201 use iso_c_binding, only: c_int32_t
208 use iso_c_binding, only: c_int64_t
219 use iso_c_binding, only: c_int32_
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/
params_idx.c.in 6 * Licensed under the Apache License 2.0 (the "License"). You may not use
13 use OpenSSL::paramnames qw(produce_decoder);
  /src/external/gpl3/gcc/dist/gcc/
web.cc 23 serve as an example of use for the dataflow module.
26 - We may use profile information and ignore infrequent use for the
161 /* For each use, all possible defs reaching it must come in the same
168 the values 0 and 1 are reserved for use by entry_register. */
171 union_defs (df_ref use, web_entry *def_entry,
175 struct df_insn_info *insn_info = DF_REF_INSN_INFO (use);
176 struct df_link *link = DF_REF_CHAIN (use);
185 if (use != eq_use
186 && DF_REF_REAL_REG (use) == DF_REF_REAL_REG (eq_use)
355 df_ref use; local
376 df_ref use; local
402 df_ref def, use; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
web.cc 23 serve as an example of use for the dataflow module.
26 - We may use profile information and ignore infrequent use for the
161 /* For each use, all possible defs reaching it must come in the same
168 the values 0 and 1 are reserved for use by entry_register. */
171 union_defs (df_ref use, web_entry *def_entry,
175 struct df_insn_info *insn_info = DF_REF_INSN_INFO (use);
176 struct df_link *link = DF_REF_CHAIN (use);
185 if (use != eq_use
186 && DF_REF_REAL_REG (use) == DF_REF_REAL_REG (eq_use)
355 df_ref use; local
376 df_ref use; local
402 df_ref def, use; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
mi-fortran-modules.f90 55 use mod1
61 use mod2
67 use mod3
73 use modmany, only: var_b, var_d => var_c, var_i
74 use moduse, var_z => var_y
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
mi-fortran-modules.f90 55 use mod1
61 use mod2
67 use mod3
73 use modmany, only: var_b, var_d => var_c, var_i
74 use moduse, var_z => var_y
  /src/external/gpl3/gcc/dist/libgomp/config/accel/
openacc.f90 30 ! Wrapper functions will be built from openacc.f90. We use a separate file
36 use iso_fortran_env, only: int32
59 use openacc_kinds
73 use iso_c_binding, only: c_int
81 use openacc_kinds
82 use openacc_internal
101 use openacc_internal, only: acc_on_device_l
102 use openacc_kinds
  /src/external/gpl3/gcc.old/dist/libgomp/config/accel/
openacc.f90 30 ! Wrapper functions will be built from openacc.f90. We use a separate file
36 use iso_fortran_env, only: int32
59 use openacc_kinds
73 use iso_c_binding, only: c_int
81 use openacc_kinds
82 use openacc_internal
101 use openacc_internal, only: acc_on_device_l
102 use openacc_kinds
  /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;
  /src/usr.bin/make/unit-tests/
use-inference.exp 1 Building use-inference.from from nothing
2 make: don't know how to make use-inference.to (continuing)
opt-touch-jobs.exp 3 `opt-touch-use' is up to date.
opt-touch.exp 2 `opt-touch-use' is up to date.
  /src/external/bsd/pcc/dist/pcc/driver/
platform.c 8 * Redistribution and use in source and binary forms, with or without
26 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
29 * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
57 } use; variable in typeref:struct:__anon7931
60 { &use.crt0, "crt0.o" },
61 { &use.gcrt0, "gcrt0.o" },
62 { &use.crt1, "crt1.o" },
63 { &use.gcrt1, "gcrt1.o" },
64 { &use.crt2, "crt2.o" },
65 { &use.dllcrt2, "dllcrt2.o" }
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mips/
loongson.h 31 Please use loongson-mmiintrin.h instead.

Completed in 39 milliseconds

1 2 3 4 5 6 7 8 91011>>