| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
| D | WithColor.cpp | 69 raw_ostream &WithColor::error(raw_ostream &OS, StringRef Prefix) { in error() 75 raw_ostream &WithColor::warning(raw_ostream &OS, StringRef Prefix) { in warning() 81 raw_ostream &WithColor::note(raw_ostream &OS, StringRef Prefix) { in note()
|
| 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 | 52 char Prefix[155]; member 128 static bool splitUstar(StringRef Path, StringRef &Prefix, StringRef &Name) { in splitUstar() 148 static void writeUstarHeader(raw_fd_ostream &OS, StringRef Prefix, in writeUstarHeader() 182 StringRef Prefix; in append() local
|
| /external/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/ |
| D | unwinder.h | 41 #define UNWIND_MAKE_IDENTIFIER_EXPLICIT_PASTER(Prefix, Suffix) Prefix ## Suffix argument 42 #define UNWIND_MAKE_IDENTIFIER_EXPLICIT(Prefix, Suffix) UNWIND_MAKE_IDENTIFIER_EXPLICIT_PASTER(Pref… argument 44 #define UNWIND_MAKE_IDENTIFIER(Prefix) UNWIND_MAKE_IDENTIFIER_EXPLICIT(Prefix, __LINE__) argument
|
| /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/swiftshader/third_party/llvm-7.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/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/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-7.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 136 char Prefix = DL.getGlobalPrefix(); in getNameWithPrefix() local
|
| /external/icu/icu4c/source/i18n/ |
| D | formattedval_impl.h | 221 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument 257 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
| D | SimpleTypeSerializer.cpp | 7 RecordPrefix Prefix; in writeRecordPrefix() local 46 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(ScratchBuffer.data()); in serialize() local
|
| D | ContinuationRecordBuilder.cpp | 17 RecordPrefix Prefix; member 74 RecordPrefix Prefix; in begin() local 165 RecordPrefix *Prefix = reinterpret_cast<RecordPrefix *>(Data.data()); in createSegmentRecord() local
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
| D | GlobPattern.h | 43 Optional<StringRef> Prefix; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | CVRecord.h | 70 const RecordPrefix *Prefix = in forEachCodeViewRecord() local 92 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-7.0/llvm/utils/FileCheck/ |
| D | FileCheck.cpp | 200 bool Pattern::ParsePattern(StringRef PatternStr, StringRef Prefix, in ParsePattern() 677 StringRef Prefix; member 773 static std::string CheckTypeName(StringRef Prefix, Check::CheckType Ty) { in CheckTypeName() 799 static Check::CheckType FindCheckType(StringRef Buffer, StringRef Prefix) { in FindCheckType() 878 StringRef Prefix = Matches[0]; in FindFirstMatchingPrefix() local 923 std::string Prefix = (Twine("-") + ImplicitCheckNot.ArgStr + "='").str(); in ReadCheckFile() local 1049 StringRef Prefix, SMLoc Loc, const Pattern &Pat, in PrintMatch() 1079 StringRef Prefix, SMLoc Loc, const Pattern &Pat, in PrintNoMatch() 1418 for (StringRef Prefix : CheckPrefixes) { in ValidateCheckPrefixes() local 1447 for (StringRef Prefix : CheckPrefixes) { in buildCheckPrefixRegex() 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/brotli/csharp/org/brotli/dec/ |
| D | Prefix.cs | 15 internal sealed class Prefix class
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfStringPool.h | 31 StringRef Prefix; variable
|
| /external/clang/include/clang/Frontend/ |
| D | TextDiagnosticPrinter.h | 36 std::string Prefix; variable
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfStringPool.h | 31 StringRef Prefix; variable
|
| /external/llvm/tools/bugpoint/ |
| D | CrashDebugger.cpp | 76 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() 127 TestResult doTest(std::vector<GlobalVariable*> &Prefix, in doTest() 197 TestResult doTest(std::vector<Function*> &Prefix, in doTest() 333 TestResult doTest(std::vector<const BasicBlock*> &Prefix, in doTest() 442 TestResult doTest(std::vector<const Instruction*> &Prefix, in doTest() 519 TestResult doTest(std::vector<std::string> &Prefix, in doTest() 589 TestResult doTest(std::vector<const MDNode *> &Prefix, in doTest()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/ |
| D | CrashDebugger.cpp | 85 ReducePassList::doTest(std::vector<std::string> &Prefix, in doTest() 132 Expected<TestResult> doTest(std::vector<GlobalVariable *> &Prefix, in doTest() 199 Expected<TestResult> doTest(std::vector<Function *> &Prefix, in doTest() 370 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 488 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 593 Expected<TestResult> doTest(std::vector<const BasicBlock *> &Prefix, in doTest() 684 Expected<TestResult> doTest(std::vector<const Instruction *> &Prefix, in doTest() 760 Expected<TestResult> doTest(std::vector<std::string> &Prefix, in doTest() 827 Expected<TestResult> doTest(std::vector<const MDNode *> &Prefix, in doTest()
|
| /external/llvm/utils/FileCheck/ |
| D | FileCheck.cpp | 187 StringRef Prefix, in ParsePattern() 621 StringRef Prefix; member 731 static Check::CheckType FindCheckType(StringRef Buffer, StringRef Prefix) { in FindCheckType() 792 for (StringRef Prefix : CheckPrefixes) { in FindFirstCandidateMatch() local 843 StringRef Prefix = FindFirstCandidateMatch(Buffer, CheckTy, CheckLoc); in FindFirstMatchingPrefix() local 890 std::string Prefix = (Twine("-") + ImplicitCheckNot.ArgStr + "='").str(); in ReadCheckFile() local 1284 for (StringRef Prefix : CheckPrefixes) { in ValidateCheckPrefixes() local
|
| /external/clang/lib/Lex/ |
| D | HeaderMap.cpp | 190 StringRef Prefix = getStringOrInvalid(B.Prefix); in dump() local 232 Optional<StringRef> Prefix = getString(B.Prefix); in lookupFilename() local
|