HomeSort by relevance Sort by last modified time
    Searched refs:Suffix (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/llvm/lib/TableGen/
TableGenBackend.cpp 24 StringRef Suffix) {
26 assert((MAX_LINE_LEN - Prefix.str().size() - Suffix.size() > 0) &&
29 const size_t e = MAX_LINE_LEN - Suffix.size();
32 OS << Suffix << '\n';
41 StringRef Suffix(" *|");
43 size_t PSLen = Suffix.size() + Prefix.size();
47 printLine(OS, Prefix + Desc.slice(Pos, PosE), ' ', Suffix);
50 printLine(OS, Prefix, ' ', Suffix);
52 Suffix);
53 printLine(OS, Prefix, ' ', Suffix);
    [all...]
  /external/llvm/utils/llvm-lit/
Makefile 14 # llvm-lit needs suffix.py for multiprocess to find a main module.
16 Suffix := .py
19 all:: $(ToolDir)/llvm-lit$(Suffix)
21 $(ToolDir)/llvm-lit$(Suffix): llvm-lit.in Makefile $(ToolDir)/.dir
  /external/clang/lib/Lex/
HeaderMap.cpp 41 uint32_t Suffix; // Offset (into strings) of value suffix.
149 Result.Suffix = 0;
156 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
195 const char *Suffix = getString(B.Suffix);
196 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix);
235 StringRef Suffix = getString(B.Suffix);
    [all...]
  /external/llvm/include/llvm/ADT/
Twine.h 153 /// RHS - The suffix in the concatenation, which may be uninitialized for
415 Twine concat(const Twine &Suffix) const;
473 inline Twine Twine::concat(const Twine &Suffix) const {
475 if (isNull() || Suffix.isNull())
480 return Suffix;
481 if (Suffix.isEmpty())
488 NewRHS.twine = &Suffix;
494 if (Suffix.isUnary()) {
495 NewRHS = Suffix.LHS;
496 NewRHSKind = Suffix.getLHSKind()
    [all...]
StringRef.h 222 /// Check if this string ends with the given \p Suffix.
223 bool endswith(StringRef Suffix) const {
224 return Length >= Suffix.Length &&
225 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
228 /// Check if this string ends with the given \p Suffix, ignoring case.
229 bool endswith_lower(StringRef Suffix) const;
397 /// suffix (starting with \p Start) will be returned.
425 /// number of characters remaining in the string, the string suffix
    [all...]
SmallString.h 134 /// endswith - Check if this string ends with the given \p Suffix.
135 bool endswith(StringRef Suffix) const {
136 return str().endswith(Suffix);
245 /// suffix (starting with \p Start) will be returned.
258 /// number of characters remaining in the string, the string suffix
  /external/llvm/tools/bugpoint/
ListReducer.h 32 KeepSuffix, // The suffix alone satisfies the predicate
117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
119 switch (doTest(Prefix, Suffix, Error)) {
123 TheList.swap(Suffix);
Miscompilation.cpp 52 std::vector<std::string> &Suffix,
62 std::vector<std::string> &Suffix,
64 // First, run the program with just the Suffix passes. If it is still broken
66 outs() << "Checking to see if '" << getPassesString(Suffix)
70 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResult, false/*delete*/,
74 BD.setPassesToRun(Suffix);
86 if (Suffix.empty()) {
128 // Ok, so now we know that the prefix passes work, try running the suffix
140 // Don't check if there are no passes in the suffix.
141 if (Suffix.empty()
    [all...]
  /external/chromium_org/net/http/
http_byte_range.h 26 static HttpByteRange Suffix(int64 suffix_length);
39 // Returns true if this is a suffix byte range.
http_byte_range.cc 44 HttpByteRange HttpByteRange::Suffix(int64 suffix_length) {
http_byte_range_unittest.cc 88 {net::HttpByteRange::Suffix(100), "bytes=-100"}, };
  /external/chromium_org/v8/src/compiler/
machine-operator.h 170 #define PSEUDO_OP(Prefix, Suffix) \
171 const Operator* Prefix##Suffix() { \
172 return Is32() ? Prefix##32##Suffix() : Prefix##64##Suffix(); \
  /external/giflib/
gif_lib_private.h 51 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */
  /external/clang/lib/Driver/
ToolChain.cpp 153 StringRef Suffix = A->getValue();
157 if (Suffix.empty() || Suffix == "ld")
161 LinkerName.append(Suffix);
246 StringRef Suffix = Triple.isOSBinFormatMachO()
249 bool ThumbDefault = Suffix.startswith("v6m") || Suffix.startswith("v7m") ||
250 Suffix.startswith("v7em") ||
251 (Suffix.startswith("v7") && getTriple().isOSBinFormatMachO());
270 Triple.setArchName(ArchName + Suffix.str())
    [all...]
  /external/clang/test/Index/
recursive-cxx-member-calls.cpp 56 bool endswith(StringRef Suffix) const {
57 return Length >= Suffix.Length &&
58 memcmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 44 StringRef Suffix;
46 Suffix = "$stub";
48 Suffix = "$non_lazy_ptr";
50 if (!Suffix.empty())
65 Name += Suffix;
91 // then add the suffix.
  /external/llvm/include/llvm/Transforms/Utils/
BasicBlockUtils.h 150 /// suffix of 'Suffix'. This function returns the new block.
159 const char *Suffix, Pass *P = nullptr);
175 const char *Suffix, const char *Suffix2,
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 69 void ARMTargetStreamer::emitInst(uint32_t Inst, char Suffix) {}
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 104 const GlobalValue *GV, StringRef Suffix, Mangler &Mang,
106 assert(!Suffix.empty());
111 NameStr.append(Suffix.begin(), Suffix.end());
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsnamed.c 507 cmsNAMEDCOLORLIST* CMSEXPORT cmsAllocNamedColorList(cmsContext ContextID, cmsUInt32Number n, cmsUInt32Number ColorantCount, const char* Prefix, const char* Suffix)
521 strncpy(v ->Suffix, Suffix, sizeof(v ->Suffix)-1);
522 v->Prefix[32] = v->Suffix[32] = 0;
543 NewNC= cmsAllocNamedColorList(v ->ContextID, v -> nColors, v ->ColorantCount, v ->Prefix, v ->Suffix);
551 memmove(NewNC ->Suffix, v ->Suffix, sizeof(v ->Suffix));
603 char* Suffix,
    [all...]
  /external/lzma/C/
Ppmd7.h 37 CPpmd7_Context_Ref Suffix;
90 p->NS2BSIndx[Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] + \
  /external/clang/unittests/Driver/
MultilibTest.cpp 334 std::string Suffix;
336 Suffix += "/el";
338 Suffix += "/sf";
340 ASSERT_EQ(Selection.gccSuffix(), Suffix) << "Selection picked " << Selection
  /external/llvm/lib/Support/
StringRef.cpp 66 /// Check if this string ends with the given \p Suffix, ignoring case.
67 bool StringRef::endswith_lower(StringRef Suffix) const {
68 return Length >= Suffix.Length &&
69 ascii_strncasecmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 118 /// base, with the specified suffix.
120 StringRef Suffix, Mangler &Mang,
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 39 * Suffix to append to baseURL if requesting high resoultion wallpaper.

Completed in 5511 milliseconds

1 2 3