HomeSort by relevance Sort by last modified time
    Searched refs:Str (Results 251 - 275 of 404) sorted by null

<<11121314151617

  /external/llvm/lib/DebugInfo/
DWARFFormValue.cpp 243 StringRef str = data.getData().substr(*offset_ptr, Value.uval); local
245 if (!str.empty()) {
246 Value.data = reinterpret_cast<const uint8_t *>(str.data());
500 if (const char *Str = U->getStringExtractor().getCStr(&Offset)) {
501 return Str;
  /external/llvm/lib/IR/
Core.cpp 652 LLVMValueRef LLVMMDStringInContext(LLVMContextRef C, const char *Str,
654 return wrap(MDString::get(*unwrap(C), StringRef(Str, SLen)));
657 LLVMValueRef LLVMMDString(const char *Str, unsigned SLen) {
658 return LLVMMDStringInContext(LLVMGetGlobalContext(), Str, SLen);
737 LLVMValueRef LLVMConstIntOfString(LLVMTypeRef IntTy, const char Str[],
739 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), StringRef(Str),
743 LLVMValueRef LLVMConstIntOfStringAndSize(LLVMTypeRef IntTy, const char Str[],
745 return wrap(ConstantInt::get(unwrap<IntegerType>(IntTy), StringRef(Str, SLen),
757 LLVMValueRef LLVMConstRealOfStringAndSize(LLVMTypeRef RealTy, const char Str[],
759 return wrap(ConstantFP::get(unwrap(RealTy), StringRef(Str, SLen)))
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp 285 const std::string &Str = S.str();
288 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
298 void InsertText(SourceLocation Loc, StringRef Str,
301 if (!Rewrite.InsertText(Loc, Str, InsertAfter) ||
309 StringRef Str) {
311 if (!Rewrite.ReplaceText(Start, OrigLength, Str) ||
347 void RewriteBlockPointerType(std::string& Str, QualType Type);
348 void RewriteBlockPointerTypeVariable(std::string& Str, ValueDecl *VD);
612 StringLiteral *getStringLiteral(StringRef Str) {
3164 std::string str = local
    [all...]
RewriteObjC.cpp 234 const std::string &Str = S.str();
237 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
247 void InsertText(SourceLocation Loc, StringRef Str,
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) {
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 72 ResourceDir = P.str();
342 DefaultTargetTriple = T.str();
801 std::string str;
802 llvm::raw_string_ostream os(str);
823 llvm::errs() << Id << ": " << os.str() << ", "
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 147 static void WriteStringRecord(unsigned Code, StringRef Str,
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();
812 for (unsigned i = 0, e = Str.size(); i != e; ++i)
813 Record.push_back(Str[i]);
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 504 StringRef Str;
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());
    [all...]
BuildLibCalls.cpp 368 /// EmitPutS - Emit a call to the puts function. This assumes that Str is
370 Value *llvm::EmitPutS(Value *Str, IRBuilder<> &B, const DataLayout *TD,
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,
450 CallInst *CI = B.CreateCall2(F, CastToCStr(Str, B), File, "fputs");
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 143 static void WriteStringRecord(unsigned Code, StringRef Str,
148 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
149 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
151 Vals.push_back(Str[i]);
603 StringRef Str = NMD->getName();
604 for (unsigned i = 0, e = Str.size(); i != e; ++i)
605 Record.push_back(Str[i]);
825 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C);
827 unsigned NumElts = Str->getNumElements();
829 if (Str->isCString())
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 148 static void WriteStringRecord(unsigned Code, StringRef Str,
153 for (unsigned i = 0, e = Str.size(); i != e; ++i) {
154 if (AbbrevToUse && !BitCodeAbbrevOp::isChar6(Str[i]))
156 Vals.push_back(Str[i]);
637 StringRef Str = NMD->getName();
638 for (unsigned i = 0, e = Str.size(); i != e; ++i)
639 Record.push_back(Str[i]);
    [all...]
  /external/chromium_org/remoting/protocol/
content_description.cc 216 LOG(ERROR) << "Invalid description: " << element->Str();
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlelement.h 230 static XmlElement* ForStr(const std::string& str);
231 std::string Str() const;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
jid.cc 96 std::string Jid::Str() const {
rostermoduleimpl.cc 403 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());
xmppengine_unittest.cc 35 ss_ << stanza->Str();
39 std::string result = ss_.str();
40 ss_.str("");
  /external/clang/include/clang/Driver/
Driver.h 412 static bool GetReleaseVersion(const char *Str, unsigned &Major,
  /external/clang/lib/AST/
ASTDumper.cpp 317 void VisitStringLiteral(const StringLiteral *Str);
    [all...]
  /external/lldb/source/Interpreter/
PythonDataObjects.cpp 81 PythonObject::Str ()
85 PyObject *str = PyObject_Str(m_py_obj);
86 if (!str)
88 return PythonString(str);
  /external/llvm/include/llvm/ADT/
APFloat.h 448 void toString(SmallVectorImpl<char> &Str, unsigned FormatPrecision = 0,
515 bool convertFromStringSpecials(StringRef str);
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 483 EmitInlineAsm(StringRef Str, const MDNode *LocMDNode = nullptr,
  /art/compiler/utils/arm64/
assembler_arm64.cc 102 ___ Str(reg_w(source), MEM_OP(reg_x(base), offset));
111 ___ Str(reg_x(source), MEM_OP(reg_x(base), offset));
115 ___ Str(reg_s(source), MEM_OP(reg_x(base), offset));
119 ___ Str(reg_d(source), MEM_OP(reg_x(base), offset));
183 ___ Str(temp, MEM_OP(reg_x(ETR), tr_offs.Int32Value()));
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
ConstantFolding.cpp 551 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;
    [all...]
  /external/chromium_org/v8/src/arm64/
stub-cache-arm64.cc 425 __ Str(scratch1, FieldMemOperand(receiver_reg, HeapObject::kMapOffset));
458 __ Str(prop_reg, FieldMemOperand(receiver_reg, offset));
480 __ Str(prop_reg, FieldMemOperand(scratch1, offset));
574 __ Str(temp_double, FieldMemOperand(scratch1, HeapNumber::kValueOffset));
587 __ Str(value_reg, FieldMemOperand(receiver_reg, index.offset()));
610 __ Str(value_reg, FieldMemOperand(scratch1, index.offset()));
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 497 milliseconds

<<11121314151617