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

  /frameworks/compile/slang/
slang_rs_check_ast.cpp 51 if (!RSExportType::ValidateType(C, resultType, FD,
60 if (!RSExportType::ValidateType(C, QT, PVD, PVD->getLocStart(),
141 !RSExportType::ValidateType(C, E->getType(), NULL, E->getExprLoc(),
slang_rs_export_type.h 163 static bool ValidateType(clang::ASTContext &C, clang::QualType QT,
slang_rs_export_type.cpp 356 // Helper function for ValidateType(). We do a recursive descent on the
573 bool RSExportType::ValidateType(clang::ASTContext &C, clang::QualType QT,
587 return ValidateType(VD->getASTContext(), VD->getType(), VD,
    [all...]
  /external/chromium/chrome/common/
json_schema_validator.h 189 bool ValidateType(Value* instance, const std::string& expected_type,
json_schema_validator.cc 217 if (!ValidateType(instance, type, path))
220 // These casts are safe because of checks in ValidateType().
476 bool JSONSchemaValidator::ValidateType(Value* instance,

Completed in 61 milliseconds