Home
last modified time | relevance | path

Searched refs:Suffix (Results 1 – 25 of 76) sorted by relevance

1234

/external/llvm/lib/TableGen/
DTableGenBackend.cpp24 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/
DHeaderMap.cpp41 uint32_t Suffix; // Offset (into strings) of value suffix. member
145 Result.Suffix = 0; in getBucket()
152 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix); in getBucket()
191 const char *Suffix = getString(B.Suffix); in dump() local
192 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix); in dump()
231 StringRef Suffix = getString(B.Suffix); in lookupFilename() local
234 DestPath.append(Suffix.begin(), Suffix.end()); in lookupFilename()
/external/google-breakpad/src/third_party/curl/
Dcurlrules.h221 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val ## Suffix argument
223 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val/**/Suffix argument
225 #define __CURL_OFF_T_C_HELPER1(Val,Suffix) __CURL_OFF_T_C_HELPER2(Val,Suffix) argument
/external/llvm/include/llvm/ADT/
DTwine.h424 Twine concat(const Twine &Suffix) const;
487 inline Twine Twine::concat(const Twine &Suffix) const { in concat() argument
489 if (isNull() || Suffix.isNull()) in concat()
494 return Suffix; in concat()
495 if (Suffix.isEmpty()) in concat()
502 NewRHS.twine = &Suffix; in concat()
508 if (Suffix.isUnary()) { in concat()
509 NewRHS = Suffix.LHS; in concat()
510 NewRHSKind = Suffix.getLHSKind(); in concat()
DStringRef.h224 bool endswith(StringRef Suffix) const { in endswith() argument
225 return Length >= Suffix.Length && in endswith()
226 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0; in endswith()
230 bool endswith_lower(StringRef Suffix) const;
DSmallString.h135 bool endswith(StringRef Suffix) const { in endswith() argument
136 return str().endswith(Suffix); in endswith()
/external/llvm/utils/llvm-lit/
DMakefile16 Suffix := .py macro
19 all:: $(ToolDir)/llvm-lit$(Suffix)
21 $(ToolDir)/llvm-lit$(Suffix): llvm-lit.in Makefile $(ToolDir)/.dir
/external/clang/lib/Driver/
DToolChain.cpp192 StringRef Suffix = A->getValue(); in GetLinkerPath() local
196 if (Suffix.empty() || Suffix == "ld") in GetLinkerPath()
200 LinkerName.append(Suffix); in GetLinkerPath()
306 StringRef Suffix = Triple.isOSBinFormatMachO() in ComputeLLVMTriple() local
309 bool ThumbDefault = Suffix.startswith("v6m") || Suffix.startswith("v7m") || in ComputeLLVMTriple()
310 Suffix.startswith("v7em") || in ComputeLLVMTriple()
311 (Suffix.startswith("v7") && getTriple().isOSBinFormatMachO()); in ComputeLLVMTriple()
330 Triple.setArchName(ArchName + Suffix.str()); in ComputeLLVMTriple()
/external/llvm/tools/bugpoint/
DMiscompilation.cpp52 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 …]
DListReducer.h117 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/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp46 StringRef Suffix; in GetSymbolFromOperand() local
49 Suffix = "$stub"; in GetSymbolFromOperand()
51 Suffix = "$non_lazy_ptr"; in GetSymbolFromOperand()
53 if (!Suffix.empty()) in GetSymbolFromOperand()
68 Name += Suffix; in GetSymbolFromOperand()
/external/clang/test/Index/
Drecursive-cxx-member-calls.cpp56 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/selinux/policycoreutils/mcstrans/share/examples/pipes/setrans.d/
Dpipes.conf3 Suffix=Pipes Only
4 Suffix=Pipes
/external/v8/src/compiler/
Dmachine-operator.h170 #define PSEUDO_OP(Prefix, Suffix) \ argument
171 const Operator* Prefix##Suffix() { \
172 return Is32() ? Prefix##32##Suffix() : Prefix##64##Suffix(); \
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsnamed.c507 …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/
DTargetLoweringObjectFile.cpp105 const GlobalValue *GV, StringRef Suffix, Mangler &Mang, in getSymbolWithGlobalValueBase() argument
107 assert(!Suffix.empty()); in getSymbolWithGlobalValueBase()
112 NameStr.append(Suffix.begin(), Suffix.end()); in getSymbolWithGlobalValueBase()
/external/llvm/lib/Support/
DStringRef.cpp67 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()
DPath.cpp706 createTemporaryFile(const Twine &Prefix, StringRef Suffix, int &ResultFD, in createTemporaryFile() argument
708 const char *Middle = Suffix.empty() ? "-%%%%%%" : "-%%%%%%."; in createTemporaryFile()
709 return createTemporaryFile(Prefix + Middle + Suffix, ResultFD, ResultPath, in createTemporaryFile()
713 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, in createTemporaryFile() argument
716 return createTemporaryFile(Prefix, Suffix, ResultFD, ResultPath, FS_File); in createTemporaryFile()
719 std::error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix, in createTemporaryFile() argument
722 return createTemporaryFile(Prefix, Suffix, Dummy, ResultPath, FS_Name); in createTemporaryFile()
/external/clang/unittests/Driver/
DMultilibTest.cpp330 std::string Suffix; in TEST() local
332 Suffix += "/el"; in TEST()
334 Suffix += "/sf"; in TEST()
336 ASSERT_EQ(Selection.gccSuffix(), Suffix) << "Selection picked " << Selection in TEST()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFStreamer.cpp154 void emitInst(uint32_t Inst, char Suffix = '\0') override;
287 void ARMTargetAsmStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst() argument
289 if (Suffix) in emitInst()
290 OS << "." << Suffix; in emitInst()
443 void emitInst(uint32_t Inst, char Suffix = '\0') override;
523 void emitInst(uint32_t Inst, char Suffix) { in emitInst() argument
528 switch (Suffix) { in emitInst()
542 Size = (Suffix == 'n' ? 2 : 4); in emitInst()
1058 void ARMTargetELFStreamer::emitInst(uint32_t Inst, char Suffix) { in emitInst() argument
1059 getStreamer().emitInst(Inst, Suffix); in emitInst()
/external/lzma/C/
DPpmd7.h37 CPpmd7_Context_Ref Suffix; member
90 p->NS2BSIndx[Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] + \
DPpmd7Enc.c147 if (!p->MinContext->Suffix) in Ppmd7_EncodeSymbol()
149 p->MinContext = Ppmd7_GetContext(p, p->MinContext->Suffix); in Ppmd7_EncodeSymbol()
/external/giflib/
Ddgif_lib.c784 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()
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h222 const char *Suffix,
243 const char *Suffix, const char *Suffix2,
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp678 const char *Suffix; in Realize() local
680 Suffix = ""; in Realize()
682 Suffix = " (framework directory)"; in Realize()
685 Suffix = " (headermap)"; in Realize()
687 llvm::errs() << " " << Name << Suffix << "\n"; in Realize()

1234