Searched refs:UInt (Results 1 - 25 of 295) sorted by path

1234567891011>>

/external/chromium/sdch/open-vcdiff/src/gtest/internal/
H A Dgtest-internal.h324 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
H A Dgtest-port.h512 // TypeWithSize<4>::UInt
523 // For now it only handles UInt (unsigned int) as that's all Google Test
531 typedef void UInt; typedef in class:testing::internal::TypeWithSize
543 typedef unsigned int UInt; typedef in class:testing::internal::TypeWithSize
552 typedef unsigned __int64 UInt; typedef in class:testing::internal::TypeWithSize
555 typedef unsigned long long UInt; // NOLINT
561 typedef TypeWithSize<4>::UInt UInt32;
563 typedef TypeWithSize<8>::UInt UInt64;
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h315 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;
H A Dgtest-port.h1652 // TypeWithSize<4>::UInt
1663 // For now it only handles UInt (unsigned int) as that's all Google Test
1671 typedef void UInt; typedef in class:testing::internal::TypeWithSize
1683 typedef unsigned int UInt; typedef in class:testing::internal::TypeWithSize
1693 typedef unsigned __int64 UInt; typedef in class:testing::internal::TypeWithSize
1696 typedef unsigned long long UInt; // NOLINT
1702 typedef TypeWithSize<4>::UInt UInt32;
1704 typedef TypeWithSize<8>::UInt UInt64;
/external/clang/lib/AST/
H A DASTContext.cpp752 InitBuiltinType(UnsignedIntTy, BuiltinType::UInt);
1290 case BuiltinType::UInt:
3990 case BuiltinType::UInt:
4707 case BuiltinType::UInt: return 'I';
H A DItaniumMangle.cpp1860 case BuiltinType::UInt: Out << 'j'; break;
2087 case BuiltinType::UInt: EltName = "uint32_t"; break;
H A DMicrosoftMangle.cpp1025 case BuiltinType::UInt: Out << 'I'; break;
H A DNSAPI.cpp311 case BuiltinType::UInt:
H A DType.cpp1474 case UInt: return "unsigned int";
H A DTypeLoc.cpp217 case BuiltinType::UInt:
/external/clang/lib/Analysis/
H A DFormatString.cpp297 case BuiltinType::UInt:
H A DPrintfFormatString.cpp446 case BuiltinType::UInt:
H A DScanfFormatString.cpp385 case BuiltinType::UInt:
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp412 case BuiltinType::UInt:
H A DCGExprScalar.cpp2164 case BuiltinType::UInt:
H A DCGRTTI.cpp181 case BuiltinType::UInt:
H A DCodeGenTBAA.cpp110 case BuiltinType::UInt:
H A DCodeGenTypes.cpp332 case BuiltinType::UInt:
/external/clang/lib/Sema/
H A DSemaOverload.cpp1668 return To->getKind() == BuiltinType::UInt;
1759 return To->getKind() == BuiltinType::UInt;
H A DSemaType.cpp4101 BTy->getKind() != BuiltinType::UInt &&
/external/clang/lib/Serialization/
H A DASTCommon.cpp33 case BuiltinType::UInt: ID = PREDEF_TYPE_UINT_ID; break;
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp558 case BuiltinType::UInt:
H A DCXType.cpp38 BTCASE(UInt);
393 TKIND(UInt);
/external/freetype/src/raster/
H A Dftraster.c301 typedef unsigned int UInt; typedef
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h321 typedef typename TypeWithSize<sizeof(RawType)>::UInt Bits;

Completed in 555 milliseconds

1234567891011>>