Home
last modified time | relevance | path

Searched refs:clear_error (Results 1 – 16 of 16) sorted by relevance

/external/libchrome/base/
Dscoped_clear_errno_unittest.cc15 ScopedClearErrno clear_error; in TEST() local
24 ScopedClearErrno clear_error; in TEST() local
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DOptimizerDriver.cpp64 Out.os().clear_error(); in writeProgramToFile()
144 InFile.os().clear_error(); in runPasses()
DExtractFunction.cpp351 BlocksToNotExtractFile.os().clear_error(); in ExtractMappedBlocksFromModule()
/external/swiftshader/third_party/LLVM/tools/opt/
DGraphPrinters.cpp43 F.os().clear_error(); in WriteGraphToFile()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOCodeGenerator.cpp173 Out.os().clear_error(); in writeMergedModules()
200 objFile.os().clear_error(); in compile_to_file()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp229 Out.os().clear_error(); in writeMergedModules()
258 objFile.os().clear_error(); in compileOptimizedToFile()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Draw_ostream.h401 void clear_error() { in clear_error() function
/external/llvm/tools/bugpoint/
DOptimizerDriver.cpp163 InFile.os().clear_error(); in runPasses()
DExtractFunction.cpp403 BlocksToNotExtractFile.os().clear_error(); in extractMappedBlocksFromModule()
/external/llvm/include/llvm/Support/
Draw_ostream.h428 void clear_error() { in clear_error() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Draw_ostream.h441 void clear_error() { in clear_error() function
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h364 void clear_error();
730 inline void CodeGeneratorResponse::clear_error() { in clear_error() function
Dplugin.pb.cc1518 void CodeGeneratorResponse::clear_error() { in clear_error() function in google::protobuf::compiler::CodeGeneratorResponse
/external/fio/
Dfilesetup.c35 static inline void clear_error(struct thread_data *td) in clear_error() function
740 clear_error(td); in get_file_sizes()
/external/cros/system_api/dbus/cryptohome/
Drpc.proto114 // If a call was successful, error will not be defined (clear_error()).
/external/clang/lib/Frontend/
DASTUnit.cpp2485 Out.clear_error(); in Save()