HomeSort by relevance Sort by last modified time
    Searched full:unsigned_type (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
BuiltinTypes.def 23 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type.
40 #ifndef UNSIGNED_TYPE
41 #define UNSIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId)
64 UNSIGNED_TYPE(Bool, BoolTy)
67 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(Char_U, CharTy))
70 UNSIGNED_TYPE(UChar, UnsignedCharTy)
73 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy))
76 UNSIGNED_TYPE(Char16, Char16Ty)
79 UNSIGNED_TYPE(Char32, Char32Ty)
82 UNSIGNED_TYPE(UShort, UnsignedShortTy
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
CheckedInt.h 71 typedef _unsigned_type unsigned_type; \
142 typedef typename base::unsigned_type unsigned_type; typedef in struct:WebCore::CheckedInt_internal::integer_type_manually_recorded_info
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 381 #define UNSIGNED_TYPE(Id, SingletonId)
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 3281 milliseconds