Searched refs:Str (Results 251 - 275 of 391) sorted by relevance

<<111213141516

/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp147 static void WriteStringRecord(unsigned Code, StringRef Str, argument
152 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
153 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
155 Vals.push_back(Str[i]);
811 StringRef Str = NMD->getName(); local
812 for (unsigned i = 0, e = Str.size(); i != e; ++i)
813 Record.push_back(Str[i]);
1034 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); local
1036 unsigned NumElts = Str->getNumElements();
1038 if (Str
[all...]
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp504 StringRef Str; variable
505 if (!getConstantStringInfo(SrcStr, Str)) {
514 Str.size() : Str.find(CharC->getSExtValue());
541 StringRef Str;
542 if (!getConstantStringInfo(SrcStr, Str)) {
551 Str.size() : Str.rfind(CharC->getSExtValue());
1997 StringRef Str;
1998 if (!getConstantStringInfo(CI->getArgOperand(0), Str))
[all...]
H A DBuildLibCalls.cpp368 /// EmitPutS - Emit a call to the puts function. This assumes that Str is
370 Value *llvm::EmitPutS(Value *Str, IRBuilder<> &B, const DataLayout *TD, argument
386 CallInst *CI = B.CreateCall(PutS, CastToCStr(Str, B), "puts");
425 /// EmitFPutS - Emit a call to the puts function. Str is required to be a
427 Value *llvm::EmitFPutS(Value *Str, Value *File, IRBuilder<> &B, argument
450 CallInst *CI = B.CreateCall2(F, CastToCStr(Str, B), File, "fputs");
/external/chromium_org/remoting/protocol/
H A Dcontent_description.cc216 LOG(ERROR) << "Invalid description: " << element->Str();
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DScalarizeVecAndMatConstructorArgs.cpp246 tempVarName += Str(mTempVarCount).c_str();
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
H A Dxmlelement.h231 std::string Str() const;
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Djid.cc96 std::string Jid::Str() const { function in class:buzz::Jid
H A Drostermoduleimpl.cc403 raw_xml_->SetAttr(QN_JID, jid.Str());
655 element.SetAttr(QN_TO, to_jid.Str());
793 roster_add.AddAttr(QN_JID, jid.Str(), 1);
934 presence_request.AddAttr(QN_TO, jid.Str());
H A Dxmppengine_unittest.cc35 ss_ << stanza->Str();
/external/chromium_org/third_party/webrtc/libjingle/xmllite/
H A Dxmlelement.h214 std::string Str() const;
/external/chromium_org/v8/src/arm64/
H A Ddebug-arm64.cc353 __ Str(xzr, MemOperand(scratch));
H A Dfull-codegen-arm64.cc216 __ Str(x0, MemOperand(fp, StandardFrameConstants::kContextOffset));
228 __ Str(x10, target);
345 __ Str(x3, FieldMemOperand(x2, Cell::kValueOffset));
357 __ Str(x3, FieldMemOperand(x2, Cell::kValueOffset));
752 __ Str(src, location);
829 __ Str(x10, StackOperand(variable));
838 __ Str(x10, ContextMemOperand(cp, variable->index()));
889 __ Str(result_register(), StackOperand(variable));
897 __ Str(result_register(), ContextMemOperand(cp, variable->index()));
940 __ Str(x
[all...]
/external/clang/include/clang/Driver/
H A DDriver.h412 static bool GetReleaseVersion(const char *Str, unsigned &Major,
/external/clang/lib/AST/
H A DASTDumper.cpp317 void VisitStringLiteral(const StringLiteral *Str);
1722 void ASTDumper::VisitStringLiteral(const StringLiteral *Str) { argument
1723 VisitExpr(Str);
1726 Str->outputString(OS);
/external/lldb/source/Interpreter/
H A DPythonDataObjects.cpp81 PythonObject::Str () function in class:PythonObject
/external/llvm/include/llvm/ADT/
H A DAPFloat.h448 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h483 EmitInlineAsm(StringRef Str, const MDNode *LocMDNode = nullptr,
/external/vixl/test/
H A Dtest-simulator-a64.cc205 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex));
313 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex));
436 __ Str(fd, MemOperand(out, fd.SizeInBytes(), PostIndex));
795 __ Str(rd, MemOperand(out, rd.SizeInBytes(), PostIndex));
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp234 const std::string &Str = S.str(); local
237 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
247 void InsertText(SourceLocation Loc, StringRef Str, argument
250 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
258 StringRef Str) {
260 if (!Rewrite.ReplaceText(Start, OrigLength, Str) ||
293 void RewriteBlockPointerType(std::string& Str, QualType Type);
294 void RewriteBlockPointerTypeVariable(std::string& Str, ValueDecl *VD);
506 StringLiteral *getStringLiteral(StringRef Str) { argument
508 Context->CharTy, llvm::APInt(32, Str
257 ReplaceText(SourceLocation Start, unsigned OrigLength, StringRef Str) argument
2255 RewriteBlockPointerType(std::string& Str, QualType Type) argument
2269 RewriteBlockPointerTypeVariable(std::string& Str, ValueDecl *VD) argument
4666 std::string Str = Rewrite.getRewrittenText(BE->getSourceRange()); local
[all...]
/external/llvm/lib/Analysis/
H A DValueTracking.cpp1751 /// and returns the string in Str. If unsuccessful, it returns false.
1752 bool llvm::getConstantStringInfo(const Value *V, StringRef &Str, argument
1786 return getConstantStringInfo(GEP->getOperand(0), Str, StartIdx+Offset);
1800 Str = "";
1814 Str = Array->getAsString();
1820 Str = Str.substr(Offset);
1826 Str = Str.substr(0, Str
[all...]
H A DConstantFolding.cpp551 StringRef Str;
552 if (TD && getConstantStringInfo(CE, Str) && !Str.empty()) {
553 unsigned StrLen = Str.size();
564 SingleChar = (uint64_t) Str[i] & UCHAR_MAX;
569 SingleChar = (uint64_t) Str[i] & UCHAR_MAX;
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp1614 out << printer.Str();
1625 out.append( printer.Str() );
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h278 void addString(DIE &Die, dwarf::Attribute Attribute, const StringRef Str);
282 const StringRef Str);
/external/llvm/lib/IR/
H A DMetadata.cpp39 MDString *MDString::get(LLVMContext &Context, StringRef Str) { argument
42 pImpl->MDStringCache.GetOrCreateValue(Str);
/external/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp358 void CppWriter::printEscapedString(const std::string &Str) { argument
359 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
360 unsigned char C = Str[i];
794 StringRef Str = CDS->getAsString(); local
796 if (Str.back() == 0) {
797 Str = Str.drop_back();
800 printEscapedString(Str);

Completed in 675 milliseconds

<<111213141516