Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/CodeGen/
Dmips-type-sizes.c71 int check_bool() { in check_bool() function
Dcoff-aarch64-type-sizes.c66 int check_bool() { in check_bool() function
Daarch64-type-sizes.c67 int check_bool() { in check_bool() function
/external/clang/test/CodeGen/
Dmips-type-sizes.c71 int check_bool() { in check_bool() function
Daarch64-type-sizes.c67 int check_bool() { in check_bool() function
/external/clang/test/FixIt/
Dtypo.cpp95 namespace check_bool { namespace
/external/llvm-project/clang/test/FixIt/
Dtypo.cpp95 namespace check_bool { namespace
/external/llvm-project/polly/lib/External/isl/
Disl_test.c2889 static isl_stat check_bool(isl_ctx *ctx, isl_bool actual, isl_bool expected) in check_bool() function
2906 if (check_bool(ctx, isl_bool_not(isl_bool_true), isl_bool_false) < 0) in test_isl_bool()
2908 if (check_bool(ctx, isl_bool_not(isl_bool_false), isl_bool_true) < 0) in test_isl_bool()
2910 if (check_bool(ctx, isl_bool_not(isl_bool_error), isl_bool_error) < 0) in test_isl_bool()
2912 if (check_bool(ctx, isl_bool_ok(0), isl_bool_false) < 0) in test_isl_bool()
2914 if (check_bool(ctx, isl_bool_ok(1), isl_bool_true) < 0) in test_isl_bool()
2916 if (check_bool(ctx, isl_bool_ok(-1), isl_bool_true) < 0) in test_isl_bool()
2918 if (check_bool(ctx, isl_bool_ok(2), isl_bool_true) < 0) in test_isl_bool()
2920 if (check_bool(ctx, isl_bool_ok(-2), isl_bool_true) < 0) in test_isl_bool()