| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| index.cc | 23 enum class EC { THREE, FOUR }; 24 EC ec_value = EC::THREE;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| index.cc | 23 enum class EC { THREE, FOUR }; 24 EC ec_value = EC::THREE;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| IntEqClasses.cpp | 27 EC.reserve(N); 28 while (EC.size() < N) 29 EC.push_back(EC.size()); 34 unsigned eca = EC[a]; 35 unsigned ecb = EC[b]; 41 EC[b] = eca; 43 ecb = EC[b]; 45 EC[a] = ecb; 47 eca = EC[a] [all...] |
| Error.cpp | 87 Error errorCodeToError(std::error_code EC) { 88 if (!EC) 90 return Error(std::make_unique<ECError>(ECError(EC))); 94 std::error_code EC; 96 EC = EI.convertToErrorCode(); 98 if (EC == inconvertibleErrorCode()) 99 report_fatal_error(EC.message()); 100 return EC; 116 StringError::StringError(std::error_code EC, const Twine &S) 117 : Msg(S.str()), EC(EC) { [all...] |
| /src/external/bsd/tradcpp/dist/tests/ |
| t37.c | 2 #define EC */**// 6 EC 8 BC comment? EC 11 FOO(abc BC def EC ghi) 14 BAR(abc BC def, ghi EC jkl) 18 EC
|
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| DebugSubsectionVisitor.cpp | 35 if (auto EC = Fragment.initialize(Reader)) 36 return EC; 42 if (auto EC = Fragment.initialize(Reader)) 43 return EC; 49 if (auto EC = Fragment.initialize(Reader)) 50 return EC; 55 if (auto EC = Section.initialize(Reader)) 56 return EC; 61 if (auto EC = Section.initialize(Reader)) 62 return EC; [all...] |
| CVSymbolVisitor.cpp | 25 if (auto EC = Callbacks.visitKnownRecord(Record, KnownRecord)) 26 return EC; 34 if (auto EC = Callbacks.visitUnknownSymbol(Record)) 35 return EC; 39 if (auto EC = visitKnownRecord<Name>(Record, Callbacks)) \ 40 return EC; \ 48 if (auto EC = Callbacks.visitSymbolEnd(Record)) 49 return EC; 55 if (auto EC = Callbacks.visitSymbolBegin(Record)) 56 return EC; [all...] |
| DebugInlineeLinesSubsection.cpp | 27 if (auto EC = Reader.readObject(Item.Header)) 28 return EC; 32 if (auto EC = Reader.readInteger(ExtraFileCount)) 33 return EC; 34 if (auto EC = Reader.readArray(Item.ExtraFiles, ExtraFileCount)) 35 return EC; 46 if (auto EC = Reader.readEnum(Signature)) 47 return EC; 50 if (auto EC = Reader.readArray(Lines, Reader.bytesRemaining())) 51 return EC; [all...] |
| CodeViewRecordIO.cpp | 107 if (auto EC = Writer->writeBytes(Bytes)) 108 return EC; 110 if (auto EC = Reader->readBytes(Bytes, Reader->bytesRemaining())) 111 return EC; 119 if (auto EC = mapByteVectorTail(BytesRef, Comment)) 120 return EC; 137 if (auto EC = Writer->writeInteger(TypeInd.getIndex())) 138 return EC; 141 if (auto EC = Reader->readInteger(I)) 142 return EC; [all...] |
| DebugSubsectionRecord.cpp | 33 if (auto EC = Reader.readObject(Header)) 34 return EC; 38 if (auto EC = Reader.readStreamRef(Info.Data, Header->Length)) 39 return EC; 81 if (auto EC = Writer.writeObject(Header)) 82 return EC; 84 if (auto EC = Subsection->commit(Writer)) 85 return EC; 87 if (auto EC = Writer.writeStreamRef(Contents.getRecordData())) 88 return EC; [all...] |
| RecordSerialization.cpp | 40 if (auto EC = Reader.readInteger(Short)) 41 return EC; 52 if (auto EC = Reader.readInteger(N)) 53 return EC; 59 if (auto EC = Reader.readInteger(N)) 60 return EC; 66 if (auto EC = Reader.readInteger(N)) 67 return EC; 73 if (auto EC = Reader.readInteger(N)) 74 return EC; [all...] |
| DebugFrameDataSubsection.cpp | 17 if (auto EC = Reader.readObject(RelocPtr)) 18 return EC; 26 if (auto EC = Reader.readArray(Frames, Count)) 27 return EC; 45 if (auto EC = Writer.writeInteger<uint32_t>(0)) 46 return EC; 53 if (auto EC = Writer.writeArray(makeArrayRef(SortedFrames))) 54 return EC;
|
| SymbolSerializer.cpp | 31 if (auto EC = writeRecordPrefix(Record.kind())) 32 return EC; 35 if (auto EC = Mapping.visitSymbolBegin(Record)) 36 return EC; 44 if (auto EC = Mapping.visitSymbolEnd(Record)) 45 return EC; 50 if (auto EC = Writer.writeInteger(Length)) 51 return EC;
|
| DebugLinesSubsection.cpp | 27 if (auto EC = Reader.readObject(BlockHeader)) 28 return EC; 44 if (auto EC = Reader.readArray(Item.LineNumbers, BlockHeader->NumLines)) 45 return EC; 47 if (auto EC = Reader.readArray(Item.Columns, BlockHeader->NumLines)) 48 return EC; 57 if (auto EC = Reader.readObject(Header)) 58 return EC; 61 if (auto EC = Reader.readArray(LinesAndColumns, Reader.bytesRemaining())) 62 return EC; [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| TypeVisitorCallbackPipeline.h | 27 if (auto EC = Visitor->visitUnknownType(Record)) 28 return EC; 35 if (auto EC = Visitor->visitUnknownMember(Record)) 36 return EC; 43 if (auto EC = Visitor->visitTypeBegin(Record)) 44 return EC; 51 if (auto EC = Visitor->visitTypeBegin(Record, Index)) 52 return EC; 59 if (auto EC = Visitor->visitTypeEnd(Record)) 60 return EC; [all...] |
| SymbolVisitorCallbackPipeline.h | 26 if (auto EC = Visitor->visitUnknownSymbol(Record)) 27 return EC; 34 if (auto EC = Visitor->visitSymbolBegin(Record, Offset)) 35 return EC; 42 if (auto EC = Visitor->visitSymbolBegin(Record)) 43 return EC; 50 if (auto EC = Visitor->visitSymbolEnd(Record)) 51 return EC; 63 if (auto EC = Visitor->visitKnownRecord(CVR, Record)) \ 64 return EC; \ [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| IntEqClasses.h | 28 /// EC - When uncompressed, map each integer to a smaller member of its 32 /// When compressed, EC[i] is the equivalence class of i. 33 SmallVector<unsigned, 8> EC; 51 EC.clear(); 77 return EC[a];
|
| /src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| Reproducer.cpp | 15 static std::string createReproducerDir(std::error_code &EC) { 19 EC = sys::fs::create_directory(Root); 21 EC = sys::fs::createUniqueDirectory("dsymutil", Root); 23 return EC ? "" : std::string(Root); 29 ReproducerGenerate::ReproducerGenerate(std::error_code &EC) 30 : Root(createReproducerDir(EC)), FC() { 48 ReproducerUse::ReproducerUse(StringRef Root, std::error_code &EC) { 55 EC = Buffer.getError(); 66 std::error_code EC; 68 std::make_unique<ReproducerGenerate>(EC); [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| HashTable.cpp | 27 if (auto EC = Stream.readInteger(NumWords)) 29 std::move(EC), 35 if (auto EC = Stream.readInteger(Word)) 36 return joinErrors(std::move(EC), 52 if (auto EC = Writer.writeInteger(ReqWords)) 54 std::move(EC), 65 if (auto EC = Writer.writeInteger(Word)) 66 return joinErrors(std::move(EC), make_error<RawError>(
|
| PDBStringTable.cpp | 28 if (auto EC = Reader.readObject(Header)) 29 return EC; 44 if (auto EC = Reader.readStreamRef(Stream)) 45 return EC; 47 if (auto EC = Strings.initialize(Stream)) { 48 return joinErrors(std::move(EC), 64 if (auto EC = Reader.readObject(HashCount)) 65 return EC; 67 if (auto EC = Reader.readArray(IDs, *HashCount)) { 68 return joinErrors(std::move(EC), [all...] |
| InfoStreamBuilder.cpp | 53 if (auto EC = Msf.setStreamSize(StreamPDB, Length)) 54 return EC; 69 if (auto EC = Writer.writeObject(H)) 70 return EC; 72 if (auto EC = NamedStreams.commit(Writer)) 73 return EC; 74 if (auto EC = Writer.writeInteger(0)) 75 return EC; 77 if (auto EC = Writer.writeEnum(E)) 78 return EC; [all...] |
| ModuleDebugStream.cpp | 61 if (auto EC = Reader.readInteger(Signature)) 62 return EC; 64 if (auto EC = Reader.readSubstream(SymbolsSubstream, SymbolSize)) 65 return EC; 66 if (auto EC = Reader.readSubstream(C11LinesSubstream, C11Size)) 67 return EC; 68 if (auto EC = Reader.readSubstream(C13LinesSubstream, C13Size)) 69 return EC; 72 if (auto EC = SymbolReader.readArray( 74 return EC; [all...] |
| PDBStringTableBuilder.cpp | 159 if (auto EC = Writer.writeObject(H)) 160 return EC; 166 if (auto EC = Strings.commit(Writer)) 167 return EC; 176 if (auto EC = Writer.writeInteger(BucketCount)) 177 return EC; 194 if (auto EC = Writer.writeArray(ArrayRef<ulittle32_t>(Buckets))) 195 return EC; 202 if (auto EC = Writer.writeInteger<uint32_t>(Strings.size())) 203 return EC; [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| SampleProfReader.cpp | 372 std::error_code EC; 376 EC = sampleprof_error::malformed; 378 EC = sampleprof_error::truncated; 380 EC = sampleprof_error::success; 382 if (EC) { 383 reportError(0, EC.message()); 384 return EC; 392 std::error_code EC; 395 EC = sampleprof_error::truncated; 396 reportError(0, EC.message()) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| EdgeBundles.h | 27 /// EC - Each edge bundle is an equivalence class. The keys are: 30 IntEqClasses EC; 41 unsigned getBundle(unsigned N, bool Out) const { return EC[2 * N + Out]; } 44 unsigned getNumBundles() const { return EC.getNumClasses(); }
|