Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dcasts.c35 int *tbool = ((void*)0); in f1() local
38 tbool = (int *)pval; // use the cast-to type 'int *' to create element region. in f1()
39 char c = (unsigned char) *tbool; // Should use cast-to type to create symbol. in f1()
40 if (*tbool == -1) // here load the element region with the correct type 'int' in f1()
/external/boringssl/src/crypto/asn1/
Dtasn_enc.c572 ASN1_BOOLEAN *tbool = NULL; in asn1_ex_i2c() local
623 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_i2c()
624 if (*tbool == -1) in asn1_ex_i2c()
629 if (*tbool && (it->size > 0)) in asn1_ex_i2c()
631 if (!*tbool && !it->size) in asn1_ex_i2c()
634 c = (unsigned char)*tbool; in asn1_ex_i2c()
Dtasn_dec.c978 ASN1_BOOLEAN *tbool; in asn1_ex_c2i() local
979 tbool = (ASN1_BOOLEAN *)pval; in asn1_ex_c2i()
980 *tbool = *cont; in asn1_ex_c2i()