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

/external/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);
/external/llvm/include/llvm/ADT/
H A DTwine.h410 Twine concat(const Twine &Suffix) const;
468 inline Twine Twine::concat(const Twine &Suffix) const {
470 if (isNull() || Suffix.isNull())
475 return Suffix;
476 if (Suffix.isEmpty())
483 NewRHS.twine = &Suffix;
489 if (Suffix.isUnary()) {
490 NewRHS = Suffix.LHS;
491 NewRHSKind = Suffix.getLHSKind();
H A DStringRef.h202 /// endswith - Check if this string ends with the given \arg Suffix.
203 bool endswith(StringRef Suffix) const {
204 return Length >= Suffix.Length &&
205 compareMemory(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
/external/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.cpp447 const char *Suffix = (UseIntegratedAssembler ? ".llc.o" : ".llc.s"); local
448 sys::Path uniqueFile(Bitcode + Suffix);
/external/giflib/
H A Dgif_lib_private.h52 GifByteType Suffix[LZ_MAX_CODE + 1]; /* So we can trace the codes. */ member in struct:GifFilePrivateType
H A Ddgif_lib.c739 GifByteType *Stack, *Suffix; local
745 Suffix = Private->Suffix;
801 Suffix[Private->RunningCode - 2] =
820 Stack[StackPtr++] = Suffix[CrntPrefix];
842 Suffix[Private->RunningCode - 2] =
845 Suffix[Private->RunningCode - 2] =
/external/clang/test/Index/
H A Drecursive-cxx-member-calls.cpp56 bool endswith(StringRef Suffix) const {
57 return Length >= Suffix.Length &&
58 memcmp(end() - Suffix.Length, Suffix.Data, Suffix.Length) == 0;
594 // CHECK-tokens: Identifier: "Suffix" [56:27 - 56:33] ParmDecl=Suffix:56:27 (Definition)
601 // CHECK-tokens: Identifier: "Suffix" [57:22 - 57:28] DeclRefExpr=Suffix:56:27
611 // CHECK-tokens: Identifier: "Suffix" [5
[all...]
/external/llvm/include/llvm/Transforms/Utils/
H A DBasicBlockUtils.h168 /// suffix of 'Suffix'. This function returns the new block.
177 unsigned NumPreds, const char *Suffix,
194 const char *Suffix, const char *Suffix2,
/external/libvpx/examples/includes/geshi/geshi/
H A Dcil.php82 5 => array(//Suffix
/external/clang/lib/Driver/
H A DToolChain.cpp186 StringRef Suffix = local
188 bool ThumbDefault = (Suffix == "v7" && getTriple().isOSDarwin());
195 Triple.setArchName(ArchName + Suffix.str());
H A DDriver.cpp1400 const char *Suffix = types::getTypeTempSuffix(JA.getType()); local
1401 assert(Suffix && "All types used for output should have a suffix.");
1408 Suffixed += Suffix;
1522 std::string Driver::GetTemporaryPath(StringRef Prefix, const char *Suffix)
1544 P.appendSuffix(Suffix);
H A DToolChains.cpp1716 StringRef Suffix = Suffixes[i]; local
1718 for (llvm::sys::fs::directory_iterator LI(LibDir + Suffix, EC), LE;
1807 const std::string Suffix = Is32Bits ? Suffix32 : Suffix64; local
1823 addPathIfExists(GCCInstallation.getInstallPath() + Suffix, Paths);
1842 if (!Suffix.empty() || !HasMultilib(Arch, Distro))
/external/llvm/lib/VMCore/
H A DVerifier.cpp302 int VT, unsigned ArgNo, std::string &Suffix);
1726 int VT, unsigned ArgNo, std::string &Suffix) {
1799 Suffix += ".";
1802 Suffix += "v" + utostr(NumElts);
1804 Suffix += "i" + utostr(GotBits);
1823 Suffix += ".";
1826 Suffix += "v" + utostr(NumElts);
1828 Suffix += EVT::getEVT(EltTy).getEVTString();
1835 Suffix += ".v" + utostr(NumElts) + EVT::getEVT(EltTy).getEVTString();
1852 Suffix
1725 PerformTypeCheck(Intrinsic::ID ID, Function *F, Type *Ty, int VT, unsigned ArgNo, std::string &Suffix) argument
1899 std::string Suffix; local
[all...]
/external/llvm/utils/
H A DNewNightlyTest.pl302 my $Suffix = shift;
304 my @Result = reverse sort grep !/$DATE/, grep /[-0-9]+$Suffix/, readdir DH;
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp1123 const char *Suffix; local
1125 Suffix = "";
1127 Suffix = " (framework directory)";
1130 Suffix = " (headermap)";
1132 llvm::errs() << " " << Name << Suffix << "\n"; local
/external/clang/include/clang/Driver/
H A DDriver.h380 std::string GetTemporaryPath(StringRef Prefix, const char *Suffix) const;
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h290 StringRef Suffix,
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp448 /// suffix of 'Suffix'.
457 unsigned NumPreds, const char *Suffix,
460 BasicBlock *NewBB = BasicBlock::Create(BB->getContext(), BB->getName()+Suffix,
455 SplitBlockPredecessors(BasicBlock *BB, BasicBlock *const *Preds, unsigned NumPreds, const char *Suffix, Pass *P) argument
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary116 ATTRIBUTE Suffix 1004 string
/external/llvm/utils/TableGen/
H A DARMDecoderEmitter.cpp152 const StringRef Suffix) {
154 if (RHS.startswith(LHS) && RHS.endswith(Suffix))
155 return RHS.size() == LHS.size() + Suffix.size();
151 sameStringExceptSuffix(const StringRef LHS, const StringRef RHS, const StringRef Suffix) argument
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1884 StringRef Suffix,
1888 NameStr.append(Suffix.begin(), Suffix.end());
1883 GetSymbolWithGlobalValueBase(const GlobalValue *GV, StringRef Suffix, bool ForcePrivate) const argument

Completed in 1729 milliseconds