Searched refs:NAME (Results 201 - 225 of 385) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dm2-exp.y163 /* Both NAME and TYPENAME tokens represent symbols in the input,
167 and a NAME is any other symbol.
170 nonterminal "name", which matches either NAME or TYPENAME. */
173 %token <sval> NAME BLOCKNAME IDENT VARNAME
317 exp : exp DOT NAME
575 variable: block COLONCOLON NAME
591 variable: NAME
1011 currently as names of types; NAME for other symbols.
1047 return NAME;
1083 return NAME;
[all...]
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Daltivec.h302 #define __altivec_unary_pred(NAME, CALL) \
303 template <class T> int NAME (T a1) { return CALL; }
305 #define __altivec_scalar_pred(NAME, CALL) \
306 template <class T, class U> int NAME (T a1, U a2) { return CALL; }
324 #define __altivec_binary_pred(NAME, CALL) \
327 NAME (T a1, U a2) \
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlex.l144 <DEFSYMEXP>{FILENAMECHAR1}{SYMBOLCHARN}* { yylval.name = xstrdup (yytext); return NAME; }
334 <MRI>"NAME" { RTOKEN(NAMEWORD); }
363 return NAME;
369 return NAME;
377 return NAME;
396 return NAME;
405 return NAME;
468 /* Switch flex to reading script file NAME, open on FILE,
H A Dldfile.c97 /* Adds NAME to the library search path.
98 Makes a copy of NAME using xmalloc(). */
193 if ((token = yylex ()) != NAME)
201 if ((token = yylex ()) != NAME)
208 || (token = yylex ()) != NAME)
236 case NAME:
428 /* Try to open NAME; if that fails, try NAME with EXTEN appended to it. */
466 /* Try to open NAME; if that fails, look for it in any directories
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h2234 #define ASM_OUTPUT_LABELREF(FILE,NAME) \
2235 if (strcmp (NAME, "..CURRENT_FUNCTION") == 0) \
2239 asm_fprintf ((FILE), "%U%s", (NAME))
2539 #define ASM_OUTPUT_SOURCE_FILENAME(STREAM, NAME) \
2540 mips_output_filename (STREAM, NAME)
2563 #define ASM_DECLARE_OBJECT_NAME(STREAM, NAME, DECL) \
2564 mips_declare_object (STREAM, NAME, "", ":\n", 0)
2577 #define ASM_OUTPUT_ALIGNED_LOCAL(STREAM, NAME, SIZE, ALIGN) \
2578 mips_declare_common_object (STREAM, NAME, "\n\t.lcomm\t", SIZE, ALIGN, false)
2586 #define ASM_OUTPUT_EXTERNAL(STREAM,DECL,NAME) \
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dfreebsd.h82 return NAME(aout,final_link) (abfd, info, MY_final_link_callback);
H A Dmipsbsd.c357 extern reloc_howto_type NAME(aout,ext_howto_table)[];
381 if (!NAME(aout,slurp_reloc_table) (abfd, section, symbols))
388 c = tblptr->howto - NAME(aout,ext_howto_table);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dccpriv.h215 #define DEF(NAME) CONN_SIG_##NAME,
474 #define DEF(NAME) USER_SIG_##NAME,
/freebsd-11-stable/usr.sbin/cron/lib/
H A Denv.c152 #define NAMEI 0 /* First char of NAME, may be quote */
153 #define NAME 1 /* Subsequent chars of NAME */ macro
183 case NAME:
191 if (state == NAME && *c == '=') {
196 if (state == NAME) {
/freebsd-11-stable/contrib/openpam/
H A Dtest-driver45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dtest-driver45 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cmbat.c446 #define BIX_GETU32(NAME) do { \
448 #NAME " = %u\n", sc->bix.NAME); \
449 if (acpi_PkgInt32(res, i++, &sc->bix.NAME) != 0) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp163 #define HANDLE_DI_FLAG(ID, NAME) .Case("DIFlag" #NAME, Flag##NAME)
170 #define HANDLE_DI_FLAG(ID, NAME) \
171 case Flag##NAME: \
172 return "DIFlag" #NAME;
206 #define HANDLE_DI_FLAG(ID, NAME) \
207 if (DIFlags Bit = Flags & Flag##NAME) { \
597 #define HANDLE_DISP_FLAG(ID, NAME) .Case("DISPFlag" #NAME, SPFla
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h339 #define TRAVERSE_STMT_BASE(NAME, CLASS, VAR, QUEUE) \
341 &RecursiveASTVisitor::Traverse##NAME), \
342 decltype(&Derived::Traverse##NAME)>::value \
345 decltype(&RecursiveASTVisitor::Traverse##NAME), \
346 decltype(&Derived::Traverse##NAME)>::value, \
348 .Traverse##NAME(static_cast<CLASS *>(VAR), QUEUE) \
349 : getDerived().Traverse##NAME(static_cast<CLASS *>(VAR)))
383 #define OPERATOR(NAME) \
384 bool TraverseUnary##NAME(UnaryOperator *S, \
387 TRY_TO(WalkUpFromUnary##NAME(
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dtarget-flags.mk0 # NAME:
/freebsd-11-stable/contrib/gperf/doc/
H A Dhelp2man46 -n, --name=STRING use `STRING' as the description for the NAME paragraph
221 $include{NAME} = "$program \\- $opt_name\n" if $opt_name;
223 # Default (useless) NAME paragraph.
224 $include{NAME} ||= "$program \\- manual page for $program $version\n";
477 my @pre = qw(NAME SYNOPSIS DESCRIPTION OPTIONS EXAMPLES);
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp39 #define PREFIX(NAME, VALUE) const char *const NAME[] = VALUE;
/freebsd-11-stable/sys/mips/include/
H A Datomic.h282 #define ATOMIC_ACQ_REL(NAME, WIDTH) \
284 atomic_##NAME##_acq_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
286 atomic_##NAME##_##WIDTH(p, v); \
291 atomic_##NAME##_rel_##WIDTH(__volatile uint##WIDTH##_t *p, uint##WIDTH##_t v)\
294 atomic_##NAME##_##WIDTH(p, v); \
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl7 =head1 NAME
98 =item NAME
203 =item Improper man page - no dash in NAME header in paragraph %d of %s
205 (W) The NAME header did not have an isolated dash in it. This is
208 =item Invalid man page - no NAME line in %s
210 (F) You did not include a NAME header, which is essential.
219 (W) Required sections include NAME, DESCRIPTION, and if you're
221 not having a NAME is a fatal.
367 for (qw{NAME DESCRIPTION}) {
368 # for (qw{NAME DESCRIPTIO
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DX86.cpp1562 #define CPU_SPECIFIC(NAME, MANGLING, FEATURES) .Case(NAME, true)
1563 #define CPU_SPECIFIC_ALIAS(NEW_NAME, NAME) .Case(NEW_NAME, true)
1570 #define CPU_SPECIFIC_ALIAS(NEW_NAME, NAME) .Case(NEW_NAME, NAME)
1577 #define CPU_SPECIFIC(NAME, MANGLING, FEATURES) .Case(NAME, MANGLING)
1586 #define CPU_SPECIFIC(NAME, MANGLING, FEATURES) .Case(NAME, FEATURES)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra/
H A Dwrapper_template.h41 * NAME The library name, e.g. "ra_local".
49 #if ! defined(NAME) || ! defined(DESCRIPTION) || ! defined(VTBL) \
465 NAME,
501 "for %s"), abi_version, NAME);
/freebsd-11-stable/contrib/gcc/
H A Dc-common.c3124 #define DEF_PRIMITIVE_TYPE(NAME, VALUE) NAME,
3125 #define DEF_FUNCTION_TYPE_0(NAME, RETURN) NAME,
3126 #define DEF_FUNCTION_TYPE_1(NAME, RETURN, ARG1) NAME,
3127 #define DEF_FUNCTION_TYPE_2(NAME, RETURN, ARG1, ARG2) NAME,
3128 #define DEF_FUNCTION_TYPE_3(NAME, RETURN, ARG1, ARG2, ARG3) NAME,
[all...]
H A Dgccbug.in115 if [ -n "$NAME" ]; then
116 ORIGINATOR="$NAME"
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm1 =head1 NAME
15 =item def_macro( NAME, CODE, [ raw => 1, greedy => 1, concat_until => '.Xx' ] )
45 =item get_macro( NAME )
51 Where C<CODE> is the CODE reference used to define macro called C<NAME>
/freebsd-11-stable/contrib/ntp/sntp/ag-tpl/
H A DMdoc.pm28 =head1 NAME
42 =item def_macro( NAME, CODE, [ raw => 1, greedy => 1, concat_until => '.Xx' ] )
72 =item get_macro( NAME )
78 Where C<CODE> is the CODE reference used to define macro called C<NAME>

Completed in 189 milliseconds

1234567891011>>