/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | WithColor.cpp | 68 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error() 76 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() 84 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() 91 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark()
|
D | SpecialCaseList.cpp | 166 StringRef Prefix = SplitLine.first; in parse() local 204 bool SpecialCaseList::inSection(StringRef Section, StringRef Prefix, in inSection() 209 unsigned SpecialCaseList::inSectionBlame(StringRef Section, StringRef Prefix, in inSectionBlame() 223 StringRef Prefix, StringRef Query, in inSectionBlame()
|
D | TarWriter.cpp | 51 char Prefix[155]; member 127 static bool splitUstar(StringRef Path, StringRef &Prefix, StringRef &Name) { in splitUstar() 147 static void writeUstarHeader(raw_fd_ostream &OS, StringRef Prefix, in writeUstarHeader() 181 StringRef Prefix; in append() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | WithColor.cpp | 91 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix, in error() 101 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix, in warning() 111 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix, in note() 121 raw_ostream &WithColor::remark(raw_ostream &OS, StringRef Prefix, in remark()
|
D | SpecialCaseList.cpp | 165 StringRef Prefix = SplitLine.first; in parse() local 203 bool SpecialCaseList::inSection(StringRef Section, StringRef Prefix, in inSection() 208 unsigned SpecialCaseList::inSectionBlame(StringRef Section, StringRef Prefix, in inSectionBlame() 222 StringRef Prefix, StringRef Query, in inSectionBlame()
|
D | TarWriter.cpp | 51 char Prefix[155]; member 127 static bool splitUstar(StringRef Path, StringRef &Prefix, StringRef &Name) { in splitUstar() 157 static void writeUstarHeader(raw_fd_ostream &OS, StringRef Prefix, in writeUstarHeader() 192 StringRef Prefix; in append() local
|
/external/llvm/lib/IR/ |
D | Mangler.cpp | 34 const DataLayout &DL, char Prefix) { in getNameWithPrefixImpl() 61 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() local 73 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local 132 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local
|
/external/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() 36 StringRef Prefix("|* "); in emitSourceFileHeader() local
|
/external/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() 35 StringRef Prefix("|* "); in emitSourceFileHeader() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() 36 StringRef Prefix("|* "); in emitSourceFileHeader() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Mangler.cpp | 34 const DataLayout &DL, char Prefix) { in getNameWithPrefixImpl() 64 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() local 76 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local 135 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local
|
/external/rust/android-crates-io/crates/textdistance/src/algorithms/ |
D | prefix.rs | 9 pub struct Prefix {} struct 11 impl Algorithm<usize> for Prefix { implementation
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTranslator.cpp | 31 std::string Translator::createUnnamedName(const std::string &Prefix, in createUnnamedName() 43 const std::string &Prefix) { in checkIfUnnamedNameSafe()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | ContinuationRecordBuilder.cpp | 17 RecordPrefix Prefix; member 70 RecordPrefix Prefix(getTypeLeafKind(RecordKind)); in begin() local 158 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(Data.data()); in createSegmentRecord() local 174 RecordPrefix Prefix(getTypeLeafKind(*Kind)); in end() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
D | Mangler.cpp | 35 const DataLayout &DL, char Prefix) { in getNameWithPrefixImpl() 65 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefixImpl() local 77 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local 143 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
D | ContinuationRecordBuilder.cpp | 17 RecordPrefix Prefix; member 70 RecordPrefix Prefix(getTypeLeafKind(RecordKind)); in begin() local 158 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(Data.data()); in createSegmentRecord() local 174 RecordPrefix Prefix(getTypeLeafKind(*Kind)); in end() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 257 [[nodiscard]] bool starts_with(StringRef Prefix) const { in starts_with() 261 [[nodiscard]] bool startswith(StringRef Prefix) const { in startswith() 267 [[nodiscard]] bool startswith_insensitive(StringRef Prefix) const { in startswith_insensitive() 623 bool consume_front(StringRef Prefix) { in consume_front() 633 bool consume_front_insensitive(StringRef Prefix) { in consume_front_insensitive()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVRecord.h | 73 const RecordPrefix *Prefix = in forEachCodeViewRecord() local 94 const RecordPrefix *Prefix = nullptr; in readCVRecordFromStream() local
|
/external/clang/lib/Frontend/ |
D | InitPreprocessor.cpp | 130 static void DefineFloatMacros(MacroBuilder &Builder, StringRef Prefix, in DefineFloatMacros() 200 static void DefineFmt(const Twine &Prefix, TargetInfo::IntType Ty, in DefineFmt() 237 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntType() local 257 const char *Prefix = IsSigned ? "__INT" : "__UINT"; in DefineExactWidthIntTypeSize() local 268 const char *Prefix = IsSigned ? "__INT_LEAST" : "__UINT_LEAST"; in DefineLeastWidthIntType() local 282 const char *Prefix = IsSigned ? "__INT_FAST" : "__UINT_FAST"; in DefineFastIntType() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CVRecord.h | 77 const RecordPrefix *Prefix = in forEachCodeViewRecord() local 98 const RecordPrefix *Prefix = nullptr; in readCVRecordFromStream() local
|
/external/clang/lib/AST/ |
D | NestedNameSpecifier.cpp | 47 NestedNameSpecifier *Prefix, IdentifierInfo *II) { in Create() 60 NestedNameSpecifier *Prefix, in Create() 76 NestedNameSpecifier *Prefix, in Create() 92 NestedNameSpecifier *Prefix, in Create() 401 while (NestedNameSpecifierLoc Prefix = First.getPrefix()) in getSourceRange() local
|
/external/cronet/stable/third_party/icu/source/i18n/ |
D | formattedval_impl.h | 261 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument 297 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
|
/external/icu/icu4c/source/i18n/ |
D | formattedval_impl.h | 261 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument 297 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
|
/external/icu/libicu/cts_headers/ |
D | formattedval_impl.h | 261 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument 297 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
|
/external/cronet/tot/third_party/icu/source/i18n/ |
D | formattedval_impl.h | 261 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument 297 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
|