Home
last modified time | relevance | path

Searched refs:_code (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/
H A DEval.pm41 my ($_pxs, $_code, $_other) = @_;
49 my $rv = eval $_code;
75 my ($_pxs, $_code, $_other) = @_;
83 my $rv = eval $_code;
/openbsd-src/gnu/gcc/gcc/
H A Drtl.h457 const enum rtx_code _code = GET_CODE (_rtx); \
458 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
461 if (GET_RTX_FORMAT(_code)[_n] != C1) \
468 const enum rtx_code _code = GET_CODE (_rtx); \
469 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
472 if (GET_RTX_FORMAT(_code)[_n] != C1 \
473 && GET_RTX_FORMAT(_code)[_n] != C2) \
487 const enum rtx_code _code = GET_CODE (_rtx); \
488 if (_code != (C1) && _code != (C2)) \
502 const enum rtx_code _code = GET_CODE (_rtx); \
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DHTMLBatch.pm575 my($self, $url, $is_default, $name, $content_type, $media, $_code) = @_;
588 my $bunch = [$url, $name, $content_type, $media, $_code];
750 my($self, $url, $content_type, $_code) = @_;
753 $url, $content_type || 'text/javascript', $_code
/openbsd-src/sys/sys/
H A Dsyslog.h70 typedef struct _code { struct
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Drtl.h294 const enum rtx_code _code = GET_CODE (_rtx); \
295 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
298 if (GET_RTX_FORMAT(_code)[_n] != C1) \
305 const enum rtx_code _code = GET_CODE (_rtx); \
306 if (_n < 0 || _n >= GET_RTX_LENGTH (_code)) \
309 if (GET_RTX_FORMAT(_code)[_n] != C1 \
310 && GET_RTX_FORMAT(_code)[_n] != C2) \
324 const enum rtx_code _code = GET_CODE (_rtx); \
325 if (_code != (C1) && _code != (C2)) \
/openbsd-src/gnu/llvm/llvm/lib/Target/Mips/
H A DMips16InstrFormats.td191 bits<6> _code; // code is a keyword in tablegen
197 let Inst{10-5} = _code;
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DPropertiesBase.td194 class ReadHelper<code _code> {
200 code Code = _code;
/openbsd-src/gnu/llvm/llvm/docs/
H A DBugpoint.rst81 .. _code generator debugger:
H A DDeveloperPolicy.rst98 .. _code review:
152 .. _code owners:
H A DCodeGenerator.rst320 .. _code being generated:
737 .. _code generation algorithm: