Searched refs:cmp_result (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | taint-generic.c | 636 int cmp_result = memcmp(lhs, rhs, n); in testMemcmpWithLHSTainted() local 644 int cmp_result = memcmp(lhs, rhs, n); in testMemcmpWithRHSTainted() local 729 int cmp_result = strcmp(lhs, rhs); in testStrcmpWithLHSTainted() local 737 int cmp_result = strcmp(lhs, rhs); in testStrcmpWithRHSTainted() local 745 int cmp_result = strcasecmp(lhs, rhs); in testStrcasecmpWithLHSTainted() local 753 int cmp_result = strcasecmp(lhs, rhs); in testStrcasecmpWithRHSTainted() local 761 int cmp_result = strncmp(lhs, rhs, n); in testStrncmpWithLHSTainted() local 769 int cmp_result = strncmp(lhs, rhs, n); in testStrncmpWithRHSTainted() local 777 int cmp_result = strncmp(lhs, rhs, n); in testStrncmpWithNTainted() local 786 int cmp_result = strncmp(lhs, rhs, n); in testStrncasecmpWithLHSTainted() local [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AVR/ |
| H A D | expand-integer-failure.ll | 13 %cmp_result = icmp eq i16 %a, 255 14 %bool_result = uitofp i1 %cmp_result to double
|