/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBExtras.cpp | 23 raw_ostream &llvm::pdb::operator<<(raw_ostream &OS, in operator <<() argument 26 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Bool, OS) in operator <<() 27 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Single, OS) in operator <<() 28 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Double, OS) in operator <<() 29 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int8, OS) in operator <<() 30 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int16, OS) in operator <<() 31 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int32, OS) in operator <<() 32 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, Int64, OS) in operator <<() 33 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt8, OS) in operator <<() 34 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_VariantType, UInt16, OS) in operator <<() [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | PredicateExpander.cpp | 19 void PredicateExpander::expandTrue(raw_ostream &OS) { OS << "true"; } in expandTrue() argument 20 void PredicateExpander::expandFalse(raw_ostream &OS) { OS << "false"; } in expandFalse() argument 22 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() argument 26 OS << FunctionMapper << "("; in expandCheckImmOperand() 27 OS << "MI" << (isByRef() ? "." : "->") << "getOperand(" << OpIndex in expandCheckImmOperand() 30 OS << ")"; in expandCheckImmOperand() 31 OS << (shouldNegate() ? " != " : " == ") << ImmVal; in expandCheckImmOperand() 34 void PredicateExpander::expandCheckImmOperand(raw_ostream &OS, int OpIndex, in expandCheckImmOperand() argument 38 expandCheckImmOperandSimple(OS, OpIndex, FunctionMapper); in expandCheckImmOperand() 41 OS << FunctionMapper << "("; in expandCheckImmOperand() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TextNodeDumper.cpp | 33 static void dumpPreviousDeclImpl(raw_ostream &OS, ...) {} in dumpPreviousDeclImpl() argument 36 static void dumpPreviousDeclImpl(raw_ostream &OS, const Mergeable<T> *D) { in dumpPreviousDeclImpl() argument 39 OS << " first " << First; in dumpPreviousDeclImpl() 43 static void dumpPreviousDeclImpl(raw_ostream &OS, const Redeclarable<T> *D) { in dumpPreviousDeclImpl() argument 46 OS << " prev " << Prev; in dumpPreviousDeclImpl() 51 static void dumpPreviousDecl(raw_ostream &OS, const Decl *D) { in dumpPreviousDecl() argument 55 return dumpPreviousDeclImpl(OS, cast<DERIVED##Decl>(D)); in dumpPreviousDecl() 62 TextNodeDumper::TextNodeDumper(raw_ostream &OS, const ASTContext &Context, in TextNodeDumper() argument 64 : TextTreeStructure(OS, ShowColors), OS(OS), ShowColors(ShowColors), in TextNodeDumper() 69 TextNodeDumper::TextNodeDumper(raw_ostream &OS, bool ShowColors) in TextNodeDumper() argument [all …]
|
H A D | TypePrinter.cpp | 123 void print(const Type *ty, Qualifiers qs, raw_ostream &OS, 125 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder); 128 void spaceBeforePlaceHolder(raw_ostream &OS); 129 void printTypeSpec(NamedDecl *D, raw_ostream &OS); 130 void printTemplateId(const TemplateSpecializationType *T, raw_ostream &OS, 133 void printBefore(QualType T, raw_ostream &OS); 134 void printAfter(QualType T, raw_ostream &OS); 135 void AppendScope(DeclContext *DC, raw_ostream &OS, 137 void printTag(TagDecl *T, raw_ostream &OS); 138 void printFunctionAfter(const FunctionType::ExtInfo &Info, raw_ostream &OS); [all …]
|
H A D | StmtPrinter.cpp | 69 raw_ostream &OS; member in __anon7ba585bd0111::StmtPrinter 77 StmtPrinter(raw_ostream &os, PrinterHelper *helper, in StmtPrinter() argument 80 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy), in StmtPrinter() 91 OS << ";" << NL; in PrintStmt() 107 OS << "; "; in PrintInitStmt() 113 OS << " "; in PrintControlledStmt() 115 OS << NL; in PrintControlledStmt() 117 OS << NL; in PrintControlledStmt() 138 OS << "<null expr>"; in PrintExpr() 143 OS << " "; in Indent() [all …]
|
/freebsd/contrib/libevent/build-aux/ |
H A D | config.sub | 127 os=$field3-$field4 130 # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two 140 os=$maybe_os 144 os=linux-android 148 os=$field3 157 os= 160 # Second component is usually, but not always the OS 162 # Prevent following clause from handling this valid os 163 sun*os*) 165 os=$field2 [all …]
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 30 void run(raw_ostream &OS); 35 void EmitEnum(raw_ostream &OS, StringRef N, const Record *R); 38 void EmitInterp(raw_ostream &OS, StringRef N, const Record *R); 41 void EmitDisasm(raw_ostream &OS, StringRef N, const Record *R); 44 void EmitEmitter(raw_ostream &OS, StringRef N, const Record *R); 47 void EmitProto(raw_ostream &OS, StringRef N, const Record *R); 50 void EmitGroup(raw_ostream &OS, StringRef N, const Record *R); 53 void EmitEval(raw_ostream &OS, StringRef N, const Record *R); 55 void PrintTypes(raw_ostream &OS, ArrayRef<const Record *> Types); 86 void ClangOpcodesEmitter::run(raw_ostream &OS) { in run() argument [all …]
|
H A D | ClangAttrEmitter.cpp | 240 virtual void writeAccessors(raw_ostream &OS) const = 0; 241 virtual void writeAccessorDefinitions(raw_ostream &OS) const {} in writeAccessorDefinitions() 242 virtual void writeASTVisitorTraversal(raw_ostream &OS) const {} in writeASTVisitorTraversal() 243 virtual void writeCloneArgs(raw_ostream &OS) const = 0; 244 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0; 245 virtual void writeTemplateInstantiation(raw_ostream &OS) const {} in writeTemplateInstantiation() 246 virtual void writeCtorBody(raw_ostream &OS) const {} in writeCtorBody() 247 virtual void writeCtorInitializers(raw_ostream &OS) const = 0; 248 virtual void writeCtorDefaultInitializers(raw_ostream &OS) const = 0; 249 virtual void writeCtorParameters(raw_ostream &OS) const = 0; [all …]
|
H A D | TableGenBackends.h | 27 void EmitClangDeclContext(llvm::RecordKeeper &RK, llvm::raw_ostream &OS); 35 void EmitClangASTNodes(llvm::RecordKeeper &RK, llvm::raw_ostream &OS, 38 void EmitClangBasicReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 39 void EmitClangBasicWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 40 void EmitClangTypeNodes(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 41 void EmitClangTypeReader(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 42 void EmitClangTypeWriter(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 44 llvm::raw_ostream &OS); 46 llvm::RecordKeeper &Records, llvm::raw_ostream &OS); 47 void EmitClangAttrClass(llvm::RecordKeeper &Records, llvm::raw_ostream &OS); [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/ |
H A D | tst.Bean.ksh.out | 8 serialized: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9, 16 deserialized: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9, 25 encoded: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9, 33 decoded: org.opensolaris.os.dtrace.AggregationRecord[tuple = [cat, 9, 42 …serialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolari… 45 …os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.opensolaris.os.dtrace.Distributio… 53 …deserialized: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensola… 56 …os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.opensolaris.os.dtrace.Distributio… 65 …encoded: org.opensolaris.os.dtrace.Aggregation[name = counts, id = 2, records = [org.opensolaris.o… 68 …os.dtrace.LinearDistribution[base = 1, step = 10, buckets = [org.opensolaris.os.dtrace.Distributio… [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MCAsmLexer.cpp | 38 void AsmToken::dump(raw_ostream &OS) const { in dump() 41 OS << "error"; in dump() 44 OS << "identifier: " << getString(); in dump() 47 OS << "int: " << getString(); in dump() 50 OS << "real: " << getString(); in dump() 53 OS << "string: " << getString(); in dump() 56 case AsmToken::Amp: OS << "Amp"; break; in dump() 57 case AsmToken::AmpAmp: OS << "AmpAmp"; break; in dump() 58 case AsmToken::At: OS << "At"; break; in dump() 59 case AsmToken::BackSlash: OS << "BackSlash"; break; in dump() [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | InstrInfoEmitter.cpp | 60 void run(raw_ostream &OS); 63 void emitEnums(raw_ostream &OS); 81 void emitTIIHelperMethods(raw_ostream &OS, StringRef TargetName, 86 void emitMCIIHelperMethods(raw_ostream &OS, StringRef TargetName); 89 void emitFeatureVerifier(raw_ostream &OS, const CodeGenTarget &Target); 93 const OperandInfoMapTy &OperandInfo, raw_ostream &OS); 95 raw_ostream &OS, const CodeGenTarget &Target, 103 raw_ostream &OS, const CodeGenTarget &Target, 107 raw_ostream &OS, StringRef Namespace, 110 raw_ostream &OS, StringRef Namespace, [all …]
|
H A D | OptParserEmitter.cpp | 30 static raw_ostream &write_cstring(raw_ostream &OS, llvm::StringRef Str) { in write_cstring() argument 31 OS << '"'; in write_cstring() 32 OS.write_escaped(Str); in write_cstring() 33 OS << '"'; in write_cstring() 34 return OS; in write_cstring() 91 void emit(raw_ostream &OS) const { in emit() 92 OS << ShouldParse; in emit() 93 OS << ", "; in emit() 94 OS << ShouldAlwaysEmit; in emit() 95 OS << ", "; in emit() [all …]
|
H A D | DAGISelMatcherEmitter.cpp | 170 unsigned StartIdx, raw_ostream &OS); 172 unsigned SizeMatcherList(Matcher *N, raw_ostream &OS); 174 void EmitPredicateFunctions(raw_ostream &OS); 176 void EmitHistogram(const Matcher *N, raw_ostream &OS); 178 void EmitPatternMatchTable(raw_ostream &OS); 182 StringRef Decl, raw_ostream &OS); 184 unsigned SizeMatcher(Matcher *N, raw_ostream &OS); 187 unsigned CurrentIdx, raw_ostream &OS); 238 static unsigned EmitVBRValue(uint64_t Val, raw_ostream &OS) { in EmitVBRValue() argument 240 OS << Val << ", "; in EmitVBRValue() [all …]
|
H A D | DirectiveEmitter.cpp | 34 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) { in IfDefScope() argument 35 OS << "#ifdef " << Name << "\n" in IfDefScope() 39 ~IfDefScope() { OS << "\n#endif // " << Name << "\n\n"; } in ~IfDefScope() 43 raw_ostream &OS; member in __anon4d8ebcf40111::IfDefScope 50 raw_ostream &OS, StringRef Enum, StringRef Prefix, in GenerateEnumClass() argument 53 OS << "\n"; in GenerateEnumClass() 54 OS << "enum class " << Enum << " {\n"; in GenerateEnumClass() 57 OS << " " << Prefix << Rec.getFormattedName() << ",\n"; in GenerateEnumClass() 59 OS << "};\n"; in GenerateEnumClass() 60 OS << "\n"; in GenerateEnumClass() [all …]
|
H A D | IntrinsicEmitter.cpp | 51 void run(raw_ostream &OS, bool Enums); 53 void EmitEnumInfo(const CodeGenIntrinsicTable &Ints, raw_ostream &OS); 54 void EmitArgKind(raw_ostream &OS); 55 void EmitIITInfo(raw_ostream &OS); 56 void EmitTargetInfo(const CodeGenIntrinsicTable &Ints, raw_ostream &OS); 58 raw_ostream &OS); 60 raw_ostream &OS); 61 void EmitGenerator(const CodeGenIntrinsicTable &Ints, raw_ostream &OS); 62 void EmitAttributes(const CodeGenIntrinsicTable &Ints, raw_ostream &OS); 64 bool IsClang, raw_ostream &OS); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCSectionELF.cpp | 30 static void printName(raw_ostream &OS, StringRef Name) { in printName() argument 34 OS << Name; in printName() 37 OS << '"'; in printName() 40 OS << "\\\""; in printName() 42 OS << *B; in printName() 44 OS << "\\\\"; in printName() 46 OS << B[0] << B[1]; // Quoted character in printName() 50 OS << '"'; in printName() 54 raw_ostream &OS, in printSwitchToSection() argument 57 OS << '\t' << getName(); in printSwitchToSection() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 30 bool writeWasm(raw_ostream &OS); 33 void writeRelocSection(raw_ostream &OS, WasmYAML::Section &Sec, 36 void writeInitExpr(raw_ostream &OS, const WasmYAML::InitExpr &InitExpr); 38 void writeSectionContent(raw_ostream &OS, WasmYAML::CustomSection &Section); 39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section); 40 void writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section); 41 void writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section); 42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section); 43 void writeSectionContent(raw_ostream &OS, WasmYAML::MemorySection &Section); 44 void writeSectionContent(raw_ostream &OS, WasmYAML::TagSection &Section); [all …]
|
/freebsd/contrib/openpam/ |
H A D | config.sub | 126 os=$field3-$field4 129 # Ambiguous whether COMPANY is present, or skipped and KERNEL-OS is two 139 os=$maybe_os 143 os=linux-android 147 os=$field3 152 # Second component is usually, but not always the OS 154 # Prevent following clause from handling this valid os 155 sun*os*) 157 os=$field2 169 os= [all …]
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | config.sub | 114 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 115 # Here we must recognize all the valid KERNEL-OS combinations. 123 os=-$maybe_os 127 os=-linux-android 133 then os=`echo $1 | sed 's/.*-/-/'` 134 else os=; fi 142 case $os in 143 -sun*os*) 153 os= 157 os=-cnk [all …]
|
/freebsd/contrib/ntp/sntp/libevent/build-aux/ |
H A D | config.sub | 114 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 115 # Here we must recognize all the valid KERNEL-OS combinations. 123 os=-$maybe_os 127 os=-linux-android 133 then os=`echo $1 | sed 's/.*-/-/'` 134 else os=; fi 142 case $os in 143 -sun*os*) 153 os= 157 os=-cnk [all …]
|
/freebsd/crypto/heimdal/ |
H A D | config.sub | 122 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 123 # Here we must recognize all the valid KERNEL-OS combinations. 130 os=-$maybe_os 136 then os=`echo $1 | sed 's/.*-/-/'` 137 else os=; fi 145 case $os in 146 -sun*os*) 156 os= 160 os=-cnk 163 os= [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_objset.c | 96 static void dmu_objset_upgrade(objset_t *os, dmu_objset_upgrade_cb_t cb); 97 static void dmu_objset_upgrade_stop(objset_t *os); 112 dmu_objset_spa(objset_t *os) in dmu_objset_spa() argument 114 return (os->os_spa); in dmu_objset_spa() 118 dmu_objset_zil(objset_t *os) in dmu_objset_zil() argument 120 return (os->os_zil); in dmu_objset_zil() 124 dmu_objset_pool(objset_t *os) in dmu_objset_pool() argument 128 if ((ds = os->os_dsl_dataset) != NULL && ds->ds_dir) in dmu_objset_pool() 131 return (spa_get_dsl(os->os_spa)); in dmu_objset_pool() 135 dmu_objset_ds(objset_t *os) in dmu_objset_ds() argument [all …]
|
/freebsd/contrib/openbsm/config/ |
H A D | config.sub | 117 # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any). 118 # Here we must recognize all the valid KERNEL-OS combinations. 122 os=-$maybe_os 128 then os=`echo $1 | sed 's/.*-/-/'` 129 else os=; fi 137 case $os in 138 -sun*os*) 148 os= 152 os= 158 os=-vxworks [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Disasm.cpp | 66 LLVM_DUMP_METHOD void Function::dump(llvm::raw_ostream &OS) const { in dump() 68 ColorScope SC(OS, true, {llvm::raw_ostream::BRIGHT_GREEN, true}); in dump() 69 OS << getName() << " " << (const void *)this << "\n"; in dump() 71 OS << "frame size: " << getFrameSize() << "\n"; in dump() 72 OS << "arg size: " << getArgSize() << "\n"; in dump() 73 OS << "rvo: " << hasRVO() << "\n"; in dump() 74 OS << "this arg: " << hasThisPointer() << "\n"; in dump() 76 auto PrintName = [&OS](const char *Name) { in dump() 77 OS << Name; in dump() 80 OS.indent(N); in dump() [all …]
|