/third_party/boost/boost/range/adaptor/ |
D | formatted.hpp | 29 template<typename Sep, typename Prefix, typename Postfix> 39 boost::is_array<Prefix>, 40 const typename boost::remove_extent<Prefix>::type*, 41 Prefix 65 template<typename Iter, typename Sep, typename Prefix, typename Postfix> 69 typedef formatted_holder<Sep,Prefix,Postfix> holder_t; 100 typename Prefix, 104 typename range_iterator<const SinglePassRange>::type, Sep, Prefix, Postfix 108 const range_detail::formatted_holder<Sep,Prefix,Postfix>& holder in operator |() argument 112 return range_detail::formatted_range<iterator, Sep, Prefix, Postfix>( in operator |() [all …]
|
/third_party/boost/boost/spirit/home/x3/directive/ |
D | confix.hpp | 16 template<typename Prefix, typename Subject, typename Postfix> 18 unary_parser<Subject, confix_directive<Prefix, Subject, Postfix>> 21 Subject, confix_directive<Prefix, Subject, Postfix>> base_type; 25 constexpr confix_directive(Prefix const& prefix in confix_directive() 53 Prefix prefix; 57 template<typename Prefix, typename Postfix> 62 Prefix, typename extension::as_parser<Subject>::value_type, Postfix> 68 Prefix prefix; 73 template<typename Prefix, typename Postfix> 74 constexpr confix_gen<typename extension::as_parser<Prefix>::value_type, [all …]
|
/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/boost/boost/spirit/repository/home/karma/directive/ |
D | confix.hpp | 33 template <typename Prefix, typename Suffix> 35 , terminal_ex<repository::tag::confix, fusion::vector2<Prefix, Suffix> > > 54 template <typename Subject, typename Prefix, typename Suffix> 56 : spirit::karma::primitive_generator<confix_generator<Subject, Prefix, Suffix> > 65 confix_generator(Subject const& subject, Prefix const& prefix in confix_generator() 88 Prefix prefix; 102 template <typename Prefix, typename Suffix, typename Subject 105 terminal_ex<repository::tag::confix, fusion::vector2<Prefix, Suffix> > 109 result_of::compile<karma::domain, Prefix, Modifiers>::type 132 template <typename Subject, typename Prefix, typename Suffix> [all …]
|
/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/boost/boost/spirit/repository/home/qi/directive/ |
D | confix.hpp | 34 template <typename Prefix, typename Suffix> 36 , terminal_ex<repository::tag::confix, fusion::vector2<Prefix, Suffix> > > 56 template <typename Subject, typename Prefix, typename Suffix> 58 : spirit::qi::unary_parser<confix_parser<Subject, Prefix, Suffix> > 67 confix_parser(Subject const& subject, Prefix const& prefix in confix_parser() 97 Prefix prefix; 111 template <typename Prefix, typename Suffix, typename Subject 114 terminal_ex<repository::tag::confix, fusion::vector2<Prefix, Suffix> > 118 result_of::compile<qi::domain, Prefix, Modifiers>::type 141 template <typename Subject, typename Prefix, typename Suffix> [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
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()
|
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 …]
|
/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/boost/libs/spirit/repository/test/karma/ |
D | confix.cpp | 27 template <typename Prefix, typename Suffix = Prefix> 29 : spirit::result_of::terminal<repo::tag::confix(Prefix, Suffix)> 33 template <typename Prefix, typename Suffix> 34 inline typename traits::confix_spec<Prefix, Suffix>::type 35 confix_spec(Prefix const& prefix, Suffix const& suffix) in confix_spec()
|
/third_party/boost/libs/spirit/repository/test/qi/ |
D | confix.cpp | 33 template <typename Prefix, typename Suffix = Prefix> 37 repo::tag::confix(Prefix, Suffix) 41 template <typename Prefix, typename Suffix> 42 inline typename confix_spec_traits<Prefix, Suffix>::type 43 confix_spec(Prefix const& prefix, Suffix const& suffix) in confix_spec()
|
/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/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 = "",
|
/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()
|