Searched refs:NAME (Results 101 - 125 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/byacc/test/
H A Dinherit2.y24 %token <id> NAME
64 namelist($c, $t): namelist NAME
68 | NAME
H A Derr_inherit4.y25 %token <id> NAME
66 namelist($c, $t): namelist NAME
70 | NAME
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dlinux.h157 #define ASM_OUTPUT_ALIGNED_LOCAL(FILE, NAME, SIZE, ALIGN) \
160 assemble_name ((FILE), (NAME)); \
162 ASM_OUTPUT_ALIGNED_COMMON (FILE, NAME, SIZE, ALIGN); \
H A Dsysv4.h158 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
159 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateArgumentVisitor.h28 #define DISPATCH(NAME) \
29 case TemplateArgument::NAME: \
30 return static_cast<ImplClass *>(this)->Visit##NAME##TemplateArgument( \
H A DCommentCommandTraits.h130 #define COMMENT_COMMAND(NAME) KCI_##NAME,
H A DDeclVisitor.h34 #define DISPATCH(NAME, CLASS) \
35 return static_cast<ImplClass*>(this)->Visit##NAME(static_cast<PTR(CLASS)>(D))
H A DStmtVisitor.h39 #define DISPATCH(NAME, CLASS) \
40 return static_cast<ImplClass*>(this)->Visit ## NAME( \
122 #define BINOP_FALLBACK(NAME) \
123 RetTy VisitBin ## NAME(PTR(BinaryOperator) S, ParamTys... P) { \
144 #define CAO_FALLBACK(NAME) \
145 RetTy VisitBin ## NAME(PTR(CompoundAssignOperator) S, ParamTys... P) { \
156 #define UNARYOP_FALLBACK(NAME) \
157 RetTy VisitUnary ## NAME(PTR(UnaryOperator) S, ParamTys... P) { \
/freebsd-11-stable/contrib/gcc/
H A Dgencheck.c27 #define DEFTREECODE(SYM, NAME, TYPE, LEN) #SYM,
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dsdb.h73 #define PUT_SDB_EPILOGUE_END(NAME)
/freebsd-11-stable/release/powerpc/
H A Dmkisoimages.sh62 NAME="$1"; shift
66 makefs -t cd9660 $bootable -o rockridge -o label="$LABEL" -o publisher="$publisher" "$NAME" "$@"
/freebsd-11-stable/sys/powerpc/psim/
H A Diobusvar.h48 IOBUS_ACCESSOR(name, NAME, char *)
/freebsd-11-stable/usr.bin/lex/
H A Dinitparse.h7 #define NAME 262 macro
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.h41 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-packages.sh271 NAME=`ls -al ${PKGPTH}/Latest/${PACKAGE}.${PKGEXT} 2>/dev/null | cut -d '>' -f 2 | rev | cut -f1 -d'/' | rev | tr -s ' '`
273 NAME=`ls -al ${PKGPTH}/All/${PACKAGE}.${PKGEXT} 2>/dev/null | cut -d '>' -f 2 | rev | cut -f1 -d'/' | rev | tr -s ' '`
275 export VAL="${NAME}"
283 NAME=`echo "${LINE}"|cut -f2 -d'|'`
285 export VAL="${NAME}"
304 NAME=`echo "${LINE}"|cut -f1 -d'|'`
306 export VAL="${NAME}"
323 NAME=`echo "${LINE}"|cut -f1 -d'|'`
325 export VAL="${NAME}"
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.c320 #define TTYCHAR(NAME, OP) \
322 put_arg(&buf, special_char_encode(tio.c_cc[NAME]));
324 #define TTYMODE(NAME, FIELD, OP) \
326 put_arg(&buf, ((tio.FIELD & NAME) != 0));
405 #define TTYCHAR(NAME, OP) \
408 tio.c_cc[NAME] = special_char_decode(get_arg()); \
410 #define TTYMODE(NAME, FIELD, OP) \
414 tio.FIELD |= NAME; \
416 tio.FIELD &= ~NAME; \
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A D_libelf.h179 #define LIBELF_COPY_U32(DST, SRC, NAME) do { \
180 if ((SRC)->NAME > UINT32_MAX) { \
184 (DST)->NAME = (SRC)->NAME & 0xFFFFFFFFU; \
187 #define LIBELF_COPY_S32(DST, SRC, NAME) do { \
188 if ((SRC)->NAME > INT32_MAX || \
189 (SRC)->NAME < INT32_MIN) { \
193 (DST)->NAME = (int32_t) (SRC)->NAME; \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilder.cpp360 #define MODULE_ANALYSIS(NAME, CREATE_PASS) \
369 #define CGSCC_ANALYSIS(NAME, CREATE_PASS) \
378 #define FUNCTION_ANALYSIS(NAME, CREATE_PASS) \
387 #define LOOP_ANALYSIS(NAME, CREATE_PASS) \
1684 #define MODULE_PASS(NAME, CREATE_PASS) \
1685 if (Name == NAME) \
1687 #define MODULE_ANALYSIS(NAME, CREATE_PASS) \
1688 if (Name == "require<" NAME ">" || Name == "invalidate<" NAME ">") \
1709 #define CGSCC_PASS(NAME, CREATE_PAS
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Ddeflex.l36 "NAME" { return NAME;}
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386elf.h131 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
132 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
H A Dsysv4.h96 NAME whose size is SIZE bytes and alignment is ALIGN bytes.
99 #define ASM_OUTPUT_ALIGNED_BSS(FILE, DECL, NAME, SIZE, ALIGN) \
100 asm_output_aligned_bss (FILE, DECL, NAME, SIZE, ALIGN)
/freebsd-11-stable/contrib/gcc/config/
H A Dptx4.h217 #define ASM_OUTPUT_ALIGNED_COMMON(FILE, NAME, SIZE, ALIGN) \
220 assemble_name ((FILE), (NAME)); \
/freebsd-11-stable/contrib/bmake/mk/
H A Dscripts.mk53 ${group}NAME.${script} ?= ${${group}NAME_${script:T}:U${script:${SCRIPTSNAME_MOD}}}
54 .if ${${group}NAME.${script}:T} != ${script:T}
56 STAGE_AS_${script} = ${${group}NAME.${script:T}}
62 -m ${SCRIPTSMODE} ${.ALLSRC:Nscript_mkdirs} ${DESTDIR}${${group}DIR}/${${group}NAME.${script:T}}
/freebsd-11-stable/tools/
H A Dmake_libdeps.sh58 while read NAME && read DIR
60 if [ "$NAME" = "$1" ]; then
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h30 #define HANDLE_DIE_HASH_ATTR(NAME) DIEValue NAME;

Completed in 151 milliseconds

1234567891011>>