Home
last modified time | relevance | path

Searched defs:OS (Results 1 – 25 of 627) sorted by relevance

12345678910>>...26

/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DMIRPrinter.h28 raw_ostream &OS; variable
31 PrintMIRPreparePass(raw_ostream &OS = errs()) : OS(OS) {} in OS() argument
36 raw_ostream &OS; variable
39 PrintMIRPass(raw_ostream &OS = errs()) : OS(OS) {} in OS() argument
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DMIRPrinter.h28 raw_ostream &OS; variable
31 PrintMIRPreparePass(raw_ostream &OS = errs()) : OS(OS) {} in OS() argument
36 raw_ostream &OS; variable
39 PrintMIRPass(raw_ostream &OS = errs()) : OS(OS) {} in OS() argument
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/CodeGen/
DMIRPrinter.h29 raw_ostream &OS; variable
32 PrintMIRPreparePass(raw_ostream &OS = errs()) : OS(OS) {} in OS() function
37 raw_ostream &OS; variable
40 PrintMIRPass(raw_ostream &OS = errs()) : OS(OS) {} in OS() argument
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Denv.rs4 pub const OS: &str = "linux"; constant
15 pub const OS: &str = "macos"; constant
26 pub const OS: &str = "ios"; constant
37 pub const OS: &str = "tvos"; constant
48 pub const OS: &str = "watchos"; constant
59 pub const OS: &str = "visionos"; constant
70 pub const OS: &str = "freebsd"; constant
81 pub const OS: &str = "dragonfly"; constant
92 pub const OS: &str = "netbsd"; constant
103 pub const OS: &str = "openbsd"; constant
[all …]
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Denv.rs4 pub const OS: &str = "linux"; constant
15 pub const OS: &str = "macos"; constant
26 pub const OS: &str = "ios"; constant
37 pub const OS: &str = "tvos"; constant
48 pub const OS: &str = "watchos"; constant
59 pub const OS: &str = "visionos"; constant
70 pub const OS: &str = "freebsd"; constant
81 pub const OS: &str = "dragonfly"; constant
92 pub const OS: &str = "netbsd"; constant
103 pub const OS: &str = "openbsd"; constant
[all …]
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Denv.rs4 pub const OS: &str = "linux"; constant
15 pub const OS: &str = "macos"; constant
26 pub const OS: &str = "ios"; constant
37 pub const OS: &str = "tvos"; constant
48 pub const OS: &str = "watchos"; constant
59 pub const OS: &str = "visionos"; constant
70 pub const OS: &str = "freebsd"; constant
81 pub const OS: &str = "dragonfly"; constant
92 pub const OS: &str = "netbsd"; constant
103 pub const OS: &str = "openbsd"; constant
[all …]
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/
Denv.rs4 pub const OS: &str = "linux"; constant
15 pub const OS: &str = "macos"; constant
26 pub const OS: &str = "ios"; constant
37 pub const OS: &str = "tvos"; constant
48 pub const OS: &str = "watchos"; constant
59 pub const OS: &str = "visionos"; constant
70 pub const OS: &str = "freebsd"; constant
81 pub const OS: &str = "dragonfly"; constant
92 pub const OS: &str = "netbsd"; constant
103 pub const OS: &str = "openbsd"; constant
[all …]
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DCaching.h32 : OS(std::move(OS)), ObjectPathName(OSPath) {} in OS() argument
33 std::unique_ptr<raw_pwrite_stream> OS; variable
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DCaching.h32 : OS(std::move(OS)), ObjectPathName(OSPath) {} in OS() function
33 std::unique_ptr<raw_pwrite_stream> OS; variable
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Support/
DCaching.h32 : OS(std::move(OS)), ObjectPathName(OSPath) {} in OS() argument
33 std::unique_ptr<raw_pwrite_stream> OS; variable
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DCaching.h32 : OS(std::move(OS)), ObjectPathName(OSPath) {} in OS() argument
33 std::unique_ptr<raw_pwrite_stream> OS; variable
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DStackSafetyAnalysis.h103 raw_ostream &OS; variable
106 explicit StackSafetyPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyPrinterPass()
141 raw_ostream &OS; variable
144 explicit StackSafetyGlobalPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyGlobalPrinterPass()
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/AST/
DASTDumper.h22 raw_ostream &OS; variable
27 ASTDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors) in ASTDumper()
30 ASTDumper(raw_ostream &OS, bool ShowColors) in ASTDumper()
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTDumper.h22 raw_ostream &OS; variable
27 ASTDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors) in ASTDumper()
30 ASTDumper(raw_ostream &OS, bool ShowColors) in ASTDumper()
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitcode/
DBitcodeWriterPass.h42 raw_ostream &OS; variable
59 : OS(OS), ShouldPreserveUseListOrder(ShouldPreserveUseListOrder), in OS() argument
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitcode/
DBitcodeWriterPass.h42 raw_ostream &OS; variable
59 : OS(OS), ShouldPreserveUseListOrder(ShouldPreserveUseListOrder), in OS() function
/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTDumper.h22 raw_ostream &OS; variable
27 ASTDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors) in ASTDumper()
30 ASTDumper(raw_ostream &OS, bool ShowColors) in ASTDumper()
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTDumper.h22 raw_ostream &OS; variable
27 ASTDumper(raw_ostream &OS, const ASTContext &Context, bool ShowColors) in ASTDumper()
30 ASTDumper(raw_ostream &OS, bool ShowColors) in ASTDumper()
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Bitcode/
DBitcodeWriterPass.h42 raw_ostream &OS; variable
59 : OS(OS), ShouldPreserveUseListOrder(ShouldPreserveUseListOrder), in OS() argument
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitcode/
DBitcodeWriterPass.h50 raw_ostream &OS; variable
67 : OS(OS), ShouldPreserveUseListOrder(ShouldPreserveUseListOrder), in OS() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Analysis/
DStackSafetyAnalysis.h103 raw_ostream &OS; variable
106 explicit StackSafetyPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyPrinterPass()
142 raw_ostream &OS; variable
145 explicit StackSafetyGlobalPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyGlobalPrinterPass()
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DStackSafetyAnalysis.h103 raw_ostream &OS; variable
106 explicit StackSafetyPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyPrinterPass()
142 raw_ostream &OS; variable
145 explicit StackSafetyGlobalPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyGlobalPrinterPass()
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DStackSafetyAnalysis.h103 raw_ostream &OS; variable
106 explicit StackSafetyPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyPrinterPass()
142 raw_ostream &OS; variable
145 explicit StackSafetyGlobalPrinterPass(raw_ostream &OS) : OS(OS) {} in StackSafetyGlobalPrinterPass()
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/Testing/Support/
DError.h52 void DescribeTo(std::ostream *OS) const override { in DescribeTo()
58 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo()
111 void DescribeTo(std::ostream *OS) const override { in DescribeTo()
119 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo()
148 void DescribeTo(std::ostream *OS) const override { in DescribeTo()
153 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo()
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Testing/Support/
DError.h52 void DescribeTo(std::ostream *OS) const override { in DescribeTo()
58 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo()
111 void DescribeTo(std::ostream *OS) const override { in DescribeTo()
119 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo()
148 void DescribeTo(std::ostream *OS) const override { in DescribeTo()
153 void DescribeNegationTo(std::ostream *OS) const override { in DescribeNegationTo()

12345678910>>...26