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 D | Eval.pm | 41 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 D | rtl.h | 457 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 D | HTMLBatch.pm | 575 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 D | syslog.h | 70 typedef struct _code { struct
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | rtl.h | 294 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 D | Mips16InstrFormats.td | 191 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 D | PropertiesBase.td | 194 class ReadHelper<code _code> { 200 code Code = _code;
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Bugpoint.rst | 81 .. _code generator debugger:
|
| H A D | DeveloperPolicy.rst | 98 .. _code review: 152 .. _code owners:
|
| H A D | CodeGenerator.rst | 320 .. _code being generated: 737 .. _code generation algorithm:
|