/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 21 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() argument 24 assert((Prefix.str().size() + Suffix.size() <= MAX_LINE_LEN) && in printLine() 26 OS << Prefix; in printLine() 35 StringRef Prefix("|* "); in emitSourceFileHeader() local 37 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader() 38 size_t PSLen = Prefix.size() + Suffix.size(); in emitSourceFileHeader() 43 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix); in emitSourceFileHeader() 46 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader() 47 printLine(OS, Prefix + "Automatically generated file, do not edit!", ' ', in emitSourceFileHeader() 49 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | WithColor.cpp | 68 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error() argument 70 if (!Prefix.empty()) in error() 71 OS << Prefix << ": "; in error() 76 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() argument 78 if (!Prefix.empty()) in warning() 79 OS << Prefix << ": "; in warning() 84 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() argument 86 if (!Prefix.empty()) in note() 87 OS << Prefix << ": "; in note() 91 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark() argument [all …]
|
D | TarWriter.cpp | 51 char Prefix[155]; member 127 static bool splitUstar(StringRef Path, StringRef &Prefix, StringRef &Name) { in splitUstar() argument 129 Prefix = ""; in splitUstar() 134 size_t Sep = Path.rfind('/', sizeof(UstarHeader::Prefix) + 1); in splitUstar() 140 Prefix = Path.substr(0, Sep); in splitUstar() 147 static void writeUstarHeader(raw_fd_ostream &OS, StringRef Prefix, in writeUstarHeader() argument 153 memcpy(Hdr.Prefix, Prefix.data(), Prefix.size()); in writeUstarHeader() 181 StringRef Prefix; in append() local 183 if (splitUstar(Fullpath, Prefix, Name)) { in append() 184 writeUstarHeader(OS, Prefix, Name, Data.size()); in append()
|
D | FileCheck.cpp | 309 bool Pattern::parsePattern(StringRef PatternStr, StringRef Prefix, in parsePattern() argument 325 "found empty check string with prefix '" + Prefix + ":'"); in parsePattern() 332 "found non-empty check string for empty check with prefix '" + Prefix + in parsePattern() 942 std::string Check::FileCheckType::getDescription(StringRef Prefix) const { in getDescription() 948 return Prefix.str() + "-COUNT"; in getDescription() 949 return Prefix; in getDescription() 951 return Prefix.str() + "-NEXT"; in getDescription() 953 return Prefix.str() + "-SAME"; in getDescription() 955 return Prefix.str() + "-NOT"; in getDescription() 957 return Prefix.str() + "-DAG"; in getDescription() [all …]
|
D | SpecialCaseList.cpp | 166 StringRef Prefix = SplitLine.first; in parse() local 191 auto &Entry = Sections[SectionsMap[Section]].Entries[Prefix][Category]; in parse() 204 bool SpecialCaseList::inSection(StringRef Section, StringRef Prefix, in inSection() argument 206 return inSectionBlame(Section, Prefix, Query, Category); in inSection() 209 unsigned SpecialCaseList::inSectionBlame(StringRef Section, StringRef Prefix, in inSectionBlame() argument 215 inSectionBlame(SectionIter.Entries, Prefix, Query, Category); in inSectionBlame() 223 StringRef Prefix, StringRef Query, in inSectionBlame() argument 225 SectionEntries::const_iterator I = Entries.find(Prefix); in inSectionBlame()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTimerTree.cpp | 196 TTindex Prefix = StackTop; in update() local 197 while (Prefix) { in update() 198 Nodes[Prefix].Time += Delta; in update() 200 if (UpdateCounts && Prefix == StackTop) in update() 201 ++Nodes[Prefix].UpdateCount; in update() 202 TTindex Next = Nodes[Prefix].Parent; in update() 203 assert(Next < Prefix); in update() 204 Prefix = Next; in update() 278 TTindex Prefix = i; in dump() local 280 while (Prefix) { in dump() [all …]
|
D | IceTranslator.cpp | 31 std::string Translator::createUnnamedName(const std::string &Prefix, in createUnnamedName() argument 34 return Prefix; in createUnnamedName() 37 StrBuf << Prefix << Index; in createUnnamedName() 43 const std::string &Prefix) { in checkIfUnnamedNameSafe() argument 44 if (Name.find(Prefix) == 0) { in checkIfUnnamedNameSafe() 45 for (size_t i = Prefix.size(); i < Name.size(); ++i) { in checkIfUnnamedNameSafe() 52 Stream << "Warning : Default " << Kind << " prefix '" << Prefix in checkIfUnnamedNameSafe()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Mangler.cpp | 34 const DataLayout &DL, char Prefix) { in getNameWithPrefixImpl() argument 47 Prefix = '\0'; in getNameWithPrefixImpl() 54 if (Prefix != '\0') in getNameWithPrefixImpl() 55 OS << Prefix; in getNameWithPrefixImpl() 64 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() local 65 return getNameWithPrefixImpl(OS, GVName, PrefixTy, DL, Prefix); in getNameWithPrefixImpl() 76 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local 77 return getNameWithPrefixImpl(OS, GVName, Default, DL, Prefix); in getNameWithPrefix() 135 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local 154 Prefix = '@'; // fastcall functions have an @ prefix instead of _. in getNameWithPrefix() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | SymbolSerializer.h | 40 RecordPrefix Prefix; in writeRecordPrefix() local 41 Prefix.RecordKind = Kind; in writeRecordPrefix() 42 Prefix.RecordLen = 0; in writeRecordPrefix() 43 if (auto EC = Writer.writeObject(Prefix)) in writeRecordPrefix() 54 RecordPrefix Prefix{uint16_t(Sym.Kind)}; in writeOneSymbol() 55 CVSymbol Result(&Prefix, sizeof(Prefix)); in writeOneSymbol()
|
D | CVRecord.h | 77 const RecordPrefix *Prefix = in forEachCodeViewRecord() local 80 size_t RealLen = Prefix->RecordLen + 2; in forEachCodeViewRecord() 98 const RecordPrefix *Prefix = nullptr; in readCVRecordFromStream() local 102 if (auto EC = Reader.readObject(Prefix)) in readCVRecordFromStream() 104 if (Prefix->RecordLen < 2) in readCVRecordFromStream() 109 if (auto EC = Reader.readBytes(RawData, Prefix->RecordLen + sizeof(uint16_t))) in readCVRecordFromStream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | ContinuationRecordBuilder.cpp | 14 SegmentInjection(TypeLeafKind Kind) { Prefix.RecordKind = Kind; } in SegmentInjection() 17 RecordPrefix Prefix; member 70 RecordPrefix Prefix(getTypeLeafKind(RecordKind)); in begin() local 71 CVType Type(&Prefix, sizeof(Prefix)); in begin() 74 cantFail(SegmentWriter.writeObject(Prefix)); in begin() 158 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(Data.data()); in createSegmentRecord() local 159 Prefix->RecordLen = Data.size() - sizeof(RecordPrefix::RecordLen); in createSegmentRecord() 174 RecordPrefix Prefix(getTypeLeafKind(*Kind)); in end() local 175 CVType Type(&Prefix, sizeof(Prefix)); in end()
|
D | SimpleTypeSerializer.cpp | 32 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(ScratchBuffer.data()); in serialize() local 33 CVType CVT(Prefix, sizeof(RecordPrefix)); in serialize() 42 Prefix->RecordKind = CVT.kind(); in serialize() 43 Prefix->RecordLen = Writer.getOffset() - sizeof(uint16_t); in serialize()
|
/third_party/skia/third_party/externals/dawn/generator/templates/ |
D | dawn_proc_table.h | 15 {% set Prefix = metadata.proc_table_prefix %} 16 #ifndef DAWN_{{Prefix.upper()}}_PROC_TABLE_H_ 17 #define DAWN_{{Prefix.upper()}}_PROC_TABLE_H_ 22 typedef struct {{Prefix}}ProcTable { 33 } {{Prefix}}ProcTable;
|
D | dawn_thread_dispatch_proc.cpp | 1 {% set Prefix = metadata.proc_table_prefix %} 2 {% set prefix = Prefix.lower() %} 7 static {{Prefix}}ProcTable nullProcs; 8 thread_local {{Prefix}}ProcTable perThreadProcs; 10 void {{prefix}}ProcSetPerThreadProcs(const {{Prefix}}ProcTable* procs) { in ProcSetPerThreadProcs() 52 {{Prefix}}ProcTable {{prefix}}ThreadDispatchProcTable = {
|
D | dawn_proc.c | 15 {% set Prefix = metadata.proc_table_prefix %} 16 {% set prefix = Prefix.lower() %} 19 static {{Prefix}}ProcTable procs; 21 static {{Prefix}}ProcTable nullProcs; 23 void {{prefix}}ProcSetProcs(const {{Prefix}}ProcTable* procs_) { in ProcSetProcs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | TapiFile.h | 46 StringRef Prefix; member 50 constexpr Symbol(StringRef Prefix, StringRef Name, uint32_t Flags) in Symbol() 51 : Prefix(Prefix), Name(Name), Flags(Flags) {} in Symbol()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 139 LLVMPerfJitRecordPrefix Prefix; member 157 LLVMPerfJitRecordPrefix Prefix; member 411 rec.Prefix.Id = JIT_CODE_LOAD; in NotifyCode() 412 rec.Prefix.TotalSize = sizeof(rec) + // debug record itself in NotifyCode() 415 rec.Prefix.Timestamp = perf_get_timestamp(); in NotifyCode() 442 rec.Prefix.Id = JIT_CODE_DEBUG_INFO; in NotifyDebug() 443 rec.Prefix.TotalSize = sizeof(rec); // will be increased further in NotifyDebug() 444 rec.Prefix.Timestamp = perf_get_timestamp(); in NotifyDebug() 453 rec.Prefix.TotalSize += sizeof(LLVMPerfJitDebugEntry); in NotifyDebug() 454 rec.Prefix.TotalSize += line.FileName.size() + 1; in NotifyDebug()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | Other.cpp | 60 #define TestImpl(Prefix) \ in TEST_F() argument 63 __ emitSegmentOverride(Prefix); \ in TEST_F() 64 ASSERT_EQ(ByteCount, codeBytesSize()) << Prefix; \ in TEST_F() 65 verifyBytes<ByteCount>(codeBytes(), Prefix); \ in TEST_F()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | WithColor.h | 85 static raw_ostream &error(raw_ostream &OS, StringRef Prefix = "", 88 static raw_ostream &warning(raw_ostream &OS, StringRef Prefix = "", 91 static raw_ostream ¬e(raw_ostream &OS, StringRef Prefix = "", 94 static raw_ostream &remark(raw_ostream &OS, StringRef Prefix = "",
|
D | TypeName.h | 46 for (StringRef Prefix : {"class ", "struct ", "union ", "enum "}) in getTypeName() 47 if (Name.startswith(Prefix)) { in getTypeName() 48 Name = Name.drop_front(Prefix.size()); in getTypeName()
|
/third_party/icu/icu4c/source/i18n/ |
D | formattedval_impl.h | 257 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument 259 Prefix ## _openResult (UErrorCode* ec) { \ 271 Prefix ## _resultAsValue (const CType* uresult, UErrorCode* ec) { \ 277 Prefix ## _closeResult (CType* uresult) { \ 293 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument 308 UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix)
|
/third_party/node/deps/icu-small/source/i18n/ |
D | formattedval_impl.h | 258 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument 260 Prefix ## _openResult (UErrorCode* ec) { \ 272 Prefix ## _resultAsValue (const CType* uresult, UErrorCode* ec) { \ 278 Prefix ## _closeResult (CType* uresult) { \ 294 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument 309 UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix)
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | formattedval_impl.h | 257 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument 259 Prefix ## _openResult (UErrorCode* ec) { \ 271 Prefix ## _resultAsValue (const CType* uresult, UErrorCode* ec) { \ 277 Prefix ## _closeResult (CType* uresult) { \ 293 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument 308 UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 22 StringRef Prefix) in DwarfStringPool() argument 23 : Pool(A), Prefix(Prefix), in DwarfStringPool() 33 Entry.Symbol = ShouldCreateSymbols ? Asm.createTempSymbol(Prefix) : nullptr; in getEntryImpl()
|
/third_party/lz4/examples/ |
D | blockStreaming_lineByLine.md | 38 Prefix Mode Dependency 51 Prefix Prefix 79 Prefix 100 This dependency is called "Prefix mode".
|