Home
last modified time | relevance | path

Searched defs:tok2 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libcxx/test/std/thread/thread.barrier/
Darrive.pass.cpp42 auto tok2 = b.arrive(2); in main() local
/external/llvm-project/polly/lib/External/isl/
Disl_input.c154 struct isl_token *tok, *tok2; in next_token() local
192 struct isl_token *tok2 = NULL; in isl_stream_read_val() local
1945 struct isl_token *tok, *tok2; in resolve_paren_expr() local
2233 struct isl_token *tok2; in basic_map_read_polylib() local
2348 struct isl_token *tok2; in map_read_polylib() local
2434 struct isl_token *tok2; in read_factor() local
2913 struct isl_token *tok2; in obj_read() local
3422 struct isl_token *tok, *tok2; in read_aff_domain() local
4143 struct isl_token *tok, *tok2, *tok3; in next_is_empty_tuple() local
4174 struct isl_token *tok, *tok2; in next_is_param_tuple() local
/external/e2fsprogs/lib/support/
Ddict.c1301 char *tok1, *tok2, *val; in construct() local
1367 char *tok1, *tok2, *val; in main() local
/external/f2fs-tools/fsck/
Ddict.c1271 char *tok1, *tok2, *val; in construct() local
1337 char *tok1, *tok2, *val; in main() local
/external/libxml2/
Drngparser.c1093 tokenPtr token, tok2; in xmlParseCRNG_component() local
1210 tokenPtr token, tok2; in xmlParseCRNG_topLevelBody() local
/external/llvm-project/lld/ELF/
DScriptParser.cpp769 bool ScriptParser::readSectionDirective(OutputSection *cmd, StringRef tok1, StringRef tok2) { in readSectionDirective()