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

1 2 3 4 5 6 78 91011>>

  /external/boringssl/src/crypto/ec_extra/
ec_asn1.c 54 #include <openssl/ec.h>
65 #include "../fipsmodule/ec/internal.h"
82 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR);
96 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR);
107 OPENSSL_PUT_ERROR(EC, EC_R_GROUP_MISMATCH);
111 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR);
117 OPENSSL_PUT_ERROR(EC, EC_R_MISSING_PARAMETERS);
137 OPENSSL_PUT_ERROR(EC, EC_R_WRONG_ORDER);
156 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR);
175 OPENSSL_PUT_ERROR(EC, EC_R_DECODE_ERROR)
    [all...]
  /external/clang/lib/Frontend/
ModuleDependencyCollector.cpp 146 std::error_code EC;
149 llvm::raw_fd_ostream OS(YAMLPath, EC, llvm::sys::fs::F_Text);
150 if (EC) {
206 if (std::error_code EC = fs::create_directories(path::parent_path(Dest),
208 return EC;
209 if (std::error_code EC = fs::copy_file(RealPath, Dest))
210 return EC;
  /external/clang/lib/Sema/
SemaAccess.cpp 100 // We want to add canonical declarations to the EC lists for
408 const EffectiveContext &EC,
410 if (EC.includesClass(Friend))
413 if (EC.isDependent()) {
414 for (const CXXRecordDecl *Context : EC.Records) {
424 const EffectiveContext &EC,
427 return MatchesFriend(S, EC, cast<CXXRecordDecl>(RT->getDecl()));
439 const EffectiveContext &EC,
446 I = EC.Records.begin(), E = EC.Records.end(); I != E; ++I)
    [all...]
  /external/llvm/tools/llvm-pdbdump/
LLVMOutputStyle.cpp 45 if (auto EC = dumpFileHeaders())
46 return EC;
48 if (auto EC = dumpStreamSummary())
49 return EC;
51 if (auto EC = dumpStreamBlocks())
52 return EC;
54 if (auto EC = dumpStreamData())
55 return EC;
57 if (auto EC = dumpInfoStream())
58 return EC;
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
RecordSerialization.cpp 116 auto EC = consume(Bytes, Num);
118 return EC;
125 if (auto EC = consume(Data, N))
126 return EC;
136 if (auto EC = consumeObject(Data, IntPtr))
137 return EC;
144 auto EC = consume(Bytes, Item);
146 return EC;
152 if (auto EC = consumeObject(Data, IntPtr))
153 return EC;
    [all...]
ModuleSubstreamVisitor.cpp 66 if (auto EC = Reader.readObject(Header))
67 return EC;
70 if (auto EC = Reader.readArray(LineInfos, Reader.bytesRemaining()))
71 return EC;
79 if (auto EC = Reader.readArray(Checksums, Reader.bytesRemaining()))
80 return EC;
  /external/llvm/lib/DebugInfo/PDB/Raw/
TpiStream.cpp 184 if (auto EC = Reader.readArray(TypeRecords, Header->TypeRecordBytes))
185 return EC;
204 if (auto EC = HSR.readArray(HashValues, NumHashValues))
205 return EC;
210 if (auto EC = HSR.readArray(TypeIndexOffsets, NumTypeIndexOffsets))
211 return EC;
216 if (auto EC = HSR.readArray(HashAdjustments, NumHashAdjustments))
217 return EC;
223 if (auto EC = verifyHashValues())
224 return EC;
    [all...]
  /external/llvm/lib/DebugInfo/Symbolize/
SymbolizableObjectFile.cpp 44 if (auto EC = Section->getName(Name))
45 return EC;
47 if (auto EC = Section->getContents(Data))
48 return EC;
65 if (auto EC = res->addCoffExportSymbols(CoffObj))
66 return EC;
92 if (auto EC = Ref.getSymbolName(Name))
93 return EC;
94 if (auto EC = Ref.getExportRVA(Offset))
95 return EC;
    [all...]
  /external/llvm/tools/dsymutil/
dsymutil.cpp 103 std::error_code EC;
104 llvm::raw_fd_ostream PL(InfoPlist, EC, llvm::sys::fs::F_Text);
105 if (EC) {
107 << EC.message() << '\n';
155 if (std::error_code EC = create_directories(Bundle.str(), true,
158 << EC.message() << "\n";
187 if (auto EC = getUniqueFile(TmpFile + ".tmp%%%%%.dwarf", FD, UniqueFile)) {
189 << TmpFile << "': " << EC.message() << '\n';
302 if (auto EC = DebugMapPtrsOrErr.getError()) {
304 << "\": " << EC.message() << '\n'
    [all...]
  /external/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 99 std::error_code EC;
103 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
107 if (!EC)
162 std::error_code EC;
166 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
169 if (!EC)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 99 std::error_code EC;
103 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
107 if (!EC)
162 std::error_code EC;
166 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
169 if (!EC)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 99 std::error_code EC;
103 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
107 if (!EC)
162 std::error_code EC;
166 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
169 if (!EC)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 99 std::error_code EC;
103 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
107 if (!EC)
162 std::error_code EC;
166 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
169 if (!EC)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 99 std::error_code EC;
103 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
107 if (!EC)
162 std::error_code EC;
166 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
169 if (!EC)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 99 std::error_code EC;
103 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
107 if (!EC)
162 std::error_code EC;
166 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
169 if (!EC)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 99 std::error_code EC;
103 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
107 if (!EC)
162 std::error_code EC;
166 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
169 if (!EC)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 99 std::error_code EC;
103 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
107 if (!EC)
162 std::error_code EC;
166 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
169 if (!EC)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
DOTGraphTraitsPass.h 99 std::error_code EC;
103 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
107 if (!EC)
162 std::error_code EC;
166 raw_fd_ostream File(Filename, EC, sys::fs::F_Text);
169 if (!EC)
  /external/boringssl/src/crypto/fipsmodule/ec/
wnaf.c 68 #include <openssl/ec.h>
105 OPENSSL_PUT_ERROR(EC, ERR_R_MALLOC_FAILURE);
115 OPENSSL_PUT_ERROR(EC, ERR_R_INTERNAL_ERROR);
127 OPENSSL_PUT_ERROR(EC, ERR_R_INTERNAL_ERROR);
137 OPENSSL_PUT_ERROR(EC, ERR_R_MALLOC_FAILURE);
169 OPENSSL_PUT_ERROR(EC, ERR_R_INTERNAL_ERROR);
178 OPENSSL_PUT_ERROR(EC, ERR_R_INTERNAL_ERROR);
189 OPENSSL_PUT_ERROR(EC, ERR_R_INTERNAL_ERROR);
195 OPENSSL_PUT_ERROR(EC, ERR_R_INTERNAL_ERROR);
280 OPENSSL_PUT_ERROR(EC, EC_R_UNDEFINED_GENERATOR)
    [all...]
ec_key.c 72 #include <openssl/ec.h>
92 OPENSSL_PUT_ERROR(EC, ERR_R_MALLOC_FAILURE);
125 OPENSSL_PUT_ERROR(EC, ERR_R_MALLOC_FAILURE);
165 OPENSSL_PUT_ERROR(EC, ERR_R_PASSED_NULL_PARAMETER);
260 OPENSSL_PUT_ERROR(EC, EC_R_WRONG_ORDER);
298 OPENSSL_PUT_ERROR(EC, ERR_R_PASSED_NULL_PARAMETER);
303 OPENSSL_PUT_ERROR(EC, EC_R_POINT_AT_INFINITY);
315 OPENSSL_PUT_ERROR(EC, EC_R_POINT_IS_NOT_ON_CURVE);
324 OPENSSL_PUT_ERROR(EC, EC_R_WRONG_ORDER);
330 OPENSSL_PUT_ERROR(EC, ERR_R_EC_LIB)
    [all...]
  /external/clang/tools/libclang/
CXLoadedDiagnostic.cpp 255 std::error_code EC = readDiagnostics(file);
256 if (EC) {
257 switch (EC.value()) {
262 reportBad(CXLoadDiag_CannotLoad, EC.message());
265 reportInvalidFile(EC.message());
299 std::error_code EC;
300 if ((EC = readLocation(SDStart, *Start)))
301 return EC;
302 if ((EC = readLocation(SDEnd, *End)))
303 return EC;
    [all...]
  /external/llvm/include/llvm/ProfileData/
SampleProfWriter.h 44 if (std::error_code EC = writeHeader(ProfileMap))
45 return EC;
48 if (std::error_code EC = write(Profile))
49 return EC;
  /external/llvm/tools/bugpoint/
OptimizerDriver.cpp 80 std::error_code EC;
81 tool_output_file Out(Filename, EC, sys::fs::F_None);
82 if (!EC)
137 std::error_code EC = sys::fs::createUniqueFile(
139 if (EC) {
141 << EC.message() << "\n";
149 EC = sys::fs::createUniqueFile(OutputPrefix + "-input-%%%%%%%.bc", InputFD,
151 if (EC) {
153 << EC.message() << "\n";
  /external/llvm/tools/lli/
OrcLazyJIT.cpp 84 std::error_code EC;
85 raw_fd_ostream Out(M->getModuleIdentifier() + ".ll", EC,
87 if (EC) {
89 << " for dumping.\nError:" << EC.message() << "\n";
  /external/llvm/tools/llvm-as/
llvm-as.cpp 74 std::error_code EC;
76 new tool_output_file(OutputFilename, EC, sys::fs::F_None));
77 if (EC) {
78 errs() << EC.message() << '\n';

Completed in 926 milliseconds

1 2 3 4 5 6 78 91011>>