Searched refs:UNSIGNED_TYPE (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/clang/include/clang/AST/ |
D | BuiltinTypes.def | 22 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type. 39 #ifndef UNSIGNED_TYPE 40 #define UNSIGNED_TYPE(Id, SingletonId) BUILTIN_TYPE(Id, SingletonId) 63 UNSIGNED_TYPE(Bool, BoolTy) 66 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(Char_U, CharTy)) 69 UNSIGNED_TYPE(UChar, UnsignedCharTy) 72 SHARED_SINGLETON_TYPE(UNSIGNED_TYPE(WChar_U, WCharTy)) 75 UNSIGNED_TYPE(Char8, Char8Ty) 78 UNSIGNED_TYPE(Char16, Char16Ty) 81 UNSIGNED_TYPE(Char32, Char32Ty) [all …]
|
/external/clang/include/clang/AST/ |
D | 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/swiftshader/src/OpenGL/compiler/preprocessor/ |
D | ExpressionParser.y | 69 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);
|
D | ExpressionParser.cpp | 119 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/angle/src/compiler/preprocessor/ |
D | preprocessor.y | 57 typedef uint32_t UNSIGNED_TYPE; typedef 219 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) >> $3); 245 $$ = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>($1) << $3);
|
D | preprocessor_tab_autogen.cpp | 116 typedef uint32_t UNSIGNED_TYPE; typedef 1391 yyval = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>(yyvsp[-2]) >> yyvsp[0]); in yyparse() 1421 yyval = static_cast<YYSTYPE>(static_cast<UNSIGNED_TYPE>(yyvsp[-2]) << yyvsp[0]); in yyparse()
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 627 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() macro
|
/external/llvm-project/clang/lib/AST/ |
D | PrintfFormatString.cpp | 798 #define UNSIGNED_TYPE(Id, SingletonId) in fixType() macro
|
D | Type.cpp | 4076 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
|
/external/clang/lib/AST/ |
D | Type.cpp | 3549 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in canHaveNullability() macro
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1486 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro
|
/external/llvm-project/clang/tools/libclang/ |
D | CIndex.cpp | 1553 #define UNSIGNED_TYPE(Id, SingletonId) case BuiltinType::Id: in VisitBuiltinTypeLoc() macro
|