| /freebsd-12.1/contrib/gcc/ |
| H A D | df.h | 408 #define DF_REF_REGNO(REF) ((REF)->regno) argument 411 #define DF_REF_REG(REF) ((REF)->reg) argument 412 #define DF_REF_LOC(REF) ((REF)->loc) argument 413 #define DF_REF_BB(REF) ((REF)->bb) argument 415 #define DF_REF_INSN(REF) ((REF)->insn) argument 417 #define DF_REF_TYPE(REF) ((REF)->type) argument 418 #define DF_REF_CHAIN(REF) ((REF)->chain) argument 419 #define DF_REF_ID(REF) ((REF)->id) argument 420 #define DF_REF_FLAGS(REF) ((REF)->flags) argument 424 #define DF_REF_DATA(REF) ((REF)->data) argument [all …]
|
| H A D | gccbug.in | 89 REF=`mktemp $TMPDIR/pfXXXXXX` || exit 1 90 REMOVE_TEMP="rm -f $TEMP0 $TEMP $BAD $REF" 96 REF=$TEMPD/pf$$ 278 for file in $TEMP $REF ; do 492 REMOVE_TEMP="rm -f $TEMP0 $TEMP $REF" 544 " $TEMP > $REF 546 if $MAIL_AGENT < $REF; then 553 REMOVE_TEMP="rm -f $TEMP0 $TEMP $REF" 554 mv $REF $BAD
|
| H A D | loop-iv.c | 96 #define DF_REF_IV(REF) ((struct rtx_iv *) DF_REF_DATA (REF)) argument 97 #define DF_REF_IV_SET(REF, IV) DF_REF_DATA (REF) = (IV) argument
|
| H A D | ChangeLog-2004 | 42153 previous MEM_VOLATILE in REF.
|
| /freebsd-12.1/contrib/byacc/test/ |
| H A D | run_test.sh | 18 sed -e s,$NEW,$REF, \ 27 if test ! -f $REF 29 mv $CMP $REF 30 echo "...saved $REF" 31 elif ( cmp -s $REF $CMP ) 33 echo "...ok $REF" 36 echo "...diff $REF" 37 diff -u $REF $CMP 53 REF=$REF_DIR/$root$type 208 REF=${REF_DIR}/${root}${opt2}${type} [all …]
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | headers-sh.in | 65 REF=$2 72 for i in $REF/*.h 103 for name in $REF/*.h 116 egrep '^#define[ ][ ]*['$ALNUM']' $REF/$CONFIGH \ 144 REF=$2 153 test -f $REF/$SRC && SRC="$REF/$SRC"
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TemplateArgumentVisitor.h | 28 #define REF(CLASS) typename Ref<CLASS>::type macro 34 RetTy Visit(REF(TemplateArgument) TA, ParamTys... P) { in Visit() 53 RetTy Visit##CATEGORY##TemplateArgument(REF(TemplateArgument) TA, \ 68 RetTy VisitTemplateArgument(REF(TemplateArgument), ParamTys...) { in VisitTemplateArgument() 72 #undef REF
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd8.c | 22 #define REF(ptr) (ptr) macro 417 ctx->Stats = REF(s); in Refresh() 459 return REF(ctx); in CutOff() 500 return REF(ctx); in CutOff() 522 return REF(ctx); in RemoveBinContexts() 531 return REF(ctx); in RemoveBinContexts() 691 c1->Suffix = REF(c); in CreateSuccessors() 855 successor = REF(p->Text); in UpdateModel() 870 fSuccessor = REF(cs); in UpdateModel() 880 fSuccessor = REF(cs); in UpdateModel() [all …]
|
| H A D | archive_ppmd7.c | 37 #define REF(ptr) (ptr) macro 39 #define REF(ptr) ((UInt32)((Byte *)(ptr) - (p)->Base)) macro 42 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr)) 155 p->FreeList[indx] = REF(node); in InsertNode() 339 p->MinContext->Stats = REF(p->FoundState); in RestartModel() 439 c1->Suffix = REF(c); in CreateSuccessors() 440 SetSuccessor(ps[--numPs], REF(c1)); in CreateSuccessors() 503 successor = REF(p->Text); in UpdateModel() 520 fSuccessor = REF(cs); in UpdateModel() 531 fSuccessor = REF(p->MinContext); in UpdateModel() [all …]
|
| /freebsd-12.1/tests/sys/cddl/zfs/tests/cli_root/zpool_create/ |
| H A D | zpool_create_020_pos.ksh | 114 REF=$($STRINGS /etc/zfs/zpool.cache | $GREP ${TESTPOOL}) 115 if [ ! -z "$REF" ]
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | algol68 | 12 0 regex REF[\t\ ] Algol 68 source text
|
| H A D | audio | 14 >12 belong 2 8-bit linear PCM [REF-PCM], 52 >12 lelong 2 8-bit linear PCM [REF-PCM],
|
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | linker.c | 1425 REF, /* Mark defined symbol referenced. */ enumerator 1449 /* UNDEF_ROW */ {UND, NOACT, UND, REF, REF, NOACT, REFC, WARNC }, 1450 /* UNDEFW_ROW */ {WEAK, NOACT, NOACT, REF, REF, NOACT, REFC, WARNC }, 1741 case REF: in _bfd_generic_link_add_one_symbol()
|
| H A D | ChangeLog-9495 | 6660 * linker.c (enum link_action): Add REF, MIND, CWARN, REFC. 6662 to REF. Change UNDEF_ROW/indr and UNDEFW_ROW/indr from CYCLE to 6669 (_bfd_generic_link_add_one_symbol): Handle REF, MIND, CWARN and
|
| /freebsd-12.1/stand/ficl/softwords/ |
| H A D | classes.fr | 11 \ REF subclass holds a pointer to an object. It's
|
| H A D | oo.fr | 273 \ Aggregate a pointer to an object: REF is a member variable 277 \ in classes.fr. REF is only useful for pre-initialized structures,
|
| /freebsd-12.1/sys/contrib/libsodium/ |
| H A D | ChangeLog | 492 - On Windows, a .REF file is generated along with the shared library,
|
| /freebsd-12.1/contrib/ncurses/ |
| H A D | configure | 22715 REF=\$2 22727 for i in \`cat \$REF/../*/headers |fgrep -v "#"\` 22744 for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
|
| H A D | aclocal.m4 | 3558 REF=\[$]2 3570 for i in \`cat \$REF/../*/headers |fgrep -v "#"\` 3587 for i in \`cat \$REF/../*/headers |fgrep -v "#"\`
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | gdb.info-1 | 7002 allowed in the C++ language itself: you can use `&(&REF)' (or, if 7003 you prefer, simply `&&REF') to examine the address where a C++ 7004 reference variable (declared with `&REF') is stored.
|