Home
last modified time | relevance | path

Searched refs:check_int (Results 1 – 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
Dmips-type-sizes.c15 int check_int() { in check_int() function
Daarch64-type-sizes.c12 int check_int() { in check_int() function
/external/clang/test/Driver/
Dwasm32-unknown-unknown.cpp68 int check_int() { return 0; } in check_int() function
Dwasm64-unknown-unknown.cpp68 int check_int() { return 0; } in check_int() function
Dle64-unknown-unknown.cpp86 int check_int() { return 0; } in check_int() function
Dle32-unknown-nacl.cpp95 int check_int() { return 0; } in check_int() function
/external/ltrace/
Dread_config_file.c231 check_int(struct locus *loc, long l) in check_int() function
315 || check_int(loc, l) < 0) in parse_argnum()
339 || check_int(loc, l) < 0) in parse_argnum()
568 || check_int(loc, l) < 0) in parse_string()
/external/fio/
Dparse.c410 static int check_int(const char *p, int *val) in check_int() function
780 ret = check_int(ptr, &il); in __handle_option()