HomeSort by relevance Sort by last modified time
    Searched refs:TargetType (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 83 template <typename TargetType, typename InputType>
85 if (value > std::numeric_limits<TargetType>::max() ||
86 value < std::numeric_limits<TargetType>::min()) {
89 AppendData(static_cast<TargetType>(value));
93 template <typename TargetType, typename InputType>
95 if (value > std::numeric_limits<TargetType>::max() ||
96 value < std::numeric_limits<TargetType>::min()) {
99 TargetType target_value = static_cast<TargetType>(value);
100 assert(pos + sizeof(TargetType) <= data_->size())
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 105 APSIntType TargetType(To);
106 if (TargetType == APSIntType(From))
109 return getValue(TargetType.convert(From));
113 APSIntType TargetType = getAPSIntType(T);
114 if (TargetType == APSIntType(From))
117 return getValue(TargetType.convert(From));
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Heap.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 306 SVal StoreManager::evalDynamicCast(SVal Base, QualType TargetType,
315 TargetType = TargetType->getPointeeType();
316 assert(!TargetType.isNull());
317 const CXXRecordDecl *TargetClass = TargetType->getAsCXXRecordDecl();
318 if (!TargetClass && !TargetType->isVoidType())
331 if (!TargetType->isVoidType() && MRClass->hasDefinition()) {
347 if (TargetType->isVoidType())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql.h 489 SQLRETURN SQL_API SQLBindCol(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLSMALLINT TargetType,SQLPOINTER TargetValue,SQLLEN BufferLength,SQLLEN *StrLen_or_Ind);
531 SQLRETURN SQL_API SQLGetData(SQLHSTMT StatementHandle,SQLUSMALLINT ColumnNumber,SQLSMALLINT TargetType,SQLPOINTER TargetValue,SQLLEN BufferLength,SQLLEN *StrLen_or_Ind);
rtmv2.h 277 DWORD WINAPI RtmBlockMethods(RTM_ENTITY_HANDLE RtmRegHandle,HANDLE TargetHandle,UCHAR TargetType,DWORD BlockingFlag);
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp 216 enum TargetType
224 BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType);
234 const TargetType m_targetType;
240 BeforeDrawValidator::BeforeDrawValidator (const glw::Functions& gl, glw::GLuint target, TargetType targetType)
243 , m_targetType (targetType)
246 DE_ASSERT(targetType < TARGETTYPE_LAST);
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 2191 milliseconds