Searched refs:tok2 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/polly/lib/External/isl/ |
D | isl_input.c | 154 struct isl_token *tok, *tok2; in next_token() local 161 tok2 = isl_stream_next_token(s); in next_token() 162 if (!tok2 || tok2->type != ISL_TOKEN_VALUE) { in next_token() 163 isl_stream_error(s, tok2, "expecting constant value"); in next_token() 167 isl_int_pow_ui(tok->u.v, tok->u.v, isl_int_get_ui(tok2->u.v)); in next_token() 169 isl_token_free(tok2); in next_token() 173 isl_token_free(tok2); in next_token() 192 struct isl_token *tok2 = NULL; in isl_stream_read_val() local 219 tok2 = next_token(s); in isl_stream_read_val() 220 if (!tok2) { in isl_stream_read_val() [all …]
|
/external/llvm-project/libcxx/test/std/thread/thread.barrier/ |
D | arrive.pass.cpp | 42 auto tok2 = b.arrive(2); in main() local 43 b.wait(std::move(tok2)); in main()
|
/external/libxml2/ |
D | rngparser.c | 1093 tokenPtr token, tok2; in xmlParseCRNG_component() local 1142 tok2 = xmlParseCRNGGetToken(ctxt, 2); in xmlParseCRNG_component() 1143 if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component() 1144 (tok2->token == ctxt->key_equal)) { in xmlParseCRNG_component() 1145 } else if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component() 1146 (tok2->token == ctxt->key_orequal)) { in xmlParseCRNG_component() 1149 } else if ((tok2->toktype == CRNG_OP) && in xmlParseCRNG_component() 1150 (tok2->token == ctxt->key_andequal)) { in xmlParseCRNG_component() 1210 tokenPtr token, tok2; in xmlParseCRNG_topLevelBody() local 1229 tok2 = xmlParseCRNGGetToken(ctxt, 2); in xmlParseCRNG_topLevelBody() [all …]
|
/external/e2fsprogs/lib/support/ |
D | dict.c | 1301 char *tok1, *tok2, *val; in construct() local 1332 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in construct() 1337 val = dupstring(tok2); in construct() 1367 char *tok1, *tok2, *val; in main() local 1403 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1408 val = dupstring(tok2); in main() 1509 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1513 int dict1 = atoi(tok1), dict2 = atoi(tok2); in main()
|
/external/f2fs-tools/fsck/ |
D | dict.c | 1271 char *tok1, *tok2, *val; in construct() local 1302 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in construct() 1307 val = dupstring(tok2); in construct() 1337 char *tok1, *tok2, *val; in main() local 1373 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1378 val = dupstring(tok2); in main() 1479 if (tokenize(in+1, &tok1, &tok2, (char **) 0) != 2) { in main() 1483 int dict1 = atoi(tok1), dict2 = atoi(tok2); in main()
|
/external/llvm-project/llvm/test/Transforms/Coroutines/ |
D | coro-split-eh-01.ll | 32 %tok2 = cleanuppad within none [] 34 cleanupret from %tok2 unwind to caller
|
/external/llvm-project/lld/ELF/ |
D | ScriptParser.cpp | 91 bool readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2); 769 bool ScriptParser::readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2) { in readSectionDirective() argument 772 if (tok2 != "NOLOAD" && tok2 != "COPY" && tok2 != "INFO" && tok2 != "OVERLAY") in readSectionDirective()
|