Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dcasts.c33 int *tbool = ((void*)0); in f1() local
36 tbool = (int *)pval; // use the cast-to type 'int *' to create element region. in f1()
37 char c = (unsigned char) *tbool; // Should use cast-to type to create symbol. in f1()
38 if (*tbool == -1) // here load the element region with the correct type 'int' in f1()
/external/openssl/crypto/asn1/
Dtasn_enc.c568 ASN1_BOOLEAN *tbool = NULL; in asn1_ex_i2c() local
619 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_i2c()
620 if (*tbool == -1) in asn1_ex_i2c()
625 if (*tbool && (it->size > 0)) in asn1_ex_i2c()
627 if (!*tbool && !it->size) in asn1_ex_i2c()
630 c = (unsigned char)*tbool; in asn1_ex_i2c()
Dtasn_dec.c976 ASN1_BOOLEAN *tbool; in asn1_ex_c2i() local
977 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_c2i()
978 *tbool = *cont; in asn1_ex_c2i()