Searched refs:tbool (Results 1 – 1 of 1) sorted by relevance
39 int *tbool = ((void*)0); in f1() local42 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()