Searched refs:check_bool (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | mips-type-sizes.c | 71 int check_bool(void) { in check_bool() function
|
| H A D | aarch64-type-sizes.c | 67 int check_bool(void) { in check_bool() function
|
| H A D | coff-aarch64-type-sizes.c | 66 int check_bool(void) { in check_bool() function
|
| /llvm-project-15.0.7/clang/test/FixIt/ |
| H A D | typo.cpp | 95 namespace check_bool { namespace
|
| /llvm-project-15.0.7/polly/lib/External/isl/ |
| H A D | isl_test.c | 2909 static isl_stat check_bool(isl_ctx *ctx, isl_bool actual, isl_bool expected) in check_bool() function 2926 if (check_bool(ctx, isl_bool_not(isl_bool_true), isl_bool_false) < 0) in test_isl_bool() 2928 if (check_bool(ctx, isl_bool_not(isl_bool_false), isl_bool_true) < 0) in test_isl_bool() 2930 if (check_bool(ctx, isl_bool_not(isl_bool_error), isl_bool_error) < 0) in test_isl_bool() 2932 if (check_bool(ctx, isl_bool_ok(0), isl_bool_false) < 0) in test_isl_bool() 2934 if (check_bool(ctx, isl_bool_ok(1), isl_bool_true) < 0) in test_isl_bool() 2936 if (check_bool(ctx, isl_bool_ok(-1), isl_bool_true) < 0) in test_isl_bool() 2938 if (check_bool(ctx, isl_bool_ok(2), isl_bool_true) < 0) in test_isl_bool() 2940 if (check_bool(ctx, isl_bool_ok(-2), isl_bool_true) < 0) in test_isl_bool()
|