Searched refs:Str (Results 151 - 175 of 391) sorted by relevance

1234567891011>>

/external/clang/include/clang/Basic/
H A DSourceManagerInternals.h102 unsigned getLineTableFilenameID(StringRef Str);
/external/clang/unittests/AST/
H A DMatchVerifier.h227 void expectSubstring(const std::string &Str) { argument
228 ExpectSubstring = Str;
254 void expectString(const std::string &Str) { argument
255 ExpectString = Str;
/external/llvm/include/llvm/Support/
H A DStringPool.h16 // PooledStringPtr Str = Pool.intern("wakka wakka");
20 // if (Str)
21 // cerr << "the string is" << *Str << "\n";
68 PooledStringPtr intern(StringRef Str);
H A DGCOV.h195 StringRef Str = Buffer->getBuffer().slice(Cursor, Cursor+4); local
197 Val = *(const uint32_t *)(Str.data());
208 bool readString(StringRef &Str) { argument
219 Str = Buffer->getBuffer().slice(Cursor, Cursor+Len).split('\0').first;
/external/llvm/lib/Support/
H A DPrettyStackTrace.cpp127 OS << Str << "\n"; local
H A DMD5.cpp222 /// Add the bytes in the StringRef \p Str to the hash.
225 void MD5::update(StringRef Str) { argument
226 ArrayRef<uint8_t> SVal((const uint8_t *)Str.data(), Str.size());
280 void MD5::stringifyResult(MD5Result &result, SmallString<32> &Str) { argument
281 raw_svector_ostream Res(Str);
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.cpp255 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, argument
257 OS << "\t" << Str << "\t"; local
262 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI, argument
265 printAlias(Str, MI, OpNo0, OS);
/external/chromium_org/remoting/host/
H A Dheartbeat_sender.cc153 << response->Str();
177 << set_interval_element->Str();
195 expected_sequence_id_element->Str();
/external/clang/include/clang/AST/
H A DCommentLexer.h201 void setHTMLQuotedString(StringRef Str) { argument
203 TextPtr = Str.data();
204 IntVal = Str.size();
/external/clang/lib/Lex/
H A DMacroArgs.cpp226 std::string Str = Lexer::Stringify(TokStr); local
227 Result.append(Str.begin(), Str.end());
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp74 char* Str; member in struct:CvDefParam
113 if(p->Str)free(p->Str);
172 pP->pStr = pAddr?pAddr:&(pP->Str);
175 pP->Str = strdup(p);
176 pP->pStr[0] = pP->Str;
241 return p?p->Str:NULL;
262 if(p->Str)free(p->Str);
263 p->Str
[all...]
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp98 unsigned getStringIndex(StringRef Str) { argument
99 StringMap<unsigned>::iterator i = StringTableMap.find(Str);
102 StringTable.append(Str.begin(), Str.end());
104 StringTableMap[Str] = Index;
/external/clang/lib/Parse/
H A DParseStmtAsm.cpp108 void findTokensForString(StringRef Str, SmallVectorImpl<Token> &TempToks, argument
112 assert(!std::less<const char *>()(Str.begin(), AsmString.begin()) &&
113 !std::less<const char *>()(AsmString.end(), Str.end()));
116 unsigned FirstCharOffset = Str.begin() - AsmString.begin();
128 unsigned LastCharOffset = Str.end() - AsmString.begin();
496 std::unique_ptr<llvm::MCStreamer> Str(createNullStreamer(Ctx));
498 createMCAsmParser(TempSrcMgr, Ctx, *Str.get(), *MAI));
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h743 const StringLiteral* Str; member in class:clang::ento::StringRegion
747 : TypedValueRegion(sreg, StringRegionKind), Str(str) {}
750 const StringLiteral* Str,
755 const StringLiteral* getStringLiteral() const { return Str; }
758 return Str->getType();
766 ProfileRegion(ID, Str, superRegion);
779 const ObjCStringLiteral* Str; member in class:clang::ento::ObjCStringRegion
783 : TypedValueRegion(sreg, ObjCStringRegionKind), Str(str) {}
786 const ObjCStringLiteral* Str,
791 const ObjCStringLiteral* getObjCStringLiteral() const { return Str; }
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp263 const StringLiteral* Str,
266 ID.AddPointer(Str);
271 const ObjCStringLiteral* Str,
274 ID.AddPointer(Str);
511 assert(Str != nullptr && "Expecting non-null StringLiteral");
512 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
516 assert(Str != nullptr && "Expecting non-null ObjCStringLiteral");
517 Str->printPretty(os, nullptr, PrintingPolicy(getContext().getLangOpts()));
725 const StringRegion* MemRegionManager::getStringRegion(const StringLiteral* Str){ argument
726 return getSubRegion<StringRegion>(Str, getGlobalsRegio
262 ProfileRegion(llvm::FoldingSetNodeID& ID, const StringLiteral* Str, const MemRegion* superRegion) argument
270 ProfileRegion(llvm::FoldingSetNodeID& ID, const ObjCStringLiteral* Str, const MemRegion* superRegion) argument
730 getObjCStringRegion(const ObjCStringLiteral* Str) argument
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFDebugFrame.cpp356 std::string Str; local
357 raw_string_ostream OS(Str);
359 report_fatal_error(Str);
/external/chromium_org/jingle/notifier/communicator/
H A Dsingle_login_attempt.cc172 jid.Str(), client_settings.auth_token(),
/external/chromium_org/remoting/protocol/
H A Dcontent_description_unittest.cc24 LOG(ERROR) << xml->Str();
/external/chromium_org/third_party/angle/src/common/
H A Dangleutils.h128 inline std::string Str(int i) function
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dmucroomdiscoverytask_unittest.cc112 EXPECT_EQ(expected_iq, xmpp_client->sent_stanzas()[0]->Str());
/external/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp170 std::string Str; local
171 llvm::raw_string_ostream os(Str);
210 SmallString<256> Str; local
211 llvm::raw_svector_ostream OS(Str);
/external/llvm/include/llvm/Analysis/
H A DValueTracking.h132 /// and returns the string in Str. If unsuccessful, it returns false. This
136 bool getConstantStringInfo(const Value *V, StringRef &Str,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h126 /// \brief Adds \param Str to the hash and includes a NULL byte.
127 void addString(StringRef Str);
/external/llvm/lib/Target/Mips/
H A DMips16InstrInfo.h106 unsigned getInlineAsmLength(const char *Str,
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc1200 __ Str(x10, MemOperand(exception_address));
1293 __ Str(fp, MemOperand(x10));
1331 __ Str(code_entry, MemOperand(x10));
1348 __ Str(x10, MemOperand(x11));
1391 __ Str(xzr, MemOperand(x11));
1397 __ Str(x10, MemOperand(x11));
1494 __ Str(map, FieldMemOperand(scratch1, Cell::kValueOffset));
1547 __ Str(result, MemOperand(scratch2));
1807 __ Str(sloppy_args_map, FieldMemOperand(alloc_obj, JSObject::kMapOffset));
1809 __ Str(x1
[all...]

Completed in 849 milliseconds

1234567891011>>