HomeSort by: relevance | last modified time | path
    Searched defs:TType (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
unwind-c.c 39 const unsigned char *TType;
61 /* Find @TType, the base of the handler and exception spec type data. */
66 info->TType = p + tmp;
69 info->TType = 0;
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-c.c 39 const unsigned char *TType;
61 /* Find @TType, the base of the handler and exception spec type data. */
66 info->TType = p + tmp;
69 info->TType = 0;
  /src/external/gpl3/gcc/dist/libobjc/
exception.c 136 const unsigned char *TType;
159 /* Find @TType, the base of the handler and exception spec type
170 info->TType = p + tmp;
173 info->TType = 0;
191 info->TType - i, &ptr);
  /src/external/gpl3/gcc.old/dist/libobjc/
exception.c 136 const unsigned char *TType;
159 /* Find @TType, the base of the handler and exception spec type
170 info->TType = p + tmp;
173 info->TType = 0;
191 info->TType - i, &ptr);
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
symbol.h 62 TType,
  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_personality.cc 43 const unsigned char *TType;
65 // Find @TType, the base of the handler and exception spec type data.
75 info->TType = p + tmp;
78 info->TType = 0;
106 info->TType - i, &ptr);
125 const _uleb128_t* e = ((const _uleb128_t*) info->TType)
142 // Match a ttype entry.
208 const _Unwind_Word* e = ((const _Unwind_Word*) info->TType)
252 const unsigned char *e = info->TType - filter_value - 1;
266 // Match a ttype entry
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_personality.cc 43 const unsigned char *TType;
65 // Find @TType, the base of the handler and exception spec type data.
75 info->TType = p + tmp;
78 info->TType = 0;
106 info->TType - i, &ptr);
125 const _uleb128_t* e = ((const _uleb128_t*) info->TType)
142 // Match a ttype entry.
208 const _Unwind_Word* e = ((const _Unwind_Word*) info->TType)
252 const unsigned char *e = info->TType - filter_value - 1;
266 // Match a ttype entry
    [all...]

Completed in 28 milliseconds