Home
last modified time | relevance | path

Searched defs:OS (Results 1 – 25 of 1048) sorted by path

12345678910>>...42

/freebsd/contrib/bmake/
H A DMakefile89 OS := ${.MAKE.OS:U${uname -s:L:sh}} macro
/freebsd/contrib/capsicum-test/
H A DGNUmakefile1 OS:=$(shell uname) macro
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h282 void print(llvm::raw_ostream &OS, const PrintingPolicy &Policy) const { in print()
H A 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()
H A DASTDumperUtils.h87 llvm::raw_ostream &OS; variable
91 ColorScope(llvm::raw_ostream &OS, bool ShowColors, TerminalColor Color) in ColorScope()
H A DJSONNodeDumper.h108 NodeStreamer(raw_ostream &OS) : JOS(OS, 2) {} in NodeStreamer()
188 JSONNodeDumper(raw_ostream &OS, const SourceManager &SrcMgr, ASTContext &Ctx, in JSONNodeDumper()
434 JSONDumper(raw_ostream &OS, const SourceManager &SrcMgr, ASTContext &Ctx, in JSONDumper()
H A DOpenMPClause.h8846 raw_ostream &OS; variable
8855 OMPClausePrinter(raw_ostream &OS, const PrintingPolicy &Policy) in OMPClausePrinter()
H A DTextNodeDumper.h34 raw_ostream &OS; variable
123 TextTreeStructure(raw_ostream &OS, bool ShowColors) in TextTreeStructure()
136 raw_ostream &OS; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h690 void dumpToStream(llvm::raw_ostream &OS) const { in dumpToStream()
1116 void printAsOperand(raw_ostream &OS, bool /*PrintType*/) { in printAsOperand()
H A DRetainSummaryManager.h51 OS enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAlignedAllocation.h24 inline llvm::VersionTuple alignedAllocMinVersion(llvm::Triple::OSType OS) { in alignedAllocMinVersion()
H A DDiagnosticError.h25 void log(raw_ostream &OS) const override { OS << "clang diagnostic"; } in log()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h403 virtual void printVerboseInfo(raw_ostream &OS) const {} in printVerboseInfo()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIActionBase.h33 std::unique_ptr<raw_pwrite_stream> OS; variable
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DLogDiagnosticPrinter.h51 raw_ostream &OS; variable
H A DTextDiagnostic.h35 raw_ostream &OS; variable
H A DTextDiagnosticPrinter.h28 raw_ostream &OS; variable
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h1262 raw_ostream &OS; variable
1270 raw_ostream &OS) in PrintingCodeCompleteConsumer()
H A DSema.h11204 enum class RetainOwnershipKind {NS, CF, OS}; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h170 void log(raw_ostream &OS) const override { OS << message(); } in log()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h385 void printImpl(raw_ostream &OS, PrintType Type, in printImpl()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp88 llvm::raw_svector_ostream OS(APINotesBuffer); in loadAPINotes() local
112 llvm::raw_svector_ostream OS(APINotesBuffer); in loadAPINotes() local
H A DAPINotesTypes.cpp35 LLVM_DUMP_METHOD void ObjCContextInfo::dump(llvm::raw_ostream &OS) { in dump()
84 LLVM_DUMP_METHOD void ObjCMethodInfo::dump(llvm::raw_ostream &OS) { in dump()
90 LLVM_DUMP_METHOD void TagInfo::dump(llvm::raw_ostream &OS) { in dump()
H A DAPINotesWriter.cpp363 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
560 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
674 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
743 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
824 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
875 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
928 void emitParamInfo(raw_ostream &OS, const ParamInfo &PI) { in emitParamInfo()
989 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
1045 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
1103 void EmitKey(raw_ostream &OS, key_type_ref Key, unsigned) { in EmitKey()
[all …]
H A DAPINotesYAMLCompiler.cpp616 llvm::yaml::Output OS(llvm::errs()); in dump() local
631 llvm::raw_ostream &OS) { in parseAndDumpAPINotes()
648 llvm::raw_ostream &OS; member in __anon4b63c9051211::YAMLConverter
664 llvm::raw_ostream &OS, in YAMLConverter()
1087 llvm::raw_ostream &OS, in compile()
1101 llvm::raw_ostream &OS, in compileAPINotes()

12345678910>>...42