Searched refs:KEYWORD (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLLexer.cpp | 494 #define KEYWORD(STR) \ in LexIdentifier() macro 500 KEYWORD(true); KEYWORD(false); in LexIdentifier() 501 KEYWORD(declare); KEYWORD(define); in LexIdentifier() 502 KEYWORD(global); KEYWORD(constant); in LexIdentifier() 504 KEYWORD(dso_local); in LexIdentifier() 505 KEYWORD(dso_preemptable); in LexIdentifier() 507 KEYWORD(private); in LexIdentifier() 508 KEYWORD(internal); in LexIdentifier() 509 KEYWORD(available_externally); in LexIdentifier() 510 KEYWORD(linkonce); in LexIdentifier() [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | glsl_lexer.ll | 58 * samplerBuffer KEYWORD(130, 0, 140, 0, SAMPLERBUFFER) 65 #define KEYWORD(reserved_glsl, reserved_glsl_es, \ 71 * Like the KEYWORD macro, but the word is also treated as a keyword 448 invariant KEYWORD(120, 100, 120, 100, INVARIANT); 450 smooth KEYWORD(130, 300, 130, 300, SMOOTH); 539 image1DShadow KEYWORD(130, 300, 0, 0, IMAGE1DSHADOW); 540 image2DShadow KEYWORD(130, 300, 0, 0, IMAGE2DSHADOW); 541 image1DArrayShadow KEYWORD(130, 300, 0, 0, IMAGE1DARRAYSHADOW); 542 image2DArrayShadow KEYWORD(130, 300, 0, 0, IMAGE2DARRAYSHADOW); 649 asm KEYWORD(110, 100, 0, 0, ASM); [all …]
|
/third_party/mksh/ |
D | syn.c | 244 musthave(emark, KEYWORD|sALIAS); in nested() 280 syniocf = KEYWORD|sALIAS; in get_command() 281 switch (c = token(cf|KEYWORD|sALIAS|CMDASN)) { in get_command() 292 syniocf &= ~(KEYWORD|sALIAS); in get_command() 474 musthave(FI, KEYWORD|sALIAS); in get_command() 479 syniocf &= ~(KEYWORD|sALIAS); in get_command() 487 syniocf &= ~(KEYWORD|sALIAS); in get_command() 543 c = token(CONTIN|KEYWORD|sALIAS); in dogroup() 557 musthave(c, KEYWORD|sALIAS); in dogroup() 566 musthave(THEN, KEYWORD|sALIAS); in thenpart() [all …]
|
D | lex.c | 1042 if (*ident != '\0' && (cf & (KEYWORD | ALIAS))) { in yylex() 1046 if ((cf & KEYWORD) && (p = ktsearch(&keywords, ident, h)) && in yylex()
|
D | sh.h | 2276 #define KEYWORD BIT(3) /* recognise keywords */ macro
|
/third_party/gettext/gettext-tools/src/ |
D | cldr-plural.y | 150 %token<sval> KEYWORD 165 rule: KEYWORD ':' condition samples 447 result = KEYWORD;
|
/third_party/ltp/pan/ |
D | reporter.h | 62 #define KEYWORD 107 macro
|
D | scan.l | 232 return(KEYWORD);
|
/third_party/python/Tools/c-analyzer/c_parser/parser/ |
D | _regexes.py | 98 KEYWORD = rf''' variable
|
/third_party/boost/tools/build/src/tools/ |
D | gettext.jam | 186 flags gettext.extract KEYWORD <gettext.keyword> ; 189 $(.path)xgettext -k$(KEYWORD:E=i18n) -o $(<) $(>)
|
/third_party/python/Tools/peg_generator/pegen/ |
D | c_generator.py | 64 KEYWORD = 4 variable in NodeTypes 127 nodetype=NodeTypes.KEYWORD, 240 elif call.nodetype in {NodeTypes.GENERIC_TOKEN, NodeTypes.KEYWORD}:
|
/third_party/libwebsockets/ |
D | CMakeLists.txt | 521 foreach(KEYWORD "inline" "__inline__" "__inline") 522 set(CMAKE_REQUIRED_DEFINITIONS "-DKEYWORD=${KEYWORD}") 526 static KEYWORD void a() {} 528 " LWS_HAVE_${KEYWORD})
|
/third_party/gettext/gettext-tools/tests/ |
D | mm-viet.comp.po | 42261 msgid "KEYWORD"
|