Searched refs:USE (Results 1 - 25 of 165) sorted by relevance

1234567

/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/
H A Da.33.3.f904 USE OMP_LIB ! or INCLUDE "omp_lib.h"
H A Da.31.5.f906 USE MOD, MIN=>MAX, MAX=>MIN
H A Da.38.1.f904 USE OMP_LIB ! or INCLUDE "omp_lib.h"
H A Da.22.8.f909 USE A22_MODULE8
17 USE A22_MODULE8
H A Da.40.1.f904 USE OMP_LIB, ONLY: OMP_NEST_LOCK_KIND
13 USE DATA
21 USE OMP_LIB ! or INCLUDE "omp_lib.h"
22 USE DATA
30 USE OMP_LIB ! or INCLUDE "omp_lib.h"
31 USE DATA
41 USE OMP_LIB ! or INCLUDE "omp_lib.h"
42 USE DATA
H A Da.31.4.f906 USE M, REN => MAX
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/
H A DConfig.pm37 B<FOR INTERNAL USE ONLY>
/openbsd-current/lib/libcurses/base/
H A DMKlib_gen.sh28 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER #
69 USE="$3"
108 ALL=$USE
109 if test "$USE" = implemented ; then
188 if test "$USE" = generated ; then
425 printf "/* This file was generated by $0 $USE */\n"
429 if ( "$USE" == "generated" ) {
453 if ( "$USE" == "generated" ) {
467 if ( "$USE" != "generated" ) {
509 | "$AWK" -f $AW1 using="$USE" \
[all...]
/openbsd-current/gnu/gcc/gcc/
H A Dtree-ssa-operands.h30 /* This represents a pointer to a USE operand. */
45 /* This represents the USE operands of a stmt. */
109 #define SET_USE(USE, V) set_ssa_use_from_ptr (USE, V)
112 #define USE_STMT(USE) (USE)->stmt
151 #define PHI_ARG_INDEX_FROM_USE(USE) phi_arg_index_from_use (USE)
202 #define SSA_OP_USE 0x01 /* Real USE operands. */
205 #define SSA_OP_VMAYUSE 0x08 /* USE portio
[all...]
H A Dresource.c328 USE insns immediately in front of the CALL.
331 into the delay slot of this CALL. If so, the USE's for them
377 if (GET_CODE (XEXP (link, 0)) == USE)
475 if (GET_CODE (PATTERN (insn)) == USE)
477 /* If INSN is a USE made by update_block, we care about the
484 /* All other USE insns are to be ignored. */
647 case USE:
694 /* An insn consisting of just a CLOBBER (or USE) is just for flow
704 if (GET_CODE (x) != USE && GET_CODE (x) != CLOBBER)
1026 /* If this insn is a USE mad
[all...]
H A Dreorg.c362 && (GET_CODE (PATTERN (insn)) == USE
377 /* Put the label before an USE insns that may precede the RETURN insn. */
378 while (GET_CODE (temp) == USE)
400 /* Put the label before an USE insns that may proceed the
402 while (GET_CODE (insn) == USE)
1465 /* TRIAL must be a CALL_INSN or INSN. Skip USE and CLOBBER. */
1467 && (GET_CODE (pat) == USE || GET_CODE (pat) == CLOBBER))
1647 if (GET_CODE (pat) == USE || GET_CODE (pat) == CLOBBER)
1748 if (GET_CODE (pat) == USE || GET_CODE (pat) == CLOBBER)
1854 && GET_CODE (PATTERN (insn)) != USE
[all...]
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.fortran/
H A Dlib2.f3 USE OMP_LIB
/openbsd-current/gnu/llvm/libcxx/src/support/solaris/
H A Dmbsnrtowcs.inc24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
H A Dwcsnrtombs.inc19 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
/openbsd-current/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMY.pm31 B<FOR INTERNAL USE ONLY>
H A DMM.pm25 B<FOR INTERNAL USE ONLY>
/openbsd-current/gnu/usr.bin/perl/cpan/OpenBSD-Unveil/lib/OpenBSD/
H A DUnveil.pm91 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
93 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/openbsd-current/gnu/usr.bin/perl/cpan/OpenBSD-Pledge/lib/OpenBSD/
H A DPledge.pm101 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
103 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
/openbsd-current/share/mk/
H A Dbsd.subdir.mk12 _SUBDIRUSE: .USE
/openbsd-current/gnu/usr.bin/binutils/
H A DMakefile.bsd-wrapper57 do-config: .USE
/openbsd-current/gnu/usr.bin/gcc/gcc/config/romp/
H A Dromp.c1060 if (GET_CODE (body) != USE && GET_CODE (body) != CLOBBER
1155 output_loadsave_fpregs (file, USE,
1620 else if (code == USE || code == CLOBBER)
1684 else if (code != USE && code != CLOBBER
1692 if (code == USE || code == CLOBBER)
1706 if (code != USE && code != CLOBBER && op0 && GET_CODE (op0) != REG)
1713 if (code != USE && code != CLOBBER &&
1757 file is the file to write the operation to, CODE is USE for save, CLOBBER
1812 case USE:
1953 if (i == 0 && (fpop->opcode == USE || fpo
[all...]
/openbsd-current/lib/libcrypto/conf/
H A Dkeysets.pl101 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
104 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dlocale.pm17 DO NOT USE this pragma in scripts that have multiple
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dresource.c339 USE insns immediately in front of the CALL.
342 into the delay slot of this CALL. If so, the USE's for them
389 if (GET_CODE (XEXP (link, 0)) == USE)
490 if (GET_CODE (PATTERN (insn)) == USE)
492 /* If INSN is a USE made by update_block, we care about the
499 /* All other USE insns are to be ignored. */
665 case USE:
712 /* An insn consisting of just a CLOBBER (or USE) is just for flow
722 if (GET_CODE (x) != USE && GET_CODE (x) != CLOBBER)
1028 /* If this insn is a USE mad
[all...]
H A Dreorg.c358 && (GET_CODE (PATTERN (insn)) == USE
373 /* Put the label before an USE insns that may proceed the RETURN insn. */
374 while (GET_CODE (temp) == USE)
396 /* Put the label before an USE insns that may proceed the
398 while (GET_CODE (insn) == USE)
1522 /* TRIAL must be a CALL_INSN or INSN. Skip USE and CLOBBER. */
1524 && (GET_CODE (pat) == USE || GET_CODE (pat) == CLOBBER))
1707 if (GET_CODE (pat) == USE || GET_CODE (pat) == CLOBBER)
1809 if (GET_CODE (pat) == USE || GET_CODE (pat) == CLOBBER)
1918 && GET_CODE (PATTERN (insn)) != USE
[all...]

Completed in 542 milliseconds

1234567