Searched refs:NAME (Results 276 - 300 of 385) sorted by relevance

<<111213141516

/freebsd-11-stable/sbin/dhclient/
H A Dconflex.c305 rv = NAME;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp770 #define CXX11_KEYWORD(NAME, FLAGS) \
771 .Case(#NAME, diag::warn_cxx11_keyword)
772 #define CXX2A_KEYWORD(NAME, FLAGS) \
773 .Case(#NAME, diag::warn_cxx2a_keyword)
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DSanitizerArgs.cpp156 #define SANITIZER(NAME, ID)
157 #define SANITIZER_GROUP(NAME, ID, ALIAS) \
857 #define SANITIZER(NAME, ID) \
861 Res += NAME; \
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java86 ? ProbeDescription.Spec.NAME
188 "CPU", "ID", "FUNCTION:NAME");
743 r.probespec = ProbeDescription.Spec.NAME;
767 r.probespec = ProbeDescription.Spec.NAME;
893 "ID", "PROVIDER", "MODULE", "FUNCTION", "NAME");
/freebsd-11-stable/contrib/binutils/ld/
H A Ddeffilep.y106 %token NAME LIBRARY DESCRIPTION STACKSIZE HEAPSIZE CODE DATAU DATAL
123 NAME opt_name opt_base { def_image_name ($2, $3, 0); }
650 /* If a LIBRARY or NAME statement is specified without a name, there is nothing
657 def_filename, linenumber, is_dll ? "LIBRARY" : "NAME",
887 { "NAME", NAME },
H A Dldexp.c67 { NAME, "NAME" },
517 case NAME:
1028 if (tree->type.node_code == NAME)
/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_coord.c51 #define DEF_PRIV_SIG(NAME, FROM) [SIG##NAME] = "SIG"#NAME,
H A Dsig_uni.c707 #define SET_TIMER(NAME,name) \
708 if (*mask & UNICFG_##NAME) { \
710 *mask &= ~UNICFG_##NAME; \
H A Dsig_party.c47 #define DEF_PRIV_SIG(NAME, FROM) [SIG##NAME] = "SIG"#NAME,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp210 #define ANALYSIS_STORE(NAME, CMDFLAG, DESC, CREATFN) \
211 .Case(CMDFLAG, NAME##Model)
226 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) \
227 .Case(CMDFLAG, NAME##Model)
242 #define ANALYSIS_DIAGNOSTICS(NAME, CMDFLAG, DESC, CREATFN) \
243 .Case(CMDFLAG, PD_##NAME)
258 #define ANALYSIS_PURGE(NAME, CMDFLAG, DESC) \
259 .Case(CMDFLAG, NAME)
274 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) \
275 .Case(CMDFLAG, NAME)
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dlibgcc2.c1736 # define NAME __powisf2
1739 # define NAME __powidf2
1742 # define NAME __powixf2
1745 # define NAME __powitf2
1751 NAME (TYPE x, int m)
1709 # define NAME macro
1712 # define NAME macro
1715 # define NAME macro
1718 # define NAME macro
1724 NAME (TYPE x, int m) function
H A Dgengtype.c146 /* Create and return a new structure with tag NAME (or a union iff
221 /* Return the previously-defined structure with tag NAME (or a union
270 /* Return a scalar type with name NAME. */
310 /* Return an options structure with name NAME and info INFO. NEXT is the
390 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) ENUM ,
397 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) NAME ,
403 #define DEF_RTL_EXPR(ENUM, NAME, FORMAT, CLASS) FORMAT ,
413 #define DEF_INSN_NOTE(NAME) NAME,
[all...]
H A Dsdbout.c260 /* Set the sdb tag identifier string for TYPE to NAME. */
262 #define SET_KNOWN_TYPE_TAG(TYPE, NAME) \
263 TYPE_SYMTAB_POINTER (TYPE) = (char *)(NAME)
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgnu-nat.c1318 #define NAME target_signal_to_name (sig)
1348 error ("Can't forward spontaneous exception (%s).", NAME);
1356 inf_debug (inf, "sending %s to stopped process", NAME);
1379 " (so resuming signal thread)", NAME);
1388 warning ("Can't deliver signal %s: No signal thread.", NAME);
1390 warning ("Delivering signal %s: %s", NAME, safe_strerror (err));
1392 #undef NAME
2861 /* Steal a send right called NAME in the inferior task, and make it PROC's
1298 #define NAME macro
1372 #undef NAME macro
H A Df-exp.c34 USER NAME SPACE" below. */
60 NAME = 262, enumerator in enum:yytokentype
98 #define NAME 262 macro
292 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
485 "BOOLEAN_LITERAL", "NAME", "TYPENAME", "NAME_OR_INT", "SIZEOF", "ERROR",
543 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
731 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
799 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
2513 currently as names of types; NAME for other symbols.
2554 return NAME;
[all...]
H A Dada-exp.y164 /* Both NAME and TYPENAME tokens represent symbols in the input,
168 and a NAME is any other symbol.
170 nonterminal "name", which matches either NAME or TYPENAME. */
173 %token <ssym> NAME DOT_ID OBJECT_RENAMING
587 variable: NAME { write_var_from_name (NULL, $1); }
588 | block NAME /* GDB extension */
595 any_name : NAME { }
720 /* Emit expression to access an instance of NAME. */
H A Dada-exp.c34 USER NAME SPACE" below. */
63 NAME = 265, enumerator in enum:yytokentype
111 #define NAME 265 macro
323 # include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
530 "TYPENAME", "BLOCKNAME", "STRING", "NAME", "DOT_ID", "OBJECT_RENAMING",
590 /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
916 # include <stddef.h> /* INFRINGES ON USER NAME SPACE */
984 # include <stdio.h> /* INFRINGES ON USER NAME SPACE */
2394 /* Emit expression to access an instance of NAME. */
/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-arm.c30 #define NAME(x,y) CONCAT3 (aoutarm,_32_,y) macro
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h120 TK(NAME, IDENT) /* word */ \
496 /* NAME of the directory, NUL-terminated. */
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dinit.c529 ln->tn_op = NAME;
/freebsd-11-stable/crypto/openssl/
H A DMakefile.org183 NAME= $(BASENAME)-$(VERSION)
184 TARFILE= ../$(NAME).tar
515 --transform 's|^|$(NAME)/|' \
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1494 #define TYPE_ATTR(NAME)
1495 #define DECL_OR_TYPE_ATTR(NAME)
1496 #define ATTR(NAME) case attr::NAME:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp349 #define HANDLE_DW_LLE(ID, NAME) \
/freebsd-11-stable/contrib/unbound/contrib/
H A Dunbound_munin_57 =head1 NAME
/freebsd-11-stable/contrib/gcc/cp/
H A Dcp-tree.h426 /* True iff NAME is the DECL_ASSEMBLER_NAME for an entity with vague
429 #define IDENTIFIER_REPO_CHOSEN(NAME) \
430 (TREE_LANG_FLAG_6 (NAME))
827 /* True if NAME is the IDENTIFIER_NODE for an overloaded "operator
829 #define NEW_DELETE_OPNAME_P(NAME) \
830 ((NAME) == ansi_opname (NEW_EXPR) \
831 || (NAME) == ansi_opname (VEC_NEW_EXPR) \
832 || (NAME) == ansi_opname (DELETE_EXPR) \
833 || (NAME) == ansi_opname (VEC_DELETE_EXPR))
848 #define DEFTREECODE(SYM, NAME, TYP
[all...]

Completed in 291 milliseconds

<<111213141516