Searched defs:ErrorUnsupported (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/child/webcrypto/
H A Dstatus.cc178 Status Status::ErrorUnsupported() { function in class:content::webcrypto::Status
179 return ErrorUnsupported("The requested operation is unsupported");
182 Status Status::ErrorUnsupported(const std::string& message) { function in class:content::webcrypto::Status
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1129 /// ErrorUnsupported - Print out an error that codegen doesn't support the
1131 void CodeGenFunction::ErrorUnsupported(const Stmt *S, const char *Type) { function in class:CodeGenFunction
1132 CGM.ErrorUnsupported(S, Type);
H A DCodeGenModule.cpp453 /// ErrorUnsupported - Print out an error that codegen doesn't support the
455 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type) { function in class:CodeGenModule
463 /// ErrorUnsupported - Print out an error that codegen doesn't support the
465 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type) { function in class:CodeGenModule
1857 ErrorUnsupported(D, "static initializer");
3054 ErrorUnsupported(LSD, "linkage spec");
/external/clang/lib/AST/
H A DVTableBuilder.cpp2564 void ErrorUnsupported(StringRef Feature, SourceLocation Location) { function in class:__anon17764::VFTableBuilder
3043 ErrorUnsupported("deleted methods", MD->getLocation());

Completed in 404 milliseconds