Home
last modified time | relevance | path

Searched defs:Prefix (Results 1 – 25 of 210) sorted by relevance

123456789

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DWithColor.cpp68 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()
DSpecialCaseList.cpp166 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()
DTarWriter.cpp51 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/Reactive-Extensions/RxCpp/Rx/v2/examples/win_text/
Dunwinder.h41 #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/
DMangler.cpp34 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-10.0/llvm/lib/IR/
DMangler.cpp34 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/llvm/lib/TableGen/
DTableGenBackend.cpp22 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/
DTableGenBackend.cpp21 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine()
35 StringRef Prefix("|* "); in emitSourceFileHeader() local
/external/swiftshader/third_party/subzero/src/
DIceTranslator.cpp31 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/
DContinuationRecordBuilder.cpp17 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/clang/lib/Frontend/
DInitPreprocessor.cpp130 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/
DCVRecord.h77 const RecordPrefix *Prefix = in forEachCodeViewRecord() local
98 const RecordPrefix *Prefix = nullptr; in readCVRecordFromStream() local
/external/clang/lib/AST/
DNestedNameSpecifier.cpp47 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/llvm/tools/bugpoint/
DCrashDebugger.cpp76 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/icu/icu4c/source/i18n/
Dformattedval_impl.h258 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument
294 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
/external/icu/libicu/cts_headers/
Dformattedval_impl.h258 #define UPRV_FORMATTED_VALUE_CAPI_NO_IMPLTYPE_AUTO_IMPL(CType, ImplType, HelperType, Prefix) \ argument
294 #define UPRV_FORMATTED_VALUE_CAPI_AUTO_IMPL(CPPType, CType, ImplType, HelperType, Prefix, MagicNumb… argument
/external/llvm/utils/FileCheck/
DFileCheck.cpp187 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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGlobPattern.h42 Optional<StringRef> Prefix; variable
/external/clang/lib/Lex/
DHeaderMap.cpp190 StringRef Prefix = getStringOrInvalid(B.Prefix); in dump() local
232 Optional<StringRef> Prefix = getString(B.Prefix); in lookupFilename() local
/external/brotli/csharp/org/brotli/dec/
DPrefix.cs15 internal sealed class Prefix class
/external/clang/lib/Format/
DBreakableToken.cpp146 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableSingleLineToken()
157 StringRef Prefix, StringRef Postfix, bool InPPDirective, in BreakableStringLiteral()
389 StringRef Prefix = Decoration; in insertBreak() local
421 StringRef Prefix = Decoration; in replaceWhitespaceBefore() local
/external/clang/include/clang/Frontend/
DTextDiagnosticPrinter.h36 std::string Prefix; variable
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h31 StringRef Prefix; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfStringPool.h30 StringRef Prefix; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DTapiFile.h46 StringRef Prefix; member

123456789