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

1 2 3 4 5 67 8 91011>>

  /external/clang/include/clang/Basic/
SourceManagerInternals.h 102 unsigned getLineTableFilenameID(StringRef Str);
  /external/llvm/lib/Support/
PrettyStackTrace.cpp 92 (void)CRSetCrashLogMessage(std::string(TmpStr.str()).c_str());
94 __crashreporter_info__ = strdup(std::string(TmpStr.str()).c_str());
96 errs() << TmpStr.str();
127 OS << Str << "\n";
MD5.cpp 222 /// Add the bytes in the StringRef \p Str to the hash.
225 void MD5::update(StringRef Str) {
226 ArrayRef<uint8_t> SVal((const uint8_t *)Str.data(), Str.size());
280 void MD5::stringifyResult(MD5Result &result, SmallString<32> &Str) {
281 raw_svector_ostream Res(Str);
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.cpp 255 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI,
257 OS << "\t" << Str << "\t";
262 bool MipsInstPrinter::printAlias(const char *Str, const MCInst &MI,
265 printAlias(Str, MI, OpNo0, OS);
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
  /frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h 60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
  /frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h 60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
  /external/chromium_org/remoting/host/
heartbeat_sender.cc 153 << response->Str();
177 << set_interval_element->Str();
195 expected_sequence_id_element->Str();
  /external/clang/include/clang/AST/
CommentLexer.h 201 void setHTMLQuotedString(StringRef Str) {
203 TextPtr = Str.data();
204 IntVal = Str.size();
  /external/clang/lib/Lex/
MacroArgs.cpp 226 std::string Str = Lexer::Stringify(TokStr);
227 Result.append(Str.begin(), Str.end());
  /external/opencv/cvaux/include/
cvvidsurv.hpp 74 char* Str;
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;
254 void SetParamStr(const char* name, const char* str)
262 if(p->Str)free(p->Str);
    [all...]
  /external/llvm/tools/yaml2obj/
yaml2coff.cpp 53 std::string str = utostr(Index); local
54 if (str.size() > 7) {
59 std::copy(str.begin(), str.end(), Sec.Header.Name + 1);
98 unsigned getStringIndex(StringRef Str) {
99 StringMap<unsigned>::iterator i = StringTableMap.find(Str);
102 StringTable.append(Str.begin(), Str.end());
104 StringTableMap[Str] = Index;
  /external/clang/lib/Parse/
ParseStmtAsm.cpp 108 void findTokensForString(StringRef Str, SmallVectorImpl<Token> &TempToks,
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/lib/StaticAnalyzer/Core/
MemRegion.cpp 263 const StringLiteral* Str,
266 ID.AddPointer(Str);
271 const ObjCStringLiteral* Str,
274 ID.AddPointer(Str);
449 return os.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){
    [all...]
  /external/llvm/lib/DebugInfo/
DWARFDebugFrame.cpp 356 std::string Str;
357 raw_string_ostream OS(Str);
359 report_fatal_error(Str);
  /cts/tools/dasm/src/dasm/
parser.cup 86 terminal str_token Str, Word, Insn;
163 DSOURCE Str:s SEP
272 signature_expr ::= Str:sig
407 generic_expr ::= Word:name Str:file
419 DFIELD access:a Word:name Word:desc SIGNATURE Str:sig optional_default:v SEP
470 Str:s {: RESULT.variant_val = s.str_val; :}
626 SIGNATURE Str:s
725 Insn:i Word:n1 Str:n2
  /external/chromium_org/jingle/notifier/communicator/
single_login_attempt.cc 96 // <stream:error><see-other-host xmlns="urn:ietf:params:xml:ns:xmpp-streams"/><str:text xmlns:str="urn:ietf:params:xml:ns:xmpp-streams">talk.google.com</str:text></stream:error> [2]
172 jid.Str(), client_settings.auth_token(),
  /external/chromium_org/remoting/jingle_glue/
fake_signal_strategy.cc 110 << ". Message content: " << stanza->Str();
  /external/chromium_org/remoting/protocol/
content_description_unittest.cc 24 LOG(ERROR) << xml->Str();
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomdiscoverytask_unittest.cc 112 EXPECT_EQ(expected_iq, xmpp_client->sent_stanzas()[0]->Str());
  /external/chromium_org/v8/src/arm64/
deoptimizer-arm64.cc 137 __ Str(scratch1, MemOperand(frame, offset0));
138 __ Str(scratch2, MemOperand(frame, offset1));
144 __ Str(scratch1, MemOperand(frame, offset0));
238 __ Str(x4, MemOperand(x3, kPointerSize, PostIndex));
  /external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp 170 std::string Str;
171 llvm::raw_string_ostream os(Str);
205 return os.str();
210 SmallString<256> Str;
211 llvm::raw_svector_ostream OS(Str);
219 RB.InsertTextBefore(B, OS.str());
221 RB.InsertTextBefore(B, OS.str());
347 R.InsertTextBefore(StartLoc, os.str());
  /external/lldb/include/lldb/Interpreter/
PythonDataObjects.h 106 Str ();
  /external/llvm/include/llvm/Analysis/
ValueTracking.h 132 /// and returns the string in Str. If unsuccessful, it returns false. This
136 bool getConstantStringInfo(const Value *V, StringRef &Str,
  /external/llvm/include/llvm/Support/
GCOV.h 195 StringRef Str = Buffer->getBuffer().slice(Cursor, Cursor+4);
197 Val = *(const uint32_t *)(Str.data());
208 bool readString(StringRef &Str) {
219 Str = Buffer->getBuffer().slice(Cursor, Cursor+Len).split('\0').first;

Completed in 498 milliseconds

1 2 3 4 5 67 8 91011>>