Searched refs:Suffix (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-10.0-release/contrib/llvm/lib/TableGen/
H A DTableGenBackend.cpp24 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'; local
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);
23 printLine(raw_ostream &OS, const Twine &Prefix, char Fill, StringRef Suffix) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Lex/
H A DHeaderMap.cpp41 uint32_t Suffix; // Offset (into strings) of value suffix. member in struct:clang::HMapBucket
149 Result.Suffix = 0;
156 Result.Suffix = getEndianAdjustedWord(BucketPtr->Suffix);
195 const char *Suffix = getString(B.Suffix); local
196 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix);
225 DestPath += getString(B.Suffix);
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DTwine.h411 Twine concat(const Twine &Suffix) const;
469 inline Twine Twine::concat(const Twine &Suffix) const {
471 if (isNull() || Suffix.isNull())
476 return Suffix;
477 if (Suffix.isEmpty())
484 NewRHS.twine = &Suffix;
490 if (Suffix.isUnary()) {
491 NewRHS = Suffix.LHS;
492 NewRHSKind = Suffix.getLHSKind();
H A DStringRef.h213 /// Check if this string ends with the given \p Suffix.
214 bool endswith(StringRef Suffix) const {
215 return Length >= Suffix.Length &&
216 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
H A DSmallString.h137 /// endswith - Check if this string ends with the given \p Suffix.
138 bool endswith(StringRef Suffix) const {
139 return str().endswith(Suffix);
/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Dadfile.c186 * Suffix - New extension.
198 char *Suffix)
209 strlen (InputFilename) + strlen (Suffix) + 2);
221 strcat (Position, Suffix);
228 strcat (NewFilename, Suffix);
196 FlGenerateFilename( char *InputFilename, char *Suffix) argument
/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DListReducer.h117 std::vector<ElTy> Suffix(TheList.begin()+Mid, TheList.end());
119 switch (doTest(Prefix, Suffix, Error)) {
123 TheList.swap(Suffix);
H A DMiscompilation.cpp52 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()) {
141 if (Suffix.empty())
144 outs() << "Checking to see if '" << getPassesString(Suffix)
149 if (BD.runPasses(BD.getProgram(), Suffix, BitcodeResul
61 doTest(std::vector<std::string> &Prefix, std::vector<std::string> &Suffix, std::string &Error) argument
185 doTest(std::vector<Function*> &Prefix, std::vector<Function*> &Suffix, std::string &Error) argument
435 doTest(std::vector<BasicBlock*> &Prefix, std::vector<BasicBlock*> &Suffix, std::string &Error) argument
[all...]
H A DCrashDebugger.cpp63 std::vector<std::string> &Suffix,
87 << getPassesString(Suffix) << ": ";
89 if (BD.runPasses(BD.getProgram(), Suffix)) {
62 doTest(std::vector<std::string> &Prefix, std::vector<std::string> &Suffix, std::string &Error) argument
H A DToolRunner.cpp449 const char *Suffix = (UseIntegratedAssembler ? ".llc.o" : ".llc.s"); local
450 sys::Path uniqueFile(Bitcode + Suffix);
/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp89 StringRef Suffix, raw_ostream &O) {
142 if (Modifier == "" && Suffix == "")
144 else if (Modifier == "" && Suffix != "")
145 O << ":" << Suffix << ':' << Name;
146 else if (Modifier != "" && Suffix == "")
149 O << ":" << Modifier << '_' << Suffix << ':' << Name;
87 printSymbolicAddress(const MachineOperand &MO, bool PrintImmediatePrefix, StringRef Suffix, raw_ostream &O) argument
H A DAArch64AsmPrinter.h64 /// suffix, provided in Suffix. E.g. ":got_lo12:" if a Suffix of "lo12" is
68 StringRef Suffix, raw_ostream &O);
/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h171 /// suffix of 'Suffix'. This function returns the new block.
180 const char *Suffix, Pass *P = 0);
196 const char *Suffix, const char *Suffix2,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChain.cpp246 StringRef Suffix = local
248 bool ThumbDefault = Suffix.startswith("v6m") ||
249 (Suffix.startswith("v7") && getTriple().isOSDarwin());
256 Triple.setArchName(ArchName + Suffix.str());
H A DToolChains.cpp1341 static bool findTargetMultiarchSuffix(std::string &Suffix, argument
1351 appendMipsTargetSuffix(Suffix, TargetArch, Args);
1355 Suffix += ABISuffix;
1357 if (llvm::sys::fs::exists(Path + Suffix + "/crtbegin.o"))
1362 Suffix = ABISuffix;
1363 return llvm::sys::fs::exists(Path + Suffix + "/crtbegin.o");
1369 Suffix = "/64";
1371 Suffix = "/32";
1373 return llvm::sys::fs::exists(Path + Suffix + "/crtbegin.o");
2346 std::string Suffix; local
2568 addLibStdCXXIncludePaths(Twine Base, Twine Suffix, Twine TargetArchDir, Twine MultiLibSuffix, const ArgList &DriverArgs, ArgStringList &CC1Args) argument
[all...]
H A DDriver.cpp1476 const char *Suffix = types::getTypeTempSuffix(JA.getType()); local
1477 assert(Suffix && "All types used for output should have a suffix.");
1488 Suffixed += Suffix;
1612 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix)
1634 if (Suffix)
1635 P.appendSuffix(Suffix);
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacapps.h203 char *Suffix);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_ppmd7_private.h39 CPpmd7_Context_Ref Suffix; member in struct:CPpmd7_Context_
H A Darchive_ppmd7.c23 p->NS2BSIndx[Ppmd7_GetContext(p, p->MinContext->Suffix)->NumStats - 1] + \
47 #define SUFFIX(ctx) CTX((ctx)->Suffix)
329 p->MinContext->Suffix = 0;
381 while (c->Suffix)
434 c1->Suffix = REF(c);
455 if (p->FoundState->Freq < MAX_FREQ / 4 && p->MinContext->Suffix != 0)
924 if (!p->MinContext->Suffix)
926 p->MinContext = Ppmd7_GetContext(p, p->MinContext->Suffix);
1109 if (!p->MinContext->Suffix)
1111 p->MinContext = Ppmd7_GetContext(p, p->MinContext->Suffix);
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DInitHeaderSearch.cpp657 const char *Suffix; local
659 Suffix = "";
661 Suffix = " (framework directory)";
664 Suffix = " (headermap)";
666 llvm::errs() << " " << Name << Suffix << "\n"; local
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c150 * fixed Suffix in InitAdmin().
169 * Added Suffix .h to InitAdmin. Added testprogram PAIRTEST.
391 register char const *Suffix; local
398 Suffix = bindex(workname, '.');
399 if (Suffix==workname) Suffix= ""; /* empty suffix; will get default*/
400 for (i=0; !suffix_matches(Suffix,comtable[i].suffix); i++)
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DDriver.h364 std::string GetTemporaryPath(StringRef Prefix, const char *Suffix) const;
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h303 StringRef Suffix,
/freebsd-10.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp773 llvm::SmallString<8> Suffix; local
782 Suffix = "))";
785 Suffix = "]]";
793 Suffix = ")";
796 Suffix = "";
819 OS << Suffix.str() + "\";\n";
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp447 /// suffix of 'Suffix'.
456 const char *Suffix, Pass *P) {
458 BasicBlock *NewBB = BasicBlock::Create(BB->getContext(), BB->getName()+Suffix,
454 SplitBlockPredecessors(BasicBlock *BB, ArrayRef<BasicBlock*> Preds, const char *Suffix, Pass *P) argument

Completed in 475 milliseconds

12