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

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 48 if (auto EC = checkOffset(Offset, Size))
49 return EC;
BinaryByteStream.h 44 if (auto EC = checkOffset(Offset, Size))
45 return EC;
52 if (auto EC = checkOffset(Offset, 1))
53 return EC;
117 if (auto EC = checkOffset(Offset, Buffer.size()))
118 return EC;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 48 if (auto EC = checkOffset(Offset, Size))
49 return EC;
BinaryByteStream.h 44 if (auto EC = checkOffset(Offset, Size))
45 return EC;
52 if (auto EC = checkOffset(Offset, 1))
53 return EC;
117 if (auto EC = checkOffset(Offset, Buffer.size()))
118 return EC;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 48 if (auto EC = checkOffset(Offset, Size))
49 return EC;
BinaryByteStream.h 44 if (auto EC = checkOffset(Offset, Size))
45 return EC;
52 if (auto EC = checkOffset(Offset, 1))
53 return EC;
117 if (auto EC = checkOffset(Offset, Buffer.size()))
118 return EC;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 48 if (auto EC = checkOffset(Offset, Size))
49 return EC;
BinaryByteStream.h 44 if (auto EC = checkOffset(Offset, Size))
45 return EC;
52 if (auto EC = checkOffset(Offset, 1))
53 return EC;
117 if (auto EC = checkOffset(Offset, Buffer.size()))
118 return EC;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BinaryItemStream.h 48 if (auto EC = checkOffset(Offset, Size))
49 return EC;
BinaryByteStream.h 44 if (auto EC = checkOffset(Offset, Size))
45 return EC;
52 if (auto EC = checkOffset(Offset, 1))
53 return EC;
117 if (auto EC = checkOffset(Offset, Buffer.size()))
118 return EC;
  /system/nfc/halimpl/pn54x/
libnfc-nxp-PN547C2_example.conf 122 A0, EC, 01, 01,
  /external/boringssl/src/crypto/fipsmodule/ec/
ec_montgomery.c 68 #include <openssl/ec.h>
140 OPENSSL_PUT_ERROR(EC, ERR_R_BN_LIB);
163 OPENSSL_PUT_ERROR(EC, EC_R_NOT_INITIALIZED);
173 OPENSSL_PUT_ERROR(EC, EC_R_NOT_INITIALIZED);
183 OPENSSL_PUT_ERROR(EC, EC_R_NOT_INITIALIZED);
193 OPENSSL_PUT_ERROR(EC, EC_R_NOT_INITIALIZED);
205 OPENSSL_PUT_ERROR(EC, EC_R_POINT_AT_INFINITY);
  /external/clang/lib/Driver/
Compilation.cpp 87 if (std::error_code EC = llvm::sys::fs::remove(File)) {
94 << EC.message();
134 std::error_code EC;
135 OS = new llvm::raw_fd_ostream(getDriver().CCPrintOptionsFilename, EC,
138 if (EC) {
140 << EC.message();
  /external/llvm/tools/llvm-extract/
llvm-extract.cpp 226 if (std::error_code EC = GV.materialize()) {
227 errs() << argv[0] << ": error reading input: " << EC.message() << "\n";
266 std::error_code EC;
267 tool_output_file Out(OutputFilename, EC, sys::fs::F_None);
268 if (EC) {
269 errs() << EC.message() << '\n';
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h 44 if (auto EC = checkOffset(Offset, Size))
45 return EC;
52 if (auto EC = checkOffset(Offset, 1))
53 return EC;
117 if (auto EC = checkOffset(Offset, Buffer.size()))
118 return EC;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h 44 if (auto EC = checkOffset(Offset, Size))
45 return EC;
52 if (auto EC = checkOffset(Offset, 1))
53 return EC;
117 if (auto EC = checkOffset(Offset, Buffer.size()))
118 return EC;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
BinaryByteStream.h 44 if (auto EC = checkOffset(Offset, Size))
45 return EC;
52 if (auto EC = checkOffset(Offset, 1))
53 return EC;
117 if (auto EC = checkOffset(Offset, Buffer.size()))
118 return EC;
  /external/llvm/lib/LTO/
LTOModule.cpp 114 if (std::error_code EC = BufferOrErr.getError()) {
115 Context.emitError(EC.message());
116 return EC;
135 if (std::error_code EC = BufferOrErr.getError()) {
136 Context.emitError(EC.message());
137 return EC;
175 if (std::error_code EC = MBOrErr.getError()) {
176 Context.emitError(EC.message());
177 return EC;
183 if (std::error_code EC = M.getError()
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 148 std::error_code EC;
151 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
152 assert(!EC && "Failed to allocate resolver block");
157 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(),
160 assert(!EC && "Failed to mprotect resolver block");
174 std::error_code EC;
178 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
179 assert(!EC && "Failed to allocate trampoline block");
194 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(),
197 assert(!EC && "Failed to mprotect trampoline block")
    [all...]
  /external/llvm/lib/Object/
ArchiveWriter.cpp 62 if (auto EC = sys::fs::openFileForRead(FileName, FD))
63 return errorCodeToError(EC);
66 if (auto EC = sys::fs::status(FD, Status))
67 return errorCodeToError(EC);
280 if (auto EC = S.printName(NameOS))
281 return EC;
332 if (auto EC = sys::fs::createUniqueFile(ArcName + ".temp-archive-%%%%%%%.a",
334 return std::make_pair(ArcName, EC);
353 if (auto EC = MemberReferenceOffsetOrErr.getError())
354 return std::make_pair(ArcName, EC);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 160 std::error_code EC;
163 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
164 assert(!EC && "Failed to allocate resolver block");
169 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(),
172 assert(!EC && "Failed to mprotect resolver block");
187 std::error_code EC;
191 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
192 assert(!EC && "Failed to allocate trampoline block");
207 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(),
210 assert(!EC && "Failed to mprotect trampoline block")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 160 std::error_code EC;
163 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
164 assert(!EC && "Failed to allocate resolver block");
169 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(),
172 assert(!EC && "Failed to mprotect resolver block");
187 std::error_code EC;
191 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
192 assert(!EC && "Failed to allocate trampoline block");
207 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(),
210 assert(!EC && "Failed to mprotect trampoline block")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 160 std::error_code EC;
163 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
164 assert(!EC && "Failed to allocate resolver block");
169 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(),
172 assert(!EC && "Failed to mprotect resolver block");
187 std::error_code EC;
191 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
192 assert(!EC && "Failed to allocate trampoline block");
207 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(),
210 assert(!EC && "Failed to mprotect trampoline block")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 160 std::error_code EC;
163 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
164 assert(!EC && "Failed to allocate resolver block");
169 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(),
172 assert(!EC && "Failed to mprotect resolver block");
187 std::error_code EC;
191 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
192 assert(!EC && "Failed to allocate trampoline block");
207 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(),
210 assert(!EC && "Failed to mprotect trampoline block")
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
IndirectionUtils.h 160 std::error_code EC;
163 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
164 assert(!EC && "Failed to allocate resolver block");
169 EC = sys::Memory::protectMappedMemory(ResolverBlock.getMemoryBlock(),
172 assert(!EC && "Failed to mprotect resolver block");
187 std::error_code EC;
191 sys::Memory::MF_READ | sys::Memory::MF_WRITE, EC));
192 assert(!EC && "Failed to allocate trampoline block");
207 EC = sys::Memory::protectMappedMemory(TrampolineBlock.getMemoryBlock(),
210 assert(!EC && "Failed to mprotect trampoline block")
    [all...]

Completed in 4520 milliseconds

<<11121314151617181920>>