Home
last modified time | relevance | path

Searched refs:UNSIGNED_TYPE (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DBuiltinTypes.def23 // 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/swiftshader/src/OpenGL/compiler/preprocessor/
DExpressionParser.y69 typedef uint32_t UNSIGNED_TYPE; typedef
231 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) >> $3);
257 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) << $3);
DExpressionParser.cpp119 typedef uint32_t UNSIGNED_TYPE; typedef
1522 (yyval) = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>((yyvsp[-2])) >> (yyvsp[0])); in yyparse()
1553 (yyval) = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>((yyvsp[-2])) << (yyvsp[0])); in yyparse()
/external/clang/lib/Analysis/
DPrintfFormatString.cpp627 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() macro
/external/clang/lib/AST/
DType.cpp3549 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
/external/clang/tools/libclang/
DCIndex.cpp1486 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro