Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A Dmips-type-sizes.c71 int check_bool(void) { in check_bool() function
H A Daarch64-type-sizes.c67 int check_bool(void) { in check_bool() function
H A Dcoff-aarch64-type-sizes.c66 int check_bool(void) { in check_bool() function
/llvm-project-15.0.7/clang/test/FixIt/
H A Dtypo.cpp95 namespace check_bool { namespace
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_test.c2909 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()