Searched defs:cmp_result (Results 1 – 1 of 1) sorted by relevance
/llvm-project/clang/test/Analysis/ |
H A D | taint-generic.c | 764 int cmp_result = memcmp(lhs, rhs, n); testMemcmpWithLHSTainted() local 772 int cmp_result = memcmp(lhs, rhs, n); testMemcmpWithRHSTainted() local 857 int cmp_result = strcmp(lhs, rhs); testStrcmpWithLHSTainted() local 865 int cmp_result = strcmp(lhs, rhs); testStrcmpWithRHSTainted() local 873 int cmp_result = strcasecmp(lhs, rhs); testStrcasecmpWithLHSTainted() local 881 int cmp_result = strcasecmp(lhs, rhs); testStrcasecmpWithRHSTainted() local 889 int cmp_result = strncmp(lhs, rhs, n); testStrncmpWithLHSTainted() local 897 int cmp_result = strncmp(lhs, rhs, n); testStrncmpWithRHSTainted() local 905 int cmp_result = strncmp(lhs, rhs, n); testStrncmpWithNTainted() local 914 int cmp_result = strncmp(lhs, rhs, n); testStrncasecmpWithLHSTainted() local 922 int cmp_result = strncmp(lhs, rhs, n); testStrncasecmpWithRHSTainted() local 930 int cmp_result = strncmp(lhs, rhs, n); testStrncasecmpWithNTainted() local [all...] |