| /src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| aarch64-feature-deps.h | 68 #define HANDLE(IDENT, REQUIRES, EXPLICIT_ON) \ 69 template<> struct info<aarch64_feature::IDENT> { \ 70 static constexpr auto flag = AARCH64_FL_##IDENT; \ 74 constexpr aarch64_feature_flags info<aarch64_feature::IDENT>::flag; \ 75 constexpr aarch64_feature_flags info<aarch64_feature::IDENT>::enable; \ 76 constexpr aarch64_feature_flags info<aarch64_feature::IDENT>::explicit_on; \ 77 constexpr info<aarch64_feature::IDENT> IDENT () \ 79 return info<aarch64_feature::IDENT> (); \ 81 #define AARCH64_OPT_EXTENSION(A, IDENT, REQUIRES, EXPLICIT_ON, E, F) [all...] |
| aarch64-option-extensions.def | 25 AARCH64_OPT_EXTENSION(NAME, IDENT, REQUIRES, EXPLICIT_ON, 28 AARCH64_FMV_FEATURE(NAME, FEAT_NAME, IDENT) 32 - IDENT is the canonical internal name for this flag. 70 multiversioning feature, and IDENT matches the FEAT_NAME suffix, then these 73 AARCH64_OPT_FMV_EXTENSION(NAME, IDENT, REQUIRES, EXPLICIT_ON, 87 #define AARCH64_OPT_EXTENSION(NAME, IDENT, REQUIRES, EXPLICIT_ON, \ 95 #define AARCH64_OPT_FMV_EXTENSION(NAME, IDENT, REQUIRES, EXPLICIT_ON, \ 97 AARCH64_OPT_EXTENSION(NAME, IDENT, REQUIRES, EXPLICIT_ON, EXPLICIT_OFF, \ 99 AARCH64_FMV_FEATURE(NAME, IDENT, (IDENT)) [all...] |
| aarch64.h | 171 #define DEF_AARCH64_ISA_MODE(IDENT) IDENT, 172 #define AARCH64_OPT_EXTENSION(A, IDENT, C, D, E, F) IDENT, 173 #define AARCH64_ARCH(A, B, IDENT, D, E) IDENT, 180 #define HANDLE(IDENT) \ 181 constexpr auto AARCH64_FL_##IDENT \ 182 = aarch64_feature_flags (1) << int (aarch64_feature::IDENT); 183 #define DEF_AARCH64_ISA_MODE(IDENT) HANDLE (IDENT [all...] |
| /src/external/bsd/flex/dist/tests/ |
| basic_nr.l | 40 IDENT [[:alnum:]_-] 44 ^{IDENT}+{WS}*={WS}*(true|false){WS}*\r?\n { return 100;} 45 ^{IDENT}+{WS}*={WS}*\"[^\"\n\r]*\"{WS}*\r?\n { return 101;} 46 ^{IDENT}+{WS}*={WS}*[[:digit:]]+{WS}*\r?\n { return 102;}
|
| basic_r.l | 40 IDENT [[:alnum:]_-] 44 ^{IDENT}+{WS}*={WS}*(true|false){WS}*\r?\n { return 100;} 45 ^{IDENT}+{WS}*={WS}*\"[^\"\n\r]*\"{WS}*\r?\n { return 101;} 46 ^{IDENT}+{WS}*={WS}*[[:digit:]]+{WS}*\r?\n { return 102;}
|
| bison_nr_parser.y | 62 %token <str> IDENT 75 LINENO COLON SPACE IDENT EQUAL IDENT
|
| bison_yylloc_parser.y | 63 %token <str> IDENT 76 LINENO COLON SPACE IDENT EQUAL IDENT
|
| bison_nr_scanner.l | 50 [[:alnum:]_]+ { yylval->str = STRDUP(yytext); return IDENT;}
|
| bison_yylloc_scanner.l | 53 [[:alnum:]_]+ { yylval->str = STRDUP(yytext); return IDENT;}
|
| /src/external/gpl3/gcc/dist/gcc/config/csky/ |
| csky_isa.h | 36 #define CSKY_ISA(IDENT, DESC) \ 37 CSKY_ISA_FEATURE_DEFINE (IDENT),
|
| csky_opts.h | 30 #define CSKY_CORE(NAME, INTERNAL_IDENT, IDENT, ARCH, ISA) \
|
| /src/external/gpl3/gcc.old/dist/gcc/config/csky/ |
| csky_isa.h | 36 #define CSKY_ISA(IDENT, DESC) \ 37 CSKY_ISA_FEATURE_DEFINE (IDENT),
|
| csky_opts.h | 30 #define CSKY_CORE(NAME, INTERNAL_IDENT, IDENT, ARCH, ISA) \
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| TargetOpcodes.h | 23 #define HANDLE_TARGET_OPCODE_MARKER(IDENT, OPC) IDENT = OPC,
|
| /src/games/hunt/huntd/ |
| hunt.h | 55 typedef struct ident_def IDENT; 74 IDENT *i_next; 78 IDENT *p_ident; 117 IDENT *b_score; 147 extern IDENT *Scores; 175 void checkdam(PLAYER *, PLAYER *, IDENT *, int, char); 184 IDENT *, int, char);
|
| extern.c | 61 IDENT *Scores; /* score cache */
|
| answer.c | 53 static IDENT *get_ident(uint32_t, uint32_t, const char *, char); 400 static IDENT * 403 IDENT *ip; 404 static IDENT punt;
|
| /src/bin/ksh/ |
| lex.h | 9 #define IDENT 64 125 EXTERN char ident [IDENT+1]; variable
|
| /src/external/bsd/elftosb/dist/elftosb2/ |
| elftosb_lexer.l | 36 IDENT [a-zA-Z_][a-zA-Z0-9_]* 67 [whb]/[^a-zA-Z_0-9] { // must be followed by any non-ident char 95 {IDENT} {
|
| /src/external/gpl3/gcc/dist/gcc/common/config/aarch64/ |
| aarch64-common.cc | 157 #define AARCH64_OPT_EXTENSION(NAME, IDENT, C, D, E, FEATURE_STRING) \ 158 {NAME, AARCH64_FL_##IDENT, feature_deps::IDENT ().explicit_on, \ 159 feature_deps::get_flags_off (feature_deps::root_off_##IDENT)},
|
| /src/external/bsd/pcc/dist/pcc/cc/cpp/ |
| scanner.l | 168 if (c != IDENT || (p != IDENT && p != '(')) 182 return IDENT; 190 return IDENT; 236 <CONTR>"error" { contr = 0; if (slow) return IDENT; cpperror(); BEGIN 0; } 238 <CONTR>"undef" { contr = 0; if (slow) return IDENT; undefstmt(); } 296 return IDENT; 692 if (t != IDENT) 711 if (t != IDENT) 902 if (yylex() != WSPACE || yylex() != IDENT) [all...] |
| /src/external/bsd/ntp/dist/util/ |
| ntp-keygen-opts.h | 198 # ifdef IDENT 199 # warning undefining IDENT due to option name conflict 200 # undef IDENT 256 # undef IDENT
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| rust-parse.c | 88 IDENT, 235 std::string super_name (const std::string &ident, unsigned int n_supers); 369 /* Return a string referring to a "super::" qualified name. IDENT is 374 rust_parser::super_name (const std::string &ident, unsigned int n_supers) 410 return "::" + std::string (scope, offset) + "::" + ident; 871 return IDENT; 1262 if (current_token != IDENT) 1546 case IDENT: 1687 if (current_token == IDENT && get_string () == "str") 1803 case IDENT [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| rust-parse.c | 88 IDENT, 235 std::string super_name (const std::string &ident, unsigned int n_supers); 373 /* Return a string referring to a "super::" qualified name. IDENT is 378 rust_parser::super_name (const std::string &ident, unsigned int n_supers) 414 return "::" + std::string (scope, offset) + "::" + ident; 875 return IDENT; 1276 if (current_token != IDENT) 1560 case IDENT: 1698 if (current_token == IDENT && get_string () == "str") 1814 case IDENT [all...] |
| /src/sys/arch/sparc/stand/bootblk/ |
| Makefile | 24 CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_MODULE -D_KERNEL
|