HomeSort by relevance Sort by last modified time
    Searched refs:EC (Results 276 - 300 of 799) sorted by null

<<11121314151617181920>>

  /external/clang/lib/ARCMigrate/
PlistReporter.cpp 59 std::error_code EC;
60 llvm::raw_fd_ostream o(outPath, EC, llvm::sys::fs::F_Text);
61 if (EC) {
FileRemapper.cpp 123 std::error_code EC;
125 llvm::raw_fd_ostream infoOut(infoFile, EC, llvm::sys::fs::F_None);
126 if (EC)
127 return report(EC.message(), Diag);
178 std::error_code EC;
179 llvm::raw_fd_ostream Out(origFE->getName(), EC, llvm::sys::fs::F_None);
180 if (EC)
181 return report(EC.message(), Diag);
  /external/clang/unittests/Tooling/
RewriterTestContext.h 70 std::error_code EC = llvm::sys::fs::createTemporaryFile(Name, "", FD, Path);
71 assert(!EC);
72 (void)EC;
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 193 std::error_code EC;
196 BitcodeDiagnosticInfo(std::error_code EC, DiagnosticSeverity Severity,
199 std::error_code getError() const { return EC; }
  /external/llvm/lib/Support/
MemoryBuffer.cpp 211 uint64_t Offset, std::error_code &EC)
213 getLegalMapSize(Len, Offset), getLegalMapOffset(Offset), EC) {
214 if (!EC) {
271 std::error_code EC = sys::fs::openFileForRead(Filename, FD);
272 if (EC)
273 return EC;
350 std::error_code EC = sys::fs::status(FD, Status);
351 if (EC)
352 return EC;
369 std::error_code EC;
    [all...]
Path.cpp 195 if (std::error_code EC =
198 if (EC == errc::file_exists)
200 return EC;
207 std::error_code EC =
209 if (EC == errc::no_such_file_or_directory)
211 if (EC)
212 return EC;
217 if (std::error_code EC =
219 if (EC == errc::file_exists)
221 return EC;
    [all...]
  /external/llvm/tools/llvm-lto/
llvm-lto.cpp 229 static void error(std::error_code EC, const Twine &Prefix) {
230 if (EC)
231 error(Prefix + ": " + EC.message());
300 std::error_code EC;
302 raw_fd_ostream OS(OutputFilename + ".thinlto.bc", EC,
304 error(EC, "error opening the file '" + OutputFilename + ".thinlto.bc'");
334 if (std::error_code EC = llvm::sys::fs::create_directories(ParentPath))
335 error(EC, "error creating the directory '" + ParentPath + "'");
385 std::error_code EC;
386 raw_fd_ostream OS(Filename, EC, sys::fs::OpenFlags::F_None)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Path.cpp 195 if (std::error_code EC =
198 if (EC == errc::file_exists)
200 return EC;
207 std::error_code EC =
209 if (EC == errc::no_such_file_or_directory)
211 if (EC)
212 return EC;
217 if (std::error_code EC =
219 if (EC == errc::file_exists)
221 return EC;
    [all...]
  /external/boringssl/src/crypto/fipsmodule/ec/
ec.c 68 #include <openssl/ec.h>
341 OPENSSL_PUT_ERROR(EC, EC_R_SLOT_FULL);
346 OPENSSL_PUT_ERROR(EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
352 OPENSSL_PUT_ERROR(EC, ERR_R_MALLOC_FAILURE);
376 OPENSSL_PUT_ERROR(EC, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
396 OPENSSL_PUT_ERROR(EC, EC_R_INVALID_COFACTOR);
416 OPENSSL_PUT_ERROR(EC, ERR_R_MALLOC_FAILURE);
426 OPENSSL_PUT_ERROR(EC, ERR_R_BN_LIB);
433 OPENSSL_PUT_ERROR(EC, ERR_R_EC_LIB);
438 OPENSSL_PUT_ERROR(EC, ERR_R_EC_LIB)
    [all...]
  /external/clang/lib/Frontend/
DependencyGraph.cpp 100 std::error_code EC;
101 llvm::raw_fd_ostream OS(OutputFile, EC, llvm::sys::fs::F_Text);
102 if (EC) {
104 << EC.message();
HeaderIncludeGen.cpp 88 std::error_code EC;
90 OutputPath.str(), EC, llvm::sys::fs::F_Append | llvm::sys::fs::F_Text);
91 if (EC) {
93 << EC.message();
  /external/llvm/lib/DebugInfo/PDB/Raw/
RawSession.cpp 61 if (auto EC = File->parseFileHeaders())
62 return EC;
63 if (auto EC = File->parseStreamData())
64 return EC;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 112 if (auto EC = Writer.writeEnum(CVR.Kind))
113 return EC;
115 if (auto EC = Mapping.visitKnownMember(CVR, Record))
116 return EC;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 112 if (auto EC = Writer.writeEnum(CVR.Kind))
113 return EC;
115 if (auto EC = Mapping.visitKnownMember(CVR, Record))
116 return EC;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 112 if (auto EC = Writer.writeEnum(CVR.Kind))
113 return EC;
115 if (auto EC = Mapping.visitKnownMember(CVR, Record))
116 return EC;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 112 if (auto EC = Writer.writeEnum(CVR.Kind))
113 return EC;
115 if (auto EC = Mapping.visitKnownMember(CVR, Record))
116 return EC;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 112 if (auto EC = Writer.writeEnum(CVR.Kind))
113 return EC;
115 if (auto EC = Mapping.visitKnownMember(CVR, Record))
116 return EC;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 112 if (auto EC = Writer.writeEnum(CVR.Kind))
113 return EC;
115 if (auto EC = Mapping.visitKnownMember(CVR, Record))
116 return EC;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 112 if (auto EC = Writer.writeEnum(CVR.Kind))
113 return EC;
115 if (auto EC = Mapping.visitKnownMember(CVR, Record))
116 return EC;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSerializer.h 112 if (auto EC = Writer.writeEnum(CVR.Kind))
113 return EC;
115 if (auto EC = Mapping.visitKnownMember(CVR, Record))
116 return EC;
  /external/clang/include/clang/Basic/
VirtualFileSystem.h 138 directory_iterator &increment(std::error_code &EC) {
140 EC = Impl->increment();
141 if (EC || !Impl->CurrentEntry.isStatusKnown())
172 std::error_code &EC);
177 recursive_directory_iterator &increment(std::error_code &EC);
215 std::error_code &EC) = 0;
268 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override;
312 directory_iterator dir_begin(const Twine &Dir, std::error_code &EC) override;
  /external/llvm/include/llvm/DebugInfo/CodeView/
RecordSerialization.h 128 if (auto EC = consume(Data, Field))
129 return EC;
149 if (auto EC = consume(Data, Field))
150 return EC;
267 if (auto EC = consume(Data, X))
268 return EC;
273 if (auto EC = consume(__VA_ARGS__)) \
274 return EC;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 48 if (auto EC = checkOffset(Offset, Size))
49 return EC;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 48 if (auto EC = checkOffset(Offset, Size))
49 return EC;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 48 if (auto EC = checkOffset(Offset, Size))
49 return EC;

Completed in 887 milliseconds

<<11121314151617181920>>