Searched refs:check_bool (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/test/CodeGen/ |
D | mips-type-sizes.c | 71 int check_bool() { in check_bool() function
|
D | coff-aarch64-type-sizes.c | 66 int check_bool() { in check_bool() function
|
D | aarch64-type-sizes.c | 67 int check_bool() { in check_bool() function
|
/external/clang/test/CodeGen/ |
D | mips-type-sizes.c | 71 int check_bool() { in check_bool() function
|
D | aarch64-type-sizes.c | 67 int check_bool() { in check_bool() function
|
/external/clang/test/FixIt/ |
D | typo.cpp | 95 namespace check_bool { namespace
|
/external/llvm-project/clang/test/FixIt/ |
D | typo.cpp | 95 namespace check_bool { namespace
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_test.c | 2889 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()
|