/external/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 24 StringRef Suffix) { in printLine() argument 26 assert((MAX_LINE_LEN - Prefix.str().size() - Suffix.size() > 0) && in printLine() 29 const size_t e = MAX_LINE_LEN - Suffix.size(); in printLine() 32 OS << Suffix << '\n'; in printLine() 41 StringRef Suffix(" *|"); in emitSourceFileHeader() local 43 size_t PSLen = Suffix.size() + Prefix.size(); in emitSourceFileHeader() 47 printLine(OS, Prefix + Desc.slice(Pos, PosE), ' ', Suffix); in emitSourceFileHeader() 50 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader() 52 Suffix); in emitSourceFileHeader() 53 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader()
|
/external/clang/lib/Lex/ |
D | HeaderMap.cpp | 41 uint32_t Suffix; // Offset (into strings) of value suffix. member 149 Result.Suffix = 0; in getBucket() 156 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix); in getBucket() 195 const char *Suffix = getString(B.Suffix); in dump() local 196 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix); in dump() 235 StringRef Suffix = getString(B.Suffix); in lookupFilename() local 238 DestPath.append(Suffix.begin(), Suffix.end()); in lookupFilename()
|
/external/llvm/include/llvm/ADT/ |
D | Twine.h | 415 Twine concat(const Twine &Suffix) const; 473 inline Twine Twine::concat(const Twine &Suffix) const { in concat() argument 475 if (isNull() || Suffix.isNull()) in concat() 480 return Suffix; in concat() 481 if (Suffix.isEmpty()) in concat() 488 NewRHS.twine = &Suffix; in concat() 494 if (Suffix.isUnary()) { in concat() 495 NewRHS = Suffix.LHS; in concat() 496 NewRHSKind = Suffix.getLHSKind(); in concat()
|
D | StringRef.h | 223 bool endswith(StringRef Suffix) const { in endswith() argument 224 return Length >= Suffix.Length && in endswith() 225 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith() 229 bool endswith_lower(StringRef Suffix) const;
|
D | SmallString.h | 135 bool endswith(StringRef Suffix) const { in endswith() argument 136 return str().endswith(Suffix); in endswith()
|
/external/clang/lib/Driver/ |
D | ToolChain.cpp | 153 StringRef Suffix = A->getValue(); in GetLinkerPath() local 157 if (Suffix.empty() || Suffix == "ld") in GetLinkerPath() 161 LinkerName.append(Suffix); in GetLinkerPath() 246 StringRef Suffix = Triple.isOSBinFormatMachO() in ComputeLLVMTriple() local 249 bool ThumbDefault = Suffix.startswith("v6m") || Suffix.startswith("v7m") || in ComputeLLVMTriple() 250 Suffix.startswith("v7em") || in ComputeLLVMTriple() 251 (Suffix.startswith("v7") && getTriple().isOSBinFormatMachO()); in ComputeLLVMTriple() 270 Triple.setArchName(ArchName + Suffix.str()); in ComputeLLVMTriple()
|
/external/llvm/utils/llvm-lit/ |
D | Makefile | 16 Suffix := .py macro 19 all:: $(ToolDir)/llvm-lit$(Suffix) 21 $(ToolDir)/llvm-lit$(Suffix): llvm-lit.in Makefile $(ToolDir)/.dir
|
/external/smack/src/org/xbill/DNS/windows/ |
D | DNSServer.properties | 2 primary_dns_suffix=Primary Dns Suffix 3 dns_suffix=DNS Suffix
|
D | DNSServer_de.properties | 2 primary_dns_suffix=Prim\u00E4res DNS-Suffix
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 44 StringRef Suffix; in GetSymbolFromOperand() local 46 Suffix = "$stub"; in GetSymbolFromOperand() 48 Suffix = "$non_lazy_ptr"; in GetSymbolFromOperand() 50 if (!Suffix.empty()) in GetSymbolFromOperand() 65 Name += Suffix; in GetSymbolFromOperand()
|
/external/chromium_org/v8/src/compiler/ |
D | machine-operator.h | 170 #define PSEUDO_OP(Prefix, Suffix) \ argument 171 const Operator* Prefix##Suffix() { \ 172 return Is32() ? Prefix##32##Suffix() : Prefix##64##Suffix(); \
|
/external/clang/test/Index/ |
D | recursive-cxx-member-calls.cpp | 56 bool endswith(StringRef Suffix) const { in endswith() 57 return Length >= Suffix.Length && in endswith() 58 memcmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith()
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 52 std::vector<std::string> &Suffix, 62 std::vector<std::string> &Suffix, in doTest() argument 66 outs() << "Checking to see if '" << getPassesString(Suffix) in doTest() 70 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, in doTest() 74 BD.setPassesToRun(Suffix); in doTest() 86 if (Suffix.empty()) { in doTest() 141 if (Suffix.empty()) in doTest() 144 outs() << "Checking to see if '" << getPassesString(Suffix) in doTest() 150 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/, in doTest() 154 BD.setPassesToRun(Suffix); in doTest() [all …]
|
D | ListReducer.h | 117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end()); in reduceList() 119 switch (doTest(Prefix, Suffix, Error)) { in reduceList() 123 TheList.swap(Suffix); in reduceList()
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmsnamed.c | 507 …ontextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix) in cmsAllocNamedColorList() argument 521 strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix)-1); in cmsAllocNamedColorList() 522 v->Prefix[32] = v->Suffix[32] = 0; in cmsAllocNamedColorList() 543 …NC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix); in cmsDupNamedColorList() 551 memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix)); in cmsDupNamedColorList() 603 char* Suffix, in cmsNamedColorInfo() argument 613 if (Suffix) strcpy(Suffix, NamedColorList->Suffix); in cmsNamedColorInfo()
|
/external/llvm/lib/Target/ |
D | TargetLoweringObjectFile.cpp | 104 const GlobalValue *GV, StringRef Suffix, Mangler &Mang, in getSymbolWithGlobalValueBase() argument 106 assert(!Suffix.empty()); in getSymbolWithGlobalValueBase() 111 NameStr.append(Suffix.begin(), Suffix.end()); in getSymbolWithGlobalValueBase()
|
/external/llvm/lib/Support/ |
D | StringRef.cpp | 67 bool StringRef::endswith_lower(StringRef Suffix) const { in endswith_lower() 68 return Length >= Suffix.Length && in endswith_lower() 69 ascii_strncasecmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith_lower()
|
D | Path.cpp | 744 createTemporaryFile(const Twine &Prefix, StringRef Suffix, int &ResultFD, in createTemporaryFile() argument 746 const char *Middle = Suffix.empty() ? "-%%%%%%" : "-%%%%%%."; in createTemporaryFile() 747 return createTemporaryFile(Prefix + Middle + Suffix, ResultFD, ResultPath, in createTemporaryFile() 751 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, in createTemporaryFile() argument 754 return createTemporaryFile(Prefix, Suffix, ResultFD, ResultPath, FS_File); in createTemporaryFile() 757 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, in createTemporaryFile() argument 760 return createTemporaryFile(Prefix, Suffix, Dummy, ResultPath, FS_Name); in createTemporaryFile()
|
/external/clang/unittests/Driver/ |
D | MultilibTest.cpp | 334 std::string Suffix; in TEST() local 336 Suffix += "/el"; in TEST() 338 Suffix += "/sf"; in TEST() 340 ASSERT_EQ(Selection.gccSuffix(), Suffix) << "Selection picked " << Selection in TEST()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | BasicBlockUtils.h | 159 const char *Suffix, Pass *P = nullptr); 175 const char *Suffix, const char *Suffix2,
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMELFStreamer.cpp | 139 void emitInst(uint32_t Inst, char Suffix = '\0') override; 269 void ARMTargetAsmStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst() argument 271 if (Suffix) in emitInst() 272 OS << "." << Suffix; in emitInst() 413 void emitInst(uint32_t Inst, char Suffix = '\0') override; 493 void emitInst(uint32_t Inst, char Suffix) { in emitInst() argument 498 switch (Suffix) { in emitInst() 512 Size = (Suffix == 'n' ? 2 : 4); in emitInst() 1018 void ARMTargetELFStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst() argument 1019 getStreamer().emitInst(Inst, Suffix); in emitInst()
|
/external/lzma/C/ |
D | Ppmd7.h | 37 CPpmd7_Context_Ref Suffix; member 90 p->NS2BSIndx[Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] + \
|
/external/giflib/ |
D | dgif_lib.c | 784 GifByteType *Stack, *Suffix; in DGifDecompressLine() local 790 Suffix = Private->Suffix; in DGifDecompressLine() 843 Suffix[Private->RunningCode - 2] = in DGifDecompressLine() 860 Stack[StackPtr++] = Suffix[CrntPrefix]; in DGifDecompressLine() 882 Suffix[Private->RunningCode - 2] = in DGifDecompressLine() 885 Suffix[Private->RunningCode - 2] = in DGifDecompressLine()
|
D | gif_lib_private.h | 51 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */ member
|
/external/chromium_org/net/http/ |
D | http_byte_range.h | 26 static HttpByteRange Suffix(int64 suffix_length);
|