Searched refs:Out (Results 1 - 25 of 685) sorted by relevance

1234567891011>>

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
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/
H A DMacroBuilder.h25 raw_ostream &Out; member in class:clang::MacroBuilder
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
31 Out << "#define " << Name << ' ' << Value << '\n';
37 Out << "#undef " << Name << '\n';
42 Out << Str << '\n';
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
H A Dcsv_reporter.cc46 std::ostream& Out = GetOutputStream(); local
58 Out << *B++;
59 if (B != elements.end()) Out << ",";
62 Out << ",\"" << *B++ << "\"";
64 Out << "\n";
87 std::ostream& Out = GetOutputStream(); local
93 Out << '"' << name << "\",";
95 Out << std::string(elements.size() - 3, ',');
96 Out << "true,";
99 Out << '"' << ms
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
H A Dcsv_reporter.cc46 std::ostream& Out = GetOutputStream(); local
58 Out << *B++;
59 if (B != elements.end()) Out << ",";
62 Out << ",\"" << *B++ << "\"";
64 Out << "\n";
87 std::ostream& Out = GetOutputStream(); local
93 Out << '"' << name << "\",";
95 Out << std::string(elements.size() - 3, ',');
96 Out << "true,";
99 Out << '"' << ms
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.replace/
H A Dtest1.pass.cpp33 typedef output_iterator<char*> Out; typedef
36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
45 typedef output_iterator<char*> Out; typedef
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
58 typedef output_iterator<char*> Out; typedef
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
71 typedef output_iterator<char*> Out; typedef
84 typedef output_iterator<char*> Out; typedef
97 typedef output_iterator<char*> Out; typedef
[all...]
H A Dtest2.pass.cpp33 typedef output_iterator<char*> Out; typedef
36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
45 typedef output_iterator<char*> Out; typedef
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
58 typedef output_iterator<char*> Out; typedef
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
71 typedef output_iterator<char*> Out; typedef
84 typedef output_iterator<char*> Out; typedef
97 typedef output_iterator<char*> Out; typedef
[all...]
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.alg/re.alg.replace/
H A Dtest1.pass.cpp33 typedef output_iterator<char*> Out; typedef
36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
45 typedef output_iterator<char*> Out; typedef
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
58 typedef output_iterator<char*> Out; typedef
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
71 typedef output_iterator<char*> Out; typedef
84 typedef output_iterator<char*> Out; typedef
97 typedef output_iterator<char*> Out; typedef
[all...]
H A Dtest2.pass.cpp33 typedef output_iterator<char*> Out; typedef
36 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
45 typedef output_iterator<char*> Out; typedef
48 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
58 typedef output_iterator<char*> Out; typedef
61 Out r = std::regex_replace(Out(buf), Bi(std::begin(phone_book)),
71 typedef output_iterator<char*> Out; typedef
84 typedef output_iterator<char*> Out; typedef
97 typedef output_iterator<char*> Out; typedef
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { argument
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { argument
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out); local
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { argument
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { argument
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out); local
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { argument
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { argument
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out); local
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { argument
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { argument
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out); local
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Testing/Support/
H A DSupportHelpers.h28 inline void PrintTo(const ErrorHolder &Err, std::ostream *Out) { argument
29 *Out << (Err.Success ? "succeeded" : "failed");
31 *Out << " (" << StringRef(Err.Message).trim().str() << ")";
36 void PrintTo(const ExpectedHolder<T> &Item, std::ostream *Out) { argument
38 *Out << "succeeded with value \"" << ::testing::PrintToString(**Item.Value)
41 PrintTo(static_cast<const ErrorHolder &>(Item), Out); local

Completed in 474 milliseconds

1234567891011>>