HomeSort by relevance Sort by last modified time
    Searched defs:StrBuf (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceBrowserCompileServer.h 86 StringStream() : StrBuf(Buffer) {}
87 const std::string &getContents() { return StrBuf.str(); }
88 Ostream &getStream() { return StrBuf; }
92 llvm::raw_string_ostream StrBuf;
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 233 SmallString<10> StrBuf;
234 llvm::raw_svector_ostream OS(StrBuf);
  /external/swiftshader/third_party/subzero/runtime/
wasm-runtime.cpp 80 /// StrBuf is returned by functions that return strings.
81 char StrBuf[256];
270 strncpy(GlobalData->StrBuf, CTime, sizeof(GlobalData->StrBuf));
271 GlobalData->StrBuf[sizeof(GlobalData->StrBuf) - 1] = '\0';
272 return trace(WasmPtr<char>(GlobalData->StrBuf).asInt());
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 45 SmallString<128> StrBuf;
59 StrBuf += S->getString();
70 CAT->getElementType(), llvm::APInt(32, StrBuf.size() + 1),
72 S = StringLiteral::Create(Context, StrBuf, StringLiteral::Ascii,
    [all...]

Completed in 254 milliseconds