Home
last modified time | relevance | path

Searched refs:IDENT (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dident-list.h2 #define IDENT(n) __IDENT(n## _ident, #n, 0) macro
21 IDENT(struct);
22 IDENT(union);
23 IDENT(enum);
24 IDENT(__attribute); IDENT(__attribute__);
25 IDENT(volatile); IDENT(__volatile); IDENT(__volatile__);
26 IDENT(doubl
88 #undef IDENT global() macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetOpcodes.h23 #define HANDLE_TARGET_OPCODE_MARKER(IDENT, OPC) IDENT = OPC,
/third_party/ninja/src/
H A Dlexer.h38 IDENT, enumerator
H A Dlexer.in.cc81 case IDENT: return "identifier"; in TokenName()
151 varname { token = IDENT; break; } in ReadToken()
H A Dlexer.cc82 case IDENT: return "identifier"; in TokenName()
262 { token = IDENT; break; } in ReadToken()
H A Ddyndep_parser.cc51 case Lexer::IDENT: { in Parse()
H A Dmanifest_parser.cc60 case Lexer::IDENT: { in Parse()
/third_party/curl/tests/
H A Dnegtelnetserver.py45 IDENT = "NTEL" variable
326 .format(ident=IDENT))
/third_party/mksh/
H A Dlex.c1034 while ((dp - ident) < IDENT && (c = *sp++) == CHAR) in yylex()
1040 memset(dp, 0, (ident + IDENT) - dp + 1); in yylex()
H A Dsh.h2357 #define IDENT 64 macro
2362 EXTERN char ident[IDENT + 1];

Completed in 11 milliseconds