HomeSort by relevance Sort by last modified time
    Searched refs:Out (Results 1 - 25 of 1264) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
MacroBuilder.h 25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
  /external/google-benchmark/src/
csv_reporter.cc 46 std::ostream& Out = GetOutputStream();
58 Out << *B++;
59 if (B != elements.end()) Out << ",";
62 Out << ",\"" << *B++ << "\"";
64 Out << "\n";
87 std::ostream& Out = GetOutputStream();
93 Out << '"' << name << "\",";
95 Out << std::string(elements.size() - 3, ',');
96 Out << "true,";
99 Out << '"' << msg << "\"\n"
    [all...]
  /external/libcxx/utils/google-benchmark/src/
csv_reporter.cc 46 std::ostream& Out = GetOutputStream();
58 Out << *B++;
59 if (B != elements.end()) Out << ",";
62 Out << ",\"" << *B++ << "\"";
64 Out << "\n";
87 std::ostream& Out = GetOutputStream();
93 Out << '"' << name << "\",";
95 Out << std::string(elements.size() - 3, ',');
96 Out << "true,";
99 Out << '"' << msg << "\"\n"
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
csv_reporter.cc 46 std::ostream& Out = GetOutputStream();
58 Out << *B++;
59 if (B != elements.end()) Out << ",";
62 Out << ",\"" << *B++ << "\"";
64 Out << "\n";
87 std::ostream& Out = GetOutputStream();
93 Out << '"' << name << "\",";
95 Out << std::string(elements.size() - 3, ',');
96 Out << "true,";
99 Out << '"' << msg << "\"\n"
    [all...]
  /external/clang/lib/Frontend/
ASTConsumers.cpp 38 ASTPrinter(raw_ostream *Out = nullptr, bool Dump = false,
40 : Out(Out ? *Out : llvm::outs()), Dump(Dump),
56 bool ShowColors = Out.has_colors();
58 Out.changeColor(raw_ostream::BLUE);
59 Out << ((Dump || DumpLookups) ? "Dumping " : "Printing ") << getName(D)
62 Out.resetColor();
64 Out << "\n";
84 DC->dumpLookups(Out, Dump)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Testing/Support/
SupportHelpers.h 28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) {
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) {
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out);

Completed in 772 milliseconds

1 2 3 4 5 6 7 8 91011>>