Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcasts.c39 int *tbool = ((void*)0); in f1() local
42 tbool = (int *)pval; // use the cast-to type 'int *' to create element region. in f1()
43 char c = (unsigned char) *tbool; // Should use cast-to type to create symbol. in f1()
44 if (*tbool == -1) // here load the element region with the correct type 'int' in f1()