HomeSort by relevance Sort by last modified time
    Searched defs:ErrorUnsupported (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/child/webcrypto/
status.cc 153 Status Status::ErrorUnsupported() {
154 return ErrorUnsupported("The requested operation is unsupported");
157 Status Status::ErrorUnsupported(const std::string& message) {
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp     [all...]
CodeGenModule.cpp 453 /// ErrorUnsupported - Print out an error that codegen doesn't support the
455 void CodeGenModule::ErrorUnsupported(const Stmt *S, const char *Type) {
463 /// ErrorUnsupported - Print out an error that codegen doesn't support the
465 void CodeGenModule::ErrorUnsupported(const Decl *D, const char *Type) {
    [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]

Completed in 1668 milliseconds