HomeSort by relevance Sort by last modified time
    Searched refs:tbool (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Analysis/
casts.c 34 int *tbool = ((void*)0); local
37 tbool = (int *)pval; // use the cast-to type 'int *' to create element region.
38 char c = (unsigned char) *tbool; // Should use cast-to type to create symbol.
39 if (*tbool == -1) // here load the element region with the correct type 'int'
  /external/openssl/crypto/asn1/
tasn_enc.c 568 ASN1_BOOLEAN *tbool = NULL; local
619 tbool = (ASN1_BOOLEAN *)pval;
620 if (*tbool == -1)
625 if (*tbool && (it->size > 0))
627 if (!*tbool && !it->size)
630 c = (unsigned char)*tbool;
tasn_dec.c 976 ASN1_BOOLEAN *tbool; local
977 tbool = (ASN1_BOOLEAN *)pval;
978 *tbool = *cont;

Completed in 177 milliseconds