/freebsd-src/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 <<() 43 operator <<(raw_ostream & OS,const PDB_BuiltinType & Type) operator <<() argument 71 operator <<(raw_ostream & OS,const PDB_CallingConv & Conv) operator <<() argument 103 operator <<(raw_ostream & OS,const PDB_DataKind & Data) operator <<() argument 119 operator <<(raw_ostream & OS,const llvm::codeview::CPURegister & CpuReg) operator <<() argument 168 operator <<(raw_ostream & OS,const PDB_LocType & Loc) operator <<() argument 188 operator <<(raw_ostream & OS,const codeview::ThunkOrdinal & Thunk) operator <<() argument 202 operator <<(raw_ostream & OS,const PDB_Checksum & Checksum) operator <<() argument 213 operator <<(raw_ostream & OS,const PDB_Lang & Lang) operator <<() argument 241 operator <<(raw_ostream & OS,const PDB_SymType & Tag) operator <<() argument 291 operator <<(raw_ostream & OS,const PDB_MemberAccess & Access) operator <<() argument 301 operator <<(raw_ostream & OS,const PDB_UdtType & Type) operator <<() argument 311 operator <<(raw_ostream & OS,const PDB_Machine & Machine) operator <<() argument 340 dumpPDBSourceCompression(raw_ostream & OS,uint32_t Compression) dumpPDBSourceCompression() argument 355 operator <<(raw_ostream & OS,const Variant & Value) operator <<() argument 399 operator <<(raw_ostream & OS,const VersionInfo & Version) operator <<() argument 405 operator <<(raw_ostream & OS,const TagStats & Stats) operator <<() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | PredicateExpander.cpp |
|
H A D | DirectiveEmitter.cpp | 34 IfDefScope(StringRef Name, raw_ostream &OS) : Name(Name), OS(OS) { in ~IfDefScope() 35 OS << "#ifdef " << Name << "\n" 39 ~IfDefScope() { OS << "\n#endif // " << Name << "\n\n"; } 43 raw_ostream &OS; in GenerateEnumClass() 50 raw_ostream &OS, StringRef Enum, StringRef Prefix, in GenerateEnumClass() 53 OS << "\n"; in GenerateEnumClass() 54 OS << "enum class " << Enum << " {\n"; in GenerateEnumClass() 57 OS << " " << Prefi in GenerateEnumClass() 29 IfDefScope(StringRef Name,raw_ostream & OS) IfDefScope() argument 38 raw_ostream &OS; global() member in __anonf3f3b7860111::IfDefScope 44 GenerateEnumClass(const std::vector<Record * > & Records,raw_ostream & OS,StringRef Enum,StringRef Prefix,const DirectiveLanguage & DirLang) GenerateEnumClass() argument 76 GenerateEnumClauseVal(const std::vector<Record * > & Records,raw_ostream & OS,const DirectiveLanguage & DirLang,std::string & EnumHelperFuncs) GenerateEnumClauseVal() argument 179 EmitDirectivesDecl(RecordKeeper & Records,raw_ostream & OS) EmitDirectivesDecl() argument 250 GenerateGetName(const std::vector<Record * > & Records,raw_ostream & OS,StringRef Enum,const DirectiveLanguage & DirLang,StringRef Prefix) GenerateGetName() argument 275 GenerateGetKind(const std::vector<Record * > & Records,raw_ostream & OS,StringRef Enum,const DirectiveLanguage & DirLang,StringRef Prefix,bool ImplicitAsUnknown) GenerateGetKind() argument 310 GenerateGetKindClauseVal(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateGetKindClauseVal() argument 367 GenerateCaseForVersionedClauses(const std::vector<Record * > & Clauses,raw_ostream & OS,StringRef DirectiveName,const DirectiveLanguage & DirLang,llvm::StringSet<> & Cases) GenerateCaseForVersionedClauses() argument 386 GenerateIsAllowedClause(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateIsAllowedClause() argument 440 GenerateClauseSet(const std::vector<Record * > & Clauses,raw_ostream & OS,StringRef ClauseSetPrefix,Directive & Dir,const DirectiveLanguage & DirLang) GenerateClauseSet() argument 459 GenerateDirectiveClauseSets(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateDirectiveClauseSets() argument 499 GenerateDirectiveClauseMap(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateDirectiveClauseMap() argument 534 GenerateFlangClauseParserClass(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateFlangClauseParserClass() argument 562 GenerateFlangClauseParserClassList(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateFlangClauseParserClassList() argument 575 GenerateFlangClauseDump(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateFlangClauseDump() argument 590 GenerateFlangClauseUnparse(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateFlangClauseUnparse() argument 642 GenerateFlangClauseCheckPrototypes(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateFlangClauseCheckPrototypes() argument 657 GenerateFlangClauseParserKindMap(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateFlangClauseParserKindMap() argument 685 GenerateFlangClausesParser(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateFlangClausesParser() argument 764 EmitDirectivesFlangImpl(const DirectiveLanguage & DirLang,raw_ostream & OS) EmitDirectivesFlangImpl() argument 786 GenerateClauseClassMacro(const DirectiveLanguage & DirLang,raw_ostream & OS) GenerateClauseClassMacro() argument 854 EmitDirectivesBasicImpl(const DirectiveLanguage & DirLang,raw_ostream & OS) EmitDirectivesBasicImpl() argument 883 EmitDirectivesImpl(RecordKeeper & Records,raw_ostream & OS) EmitDirectivesImpl() argument [all...] |
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, StringRe 229 EmitOperandInfo(raw_ostream & OS,OperandInfoListTy & OperandInfoList) EmitOperandInfo() argument 283 emitOperandNameMappings(raw_ostream & OS,const CodeGenTarget & Target,ArrayRef<const CodeGenInstruction * > NumberedInstructions) emitOperandNameMappings() argument 356 emitOperandTypeMappings(raw_ostream & OS,const CodeGenTarget & Target,ArrayRef<const CodeGenInstruction * > NumberedInstructions) emitOperandTypeMappings() argument 498 emitLogicalOperandSizeMappings(raw_ostream & OS,StringRef Namespace,ArrayRef<const CodeGenInstruction * > NumberedInstructions) emitLogicalOperandSizeMappings() argument 585 emitLogicalOperandTypeMappings(raw_ostream & OS,StringRef Namespace,ArrayRef<const CodeGenInstruction * > NumberedInstructions) emitLogicalOperandTypeMappings() argument 673 emitMCIIHelperMethods(raw_ostream & OS,StringRef TargetName) emitMCIIHelperMethods() argument 731 emitFeatureVerifier(raw_ostream & OS,const CodeGenTarget & Target) emitFeatureVerifier() argument 892 emitTIIHelperMethods(raw_ostream & OS,StringRef TargetName,bool ExpandDefinition) emitTIIHelperMethods() argument 925 run(raw_ostream & OS) run() argument 1179 emitRecord(const CodeGenInstruction & Inst,unsigned Num,Record * InstrInfo,std::map<std::vector<Record * >,unsigned> & EmittedLists,const OperandInfoMapTy & OperandInfoMap,raw_ostream & OS) emitRecord() argument 1269 emitEnums(raw_ostream & OS) emitEnums() argument 1312 EmitInstrInfo(RecordKeeper & RK,raw_ostream & OS) EmitInstrInfo() argument [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() 132 emitScopedNormalizedValue(raw_ostream & OS,StringRef NormalizedValue) const emitScopedNormalizedValue() argument 197 EmitOptParser(RecordKeeper & Records,raw_ostream & OS) EmitOptParser() argument 326 __anon887d71070102(raw_ostream &OS, const Record &R) EmitOptParser() argument [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) { 240 OS << Va in EmitVBRValue() 239 EmitVBRValue(uint64_t Val,raw_ostream & OS) EmitVBRValue() argument 262 EmitSignedVBRValue(uint64_t Val,raw_ostream & OS) EmitSignedVBRValue() argument 294 SizeMatcherList(Matcher * N,raw_ostream & OS) SizeMatcherList() argument 307 SizeMatcher(Matcher * N,raw_ostream & OS) SizeMatcher() argument 363 BeginEmitFunction(raw_ostream & OS,StringRef RetType,StringRef Decl,bool AddOverride) BeginEmitFunction() argument 380 EndEmitFunction(raw_ostream & OS) EndEmitFunction() argument 384 EmitPatternMatchTable(raw_ostream & OS) EmitPatternMatchTable() argument 424 EmitMatcher(const Matcher * N,const unsigned Indent,unsigned CurrentIdx,raw_ostream & OS) EmitMatcher() argument 1041 EmitMatcherList(const Matcher * N,const unsigned Indent,unsigned CurrentIdx,raw_ostream & OS) EmitMatcherList() argument 1058 EmitNodePredicatesFunction(const std::vector<TreePattern * > & Preds,StringRef Decl,raw_ostream & OS) EmitNodePredicatesFunction() argument 1082 EmitPredicateFunctions(raw_ostream & OS) EmitPredicateFunctions() argument 1285 EmitHistogram(const Matcher * M,raw_ostream & OS) EmitHistogram() argument 1301 EmitMatcherTable(Matcher * TheMatcher,const CodeGenDAGPatterns & CGP,raw_ostream & OS) EmitMatcherTable() argument [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); 72 run(raw_ostream & OS,bool Enums) run() argument 111 EmitEnumInfo(const CodeGenIntrinsicTable & Ints,raw_ostream & OS) EmitEnumInfo() argument 171 EmitArgKind(raw_ostream & OS) EmitArgKind() argument 185 EmitIITInfo(raw_ostream & OS) EmitIITInfo() argument 207 EmitTargetInfo(const CodeGenIntrinsicTable & Ints,raw_ostream & OS) EmitTargetInfo() argument 224 EmitIntrinsicToNameTable(const CodeGenIntrinsicTable & Ints,raw_ostream & OS) EmitIntrinsicToNameTable() argument 234 EmitIntrinsicToOverloadTable(const CodeGenIntrinsicTable & Ints,raw_ostream & OS) EmitIntrinsicToOverloadTable() argument 264 printIITEntry(raw_ostream & OS,unsigned char X) printIITEntry() argument 269 EmitGenerator(const CodeGenIntrinsicTable & Ints,raw_ostream & OS) EmitGenerator() argument 421 EmitAttributes(const CodeGenIntrinsicTable & Ints,raw_ostream & OS) EmitAttributes() argument 626 EmitIntrinsicToBuiltinMap(const CodeGenIntrinsicTable & Ints,bool IsClang,raw_ostream & OS) EmitIntrinsicToBuiltinMap() argument 712 EmitIntrinsicEnums(RecordKeeper & RK,raw_ostream & OS) EmitIntrinsicEnums() argument 719 EmitIntrinsicImpl(RecordKeeper & RK,raw_ostream & OS) EmitIntrinsicImpl() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
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); 152 AppendTypeQualList(raw_ostream & OS,unsigned TypeQuals,bool HasRestrictKeyword) AppendTypeQualList() argument 174 spaceBeforePlaceHolder(raw_ostream & OS) spaceBeforePlaceHolder() argument 186 print(QualType t,raw_ostream & OS,StringRef PlaceHolder) print() argument 191 print(const Type * T,Qualifiers Quals,raw_ostream & OS,StringRef PlaceHolder) print() argument 304 printBefore(QualType T,raw_ostream & OS) printBefore() argument 318 printBefore(const Type * T,Qualifiers Quals,raw_ostream & OS) printBefore() argument 364 printAfter(QualType t,raw_ostream & OS) printAfter() argument 371 printAfter(const Type * T,Qualifiers Quals,raw_ostream & OS) printAfter() argument 381 printBuiltinBefore(const BuiltinType * T,raw_ostream & OS) printBuiltinBefore() argument 386 printBuiltinAfter(const BuiltinType * T,raw_ostream & OS) printBuiltinAfter() argument 388 printComplexBefore(const ComplexType * T,raw_ostream & OS) printComplexBefore() argument 393 printComplexAfter(const ComplexType * T,raw_ostream & OS) printComplexAfter() argument 397 printPointerBefore(const PointerType * T,raw_ostream & OS) printPointerBefore() argument 408 printPointerAfter(const PointerType * T,raw_ostream & OS) printPointerAfter() argument 419 printBlockPointerBefore(const BlockPointerType * T,raw_ostream & OS) printBlockPointerBefore() argument 426 printBlockPointerAfter(const BlockPointerType * T,raw_ostream & OS) printBlockPointerAfter() argument 440 printLValueReferenceBefore(const LValueReferenceType * T,raw_ostream & OS) printLValueReferenceBefore() argument 453 printLValueReferenceAfter(const LValueReferenceType * T,raw_ostream & OS) printLValueReferenceAfter() argument 465 printRValueReferenceBefore(const RValueReferenceType * T,raw_ostream & OS) printRValueReferenceBefore() argument 478 printRValueReferenceAfter(const RValueReferenceType * T,raw_ostream & OS) printRValueReferenceAfter() argument 490 printMemberPointerBefore(const MemberPointerType * T,raw_ostream & OS) printMemberPointerBefore() argument 507 printMemberPointerAfter(const MemberPointerType * T,raw_ostream & OS) printMemberPointerAfter() argument 518 printConstantArrayBefore(const ConstantArrayType * T,raw_ostream & OS) printConstantArrayBefore() argument 524 printConstantArrayAfter(const ConstantArrayType * T,raw_ostream & OS) printConstantArrayAfter() argument 540 printIncompleteArrayBefore(const IncompleteArrayType * T,raw_ostream & OS) printIncompleteArrayBefore() argument 546 printIncompleteArrayAfter(const IncompleteArrayType * T,raw_ostream & OS) printIncompleteArrayAfter() argument 552 printVariableArrayBefore(const VariableArrayType * T,raw_ostream & OS) printVariableArrayBefore() argument 558 printVariableArrayAfter(const VariableArrayType * T,raw_ostream & OS) printVariableArrayAfter() argument 577 printAdjustedBefore(const AdjustedType * T,raw_ostream & OS) printAdjustedBefore() argument 583 printAdjustedAfter(const AdjustedType * T,raw_ostream & OS) printAdjustedAfter() argument 587 printDecayedBefore(const DecayedType * T,raw_ostream & OS) printDecayedBefore() argument 592 printDecayedAfter(const DecayedType * T,raw_ostream & OS) printDecayedAfter() argument 598 printDependentSizedArrayBefore(const DependentSizedArrayType * T,raw_ostream & OS) printDependentSizedArrayBefore() argument 605 printDependentSizedArrayAfter(const DependentSizedArrayType * T,raw_ostream & OS) printDependentSizedArrayAfter() argument 614 printDependentAddressSpaceBefore(const DependentAddressSpaceType * T,raw_ostream & OS) printDependentAddressSpaceBefore() argument 619 printDependentAddressSpaceAfter(const DependentAddressSpaceType * T,raw_ostream & OS) printDependentAddressSpaceAfter() argument 629 printDependentSizedExtVectorBefore(const DependentSizedExtVectorType * T,raw_ostream & OS) printDependentSizedExtVectorBefore() argument 635 printDependentSizedExtVectorAfter(const DependentSizedExtVectorType * T,raw_ostream & OS) printDependentSizedExtVectorAfter() argument 643 printVectorBefore(const VectorType * T,raw_ostream & OS) printVectorBefore() argument 713 printVectorAfter(const VectorType * T,raw_ostream & OS) printVectorAfter() argument 718 printDependentVectorBefore(const DependentVectorType * T,raw_ostream & OS) printDependentVectorBefore() argument 795 printDependentVectorAfter(const DependentVectorType * T,raw_ostream & OS) printDependentVectorAfter() argument 800 printExtVectorBefore(const ExtVectorType * T,raw_ostream & OS) printExtVectorBefore() argument 804 printExtVectorAfter(const ExtVectorType * T,raw_ostream & OS) printExtVectorAfter() argument 812 printConstantMatrixBefore(const ConstantMatrixType * T,raw_ostream & OS) printConstantMatrixBefore() argument 820 printConstantMatrixAfter(const ConstantMatrixType * T,raw_ostream & OS) printConstantMatrixAfter() argument 825 printDependentSizedMatrixBefore(const DependentSizedMatrixType * T,raw_ostream & OS) printDependentSizedMatrixBefore() argument 839 printDependentSizedMatrixAfter(const DependentSizedMatrixType * T,raw_ostream & OS) printDependentSizedMatrixAfter() argument 844 printExceptionSpecification(raw_ostream & OS,const PrintingPolicy & Policy) const printExceptionSpecification() argument 875 printFunctionProtoBefore(const FunctionProtoType * T,raw_ostream & OS) printFunctionProtoBefore() argument 906 printFunctionProtoAfter(const FunctionProtoType * T,raw_ostream & OS) printFunctionProtoAfter() argument 992 printFunctionAfter(const FunctionType::ExtInfo & Info,raw_ostream & OS) printFunctionAfter() argument 1084 printFunctionNoProtoBefore(const FunctionNoProtoType * T,raw_ostream & OS) printFunctionNoProtoBefore() argument 1093 printFunctionNoProtoAfter(const FunctionNoProtoType * T,raw_ostream & OS) printFunctionNoProtoAfter() argument 1104 printTypeSpec(NamedDecl * D,raw_ostream & OS) printTypeSpec() argument 1118 printUnresolvedUsingBefore(const UnresolvedUsingType * T,raw_ostream & OS) printUnresolvedUsingBefore() argument 1123 printUnresolvedUsingAfter(const UnresolvedUsingType * T,raw_ostream & OS) printUnresolvedUsingAfter() argument 1125 printUsingBefore(const UsingType * T,raw_ostream & OS) printUsingBefore() argument 1138 printUsingAfter(const UsingType * T,raw_ostream & OS) printUsingAfter() argument 1140 printTypedefBefore(const TypedefType * T,raw_ostream & OS) printTypedefBefore() argument 1145 printMacroQualifiedBefore(const MacroQualifiedType * T,raw_ostream & OS) printMacroQualifiedBefore() argument 1155 printMacroQualifiedAfter(const MacroQualifiedType * T,raw_ostream & OS) printMacroQualifiedAfter() argument 1159 printTypedefAfter(const TypedefType * T,raw_ostream & OS) printTypedefAfter() argument 1162 printTypeOfExprBefore(const TypeOfExprType * T,raw_ostream & OS) printTypeOfExprBefore() argument 1171 printTypeOfExprAfter(const TypeOfExprType * T,raw_ostream & OS) printTypeOfExprAfter() argument 1173 printTypeOfBefore(const TypeOfType * T,raw_ostream & OS) printTypeOfBefore() argument 1181 printTypeOfAfter(const TypeOfType * T,raw_ostream & OS) printTypeOfAfter() argument 1183 printDecltypeBefore(const DecltypeType * T,raw_ostream & OS) printDecltypeBefore() argument 1191 printDecltypeAfter(const DecltypeType * T,raw_ostream & OS) printDecltypeAfter() argument 1194 printUnaryTransformBefore(const UnaryTransformType * T,raw_ostream & OS) printUnaryTransformBefore() argument 1209 printUnaryTransformAfter(const UnaryTransformType * T,raw_ostream & OS) printUnaryTransformAfter() argument 1211 printAutoBefore(const AutoType * T,raw_ostream & OS) printAutoBefore() argument 1236 printAutoAfter(const AutoType * T,raw_ostream & OS) printAutoAfter() argument 1243 printDeducedTemplateSpecializationBefore(const DeducedTemplateSpecializationType * T,raw_ostream & OS) printDeducedTemplateSpecializationBefore() argument 1255 printDeducedTemplateSpecializationAfter(const DeducedTemplateSpecializationType * T,raw_ostream & OS) printDeducedTemplateSpecializationAfter() argument 1261 printAtomicBefore(const AtomicType * T,raw_ostream & OS) printAtomicBefore() argument 1270 printAtomicAfter(const AtomicType * T,raw_ostream & OS) printAtomicAfter() argument 1272 printPipeBefore(const PipeType * T,raw_ostream & OS) printPipeBefore() argument 1284 printPipeAfter(const PipeType * T,raw_ostream & OS) printPipeAfter() argument 1286 printBitIntBefore(const BitIntType * T,raw_ostream & OS) printBitIntBefore() argument 1293 printBitIntAfter(const BitIntType * T,raw_ostream & OS) printBitIntAfter() argument 1296 printDependentBitIntBefore(const DependentBitIntType * T,raw_ostream & OS) printDependentBitIntBefore() argument 1306 printDependentBitIntAfter(const DependentBitIntType * T,raw_ostream & OS) printDependentBitIntAfter() argument 1309 AppendScope(DeclContext * DC,raw_ostream & OS,DeclarationName NameInScope) AppendScope() argument 1359 printTag(TagDecl * D,raw_ostream & OS) printTag() argument 1457 printRecordBefore(const RecordType * T,raw_ostream & OS) printRecordBefore() argument 1479 printRecordAfter(const RecordType * T,raw_ostream & OS) printRecordAfter() argument 1481 printEnumBefore(const EnumType * T,raw_ostream & OS) printEnumBefore() argument 1485 printEnumAfter(const EnumType * T,raw_ostream & OS) printEnumAfter() argument 1488 printTemplateTypeParmBefore(const TemplateTypeParmType * T,raw_ostream & OS) printTemplateTypeParmBefore() argument 1506 printTemplateTypeParmAfter(const TemplateTypeParmType * T,raw_ostream & OS) printTemplateTypeParmAfter() argument 1510 printSubstTemplateTypeParmBefore(const SubstTemplateTypeParmType * T,raw_ostream & OS) printSubstTemplateTypeParmBefore() argument 1517 printSubstTemplateTypeParmAfter(const SubstTemplateTypeParmType * T,raw_ostream & OS) printSubstTemplateTypeParmAfter() argument 1524 printSubstTemplateTypeParmPackBefore(const SubstTemplateTypeParmPackType * T,raw_ostream & OS) printSubstTemplateTypeParmPackBefore() argument 1545 printSubstTemplateTypeParmPackAfter(const SubstTemplateTypeParmPackType * T,raw_ostream & OS) printSubstTemplateTypeParmPackAfter() argument 1550 printTemplateId(const TemplateSpecializationType * T,raw_ostream & OS,bool FullyQualify) printTemplateId() argument 1572 printTemplateSpecializationBefore(const TemplateSpecializationType * T,raw_ostream & OS) printTemplateSpecializationBefore() argument 1578 printTemplateSpecializationAfter(const TemplateSpecializationType * T,raw_ostream & OS) printTemplateSpecializationAfter() argument 1581 printInjectedClassNameBefore(const InjectedClassNameType * T,raw_ostream & OS) printInjectedClassNameBefore() argument 1591 printInjectedClassNameAfter(const InjectedClassNameType * T,raw_ostream & OS) printInjectedClassNameAfter() argument 1594 printElaboratedBefore(const ElaboratedType * T,raw_ostream & OS) printElaboratedBefore() argument 1627 printElaboratedAfter(const ElaboratedType * T,raw_ostream & OS) printElaboratedAfter() argument 1640 printParenBefore(const ParenType * T,raw_ostream & OS) printParenBefore() argument 1648 printParenAfter(const ParenType * T,raw_ostream & OS) printParenAfter() argument 1657 printDependentNameBefore(const DependentNameType * T,raw_ostream & OS) printDependentNameBefore() argument 1669 printDependentNameAfter(const DependentNameType * T,raw_ostream & OS) printDependentNameAfter() argument 1672 printDependentTemplateSpecializationBefore(const DependentTemplateSpecializationType * T,raw_ostream & OS) printDependentTemplateSpecializationBefore() argument 1687 printDependentTemplateSpecializationAfter(const DependentTemplateSpecializationType * T,raw_ostream & OS) printDependentTemplateSpecializationAfter() argument 1690 printPackExpansionBefore(const PackExpansionType * T,raw_ostream & OS) printPackExpansionBefore() argument 1695 printPackExpansionAfter(const PackExpansionType * T,raw_ostream & OS) printPackExpansionAfter() argument 1701 printAttributedBefore(const AttributedType * T,raw_ostream & OS) printAttributedBefore() argument 1748 printAttributedAfter(const AttributedType * T,raw_ostream & OS) printAttributedAfter() argument 1915 printBTFTagAttributedBefore(const BTFTagAttributedType * T,raw_ostream & OS) printBTFTagAttributedBefore() argument 1921 printBTFTagAttributedAfter(const BTFTagAttributedType * T,raw_ostream & OS) printBTFTagAttributedAfter() argument 1926 printObjCInterfaceBefore(const ObjCInterfaceType * T,raw_ostream & OS) printObjCInterfaceBefore() argument 1932 printObjCInterfaceAfter(const ObjCInterfaceType * T,raw_ostream & OS) printObjCInterfaceAfter() argument 1935 printObjCTypeParamBefore(const ObjCTypeParamType * T,raw_ostream & OS) printObjCTypeParamBefore() argument 1954 printObjCTypeParamAfter(const ObjCTypeParamType * T,raw_ostream & OS) printObjCTypeParamAfter() argument 1957 printObjCObjectBefore(const ObjCObjectType * T,raw_ostream & OS) printObjCObjectBefore() argument 1998 printObjCObjectAfter(const ObjCObjectType * T,raw_ostream & OS) printObjCObjectAfter() argument 2005 printObjCObjectPointerBefore(const ObjCObjectPointerType * T,raw_ostream & OS) printObjCObjectPointerBefore() argument 2018 printObjCObjectPointerAfter(const ObjCObjectPointerType * T,raw_ostream & OS) printObjCObjectPointerAfter() argument 2028 printArgument(const TemplateArgument & A,const PrintingPolicy & PP,llvm::raw_ostream & OS,bool IncludeType) printArgument() argument 2033 printArgument(const TemplateArgumentLoc & A,const PrintingPolicy & PP,llvm::raw_ostream & OS,bool IncludeType) printArgument() argument 2208 printTo(raw_ostream & OS,ArrayRef<TA> Args,const PrintingPolicy & Policy,const TemplateParameterList * TPL,bool IsPack,unsigned ParmIndex) printTo() argument 2274 printTemplateArgumentList(raw_ostream & OS,const TemplateArgumentListInfo & Args,const PrintingPolicy & Policy,const TemplateParameterList * TPL) printTemplateArgumentList() argument 2281 printTemplateArgumentList(raw_ostream & OS,ArrayRef<TemplateArgument> Args,const PrintingPolicy & Policy,const TemplateParameterList * TPL) printTemplateArgumentList() argument 2288 printTemplateArgumentList(raw_ostream & OS,ArrayRef<TemplateArgumentLoc> Args,const PrintingPolicy & Policy,const TemplateParameterList * TPL) printTemplateArgumentList() argument 2374 print(raw_ostream & OS,const PrintingPolicy & Policy,bool appendSpaceIfNonEmpty) const print() argument 2451 print(raw_ostream & OS,const PrintingPolicy & Policy,const Twine & PlaceHolder,unsigned Indentation) const print() argument 2458 print(const Type * ty,Qualifiers qs,raw_ostream & OS,const PrintingPolicy & policy,const Twine & PlaceHolder,unsigned Indentation) print() argument 2482 operator <<(raw_ostream & OS,QualType QT) operator <<() argument [all...] |
H A D | TextNodeDumper.cpp | 33 static void dumpPreviousDeclImpl(raw_ostream &OS, ...) {} 36 static void dumpPreviousDeclImpl(raw_ostream &OS, const Mergeable<T> *D) { in dumpPreviousDeclImpl() 39 OS << " first " << First; in dumpPreviousDeclImpl() 43 static void dumpPreviousDeclImpl(raw_ostream &OS, const Redeclarable<T> *D) { in dumpPreviousDeclImpl() 46 OS << " prev " << Prev; in dumpPreviousDeclImpl() 51 static void dumpPreviousDecl(raw_ostream &OS, const Decl *D) { in dumpPreviousDecl() 55 return dumpPreviousDeclImpl(OS, cast<DERIVED##Decl>(D)); in dumpPreviousDecl() 62 TextNodeDumper::TextNodeDumper(raw_ostream &OS, const ASTContext &Context, in TextNodeDumper() 64 : TextTreeStructure(OS, ShowColors), OS(O in TextNodeDumper() 32 dumpPreviousDeclImpl(raw_ostream & OS,...) dumpPreviousDeclImpl() argument 35 dumpPreviousDeclImpl(raw_ostream & OS,const Mergeable<T> * D) dumpPreviousDeclImpl() argument 42 dumpPreviousDeclImpl(raw_ostream & OS,const Redeclarable<T> * D) dumpPreviousDeclImpl() argument 50 dumpPreviousDecl(raw_ostream & OS,const Decl * D) dumpPreviousDecl() argument 61 TextNodeDumper(raw_ostream & OS,const ASTContext & Context,bool ShowColors) TextNodeDumper() argument 68 TextNodeDumper(raw_ostream & OS,bool ShowColors) TextNodeDumper() argument 1019 dumpBasePath(raw_ostream & OS,const CastExpr * Node) dumpBasePath() argument [all...] |
H A D | StmtPrinter.cpp | 69 raw_ostream &OS; member in __anon842a878f0111::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 << "<nul in PrintExpr() 1267 printExprAsWritten(raw_ostream & OS,Expr * E,const ASTContext * Context) printExprAsWritten() argument 1340 PrintFloatingLiteral(raw_ostream & OS,FloatingLiteral * Node,bool PrintSuffix) PrintFloatingLiteral() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangOpcodesEmitter.cpp | 30 void run(raw_ostream &OS); in ClangOpcodesEmitter() 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) { 87 run(raw_ostream & OS) run() argument 104 EmitEnum(raw_ostream & OS,StringRef N,const Record * R) EmitEnum() argument 113 EmitInterp(raw_ostream & OS,StringRef N,const Record * R) EmitInterp() argument 166 EmitDisasm(raw_ostream & OS,StringRef N,const Record * R) EmitDisasm() argument 185 EmitEmitter(raw_ostream & OS,StringRef N,const Record * R) EmitEmitter() argument 216 EmitProto(raw_ostream & OS,StringRef N,const Record * R) EmitProto() argument 248 EmitGroup(raw_ostream & OS,StringRef N,const Record * R) EmitGroup() argument 336 EmitEval(raw_ostream & OS,StringRef N,const Record * R) EmitEval() argument 365 PrintTypes(raw_ostream & OS,ArrayRef<const Record * > Types) PrintTypes() argument 378 EmitClangOpcodes(RecordKeeper & Records,raw_ostream & OS) EmitClangOpcodes() argument [all...] |
H A D | ClangAttrEmitter.cpp | 240 virtual void writeAccessors(raw_ostream &OS) const = 0; in writeAccessorDefinitions() 241 virtual void writeAccessorDefinitions(raw_ostream &OS) const {} in writeASTVisitorTraversal() 242 virtual void writeASTVisitorTraversal(raw_ostream &OS) const {} 243 virtual void writeCloneArgs(raw_ostream &OS) const = 0; 244 virtual void writeTemplateInstantiationArgs(raw_ostream &OS) const = 0; in writeTemplateInstantiation() 245 virtual void writeTemplateInstantiation(raw_ostream &OS) const {} in writeCtorBody() 246 virtual void writeCtorBody(raw_ostream &OS) const {} 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) cons 1002 writeConversion(raw_ostream & OS,bool Header) const writeConversion() argument 1136 writeConversion(raw_ostream & OS,bool Header) const writeConversion() argument 1520 writeAvailabilityValue(raw_ostream & OS) writeAvailabilityValue() argument 1530 writeDeprecatedAttrValue(raw_ostream & OS,std::string & Variety) writeDeprecatedAttrValue() argument 1539 writeGetSpellingFunction(const Record & R,raw_ostream & OS) writeGetSpellingFunction() argument 1565 writePrettyPrintFunction(const Record & R,const std::vector<std::unique_ptr<Argument>> & Args,raw_ostream & OS) writePrettyPrintFunction() argument 1720 writeAttrAccessorDefinition(const Record & R,raw_ostream & OS) writeAttrAccessorDefinition() argument 1816 WriteSemanticSpellingSwitch(const std::string & VarName,const SemanticSpellingMap & Map,raw_ostream & OS) WriteSemanticSpellingSwitch() argument 1825 emitClangAttrLateParsedList(RecordKeeper & Records,raw_ostream & OS) emitClangAttrLateParsedList() argument 2073 emitMatchRuleList(raw_ostream & OS) emitMatchRuleList() argument 2157 generateStrictConformsTo(const Record & Attr,raw_ostream & OS) generateStrictConformsTo() argument 2186 generateParsingHelpers(raw_ostream & OS) generateParsingHelpers() argument 2294 emitClangAttrTypeArgList(RecordKeeper & Records,raw_ostream & OS) emitClangAttrTypeArgList() argument 2317 emitClangAttrArgContextList(RecordKeeper & Records,raw_ostream & OS) emitClangAttrArgContextList() argument 2377 emitClangAttrVariadicIdentifierArgList(RecordKeeper & Records,raw_ostream & OS) emitClangAttrVariadicIdentifierArgList() argument 2399 emitClangAttrUnevaluatedStringLiteralList(RecordKeeper & Records,raw_ostream & OS) emitClangAttrUnevaluatedStringLiteralList() argument 2425 emitClangAttrIdentifierArgList(RecordKeeper & Records,raw_ostream & OS) emitClangAttrIdentifierArgList() argument 2452 emitClangAttrThisIsaIdentifierArgList(RecordKeeper & Records,raw_ostream & OS) emitClangAttrThisIsaIdentifierArgList() argument 2472 emitClangAttrAcceptsExprPack(RecordKeeper & Records,raw_ostream & OS) emitClangAttrAcceptsExprPack() argument 2493 emitFormInitializer(raw_ostream & OS,const FlattenedSpelling & Spelling,StringRef SpellingIndex) emitFormInitializer() argument 2505 emitAttributes(RecordKeeper & Records,raw_ostream & OS,bool Header) emitAttributes() argument 2988 EmitClangAttrClass(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrClass() argument 3000 EmitClangAttrImpl(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrImpl() argument 3037 emitAttrList(raw_ostream & OS,StringRef Class,const std::vector<Record * > & AttrList) emitAttrList() argument 3073 emitDefaultDefine(raw_ostream & OS,StringRef name,const char * superName) emitDefaultDefine() argument 3237 EmitClangAttrList(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrList() argument 3279 EmitClangAttrPrintList(const std::string & FieldName,RecordKeeper & Records,raw_ostream & OS) EmitClangAttrPrintList() argument 3309 EmitClangAttrSubjectMatchRuleList(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrSubjectMatchRuleList() argument 3321 EmitClangAttrPCHRead(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrPCHRead() argument 3376 EmitClangAttrPCHWrite(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrPCHWrite() argument 3491 GenerateHasAttrSpellingStringSwitch(const std::vector<std::pair<const Record *,FlattenedSpelling>> & Attrs,raw_ostream & OS,const std::string & Variety,const std::string & Scope="") GenerateHasAttrSpellingStringSwitch() argument 3575 EmitClangRegularKeywordAttributeInfo(RecordKeeper & Records,raw_ostream & OS) EmitClangRegularKeywordAttributeInfo() argument 3598 EmitClangAttrHasAttrImpl(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrHasAttrImpl() argument 3685 EmitClangAttrSpellingListIndex(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrSpellingListIndex() argument 3717 EmitClangAttrASTVisitor(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrASTVisitor() argument 3790 EmitClangAttrTemplateInstantiateHelper(const std::vector<Record * > & Attrs,raw_ostream & OS,bool AppliesToDecl) EmitClangAttrTemplateInstantiateHelper() argument 3843 EmitClangAttrTemplateInstantiate(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrTemplateInstantiate() argument 3866 EmitClangAttrParsedAttrList(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrParsedAttrList() argument 3884 emitArgInfo(const Record & R,raw_ostream & OS) emitArgInfo() argument 3987 GenerateCustomAppertainsTo(const Record & Subject,raw_ostream & OS) GenerateCustomAppertainsTo() argument 4017 GenerateAppertainsTo(const Record & Attr,raw_ostream & OS) GenerateAppertainsTo() argument 4135 GenerateMutualExclusionsChecks(const Record & Attr,const RecordKeeper & Records,raw_ostream & OS,raw_ostream & MergeDeclOS,raw_ostream & MergeStmtOS) GenerateMutualExclusionsChecks() argument 4267 emitAttributeMatchRules(PragmaClangAttributeSupport & PragmaAttributeSupport,raw_ostream & OS) emitAttributeMatchRules() argument 4302 GenerateLangOptRequirements(const Record & R,raw_ostream & OS) GenerateLangOptRequirements() argument 4316 GenerateTargetRequirements(const Record & Attr,const ParsedAttrMap & Dupes,raw_ostream & OS) GenerateTargetRequirements() argument 4358 GenerateSpellingTargetRequirements(const Record & Attr,const std::vector<Record * > & TargetSpellings,raw_ostream & OS) GenerateSpellingTargetRequirements() argument 4401 GenerateSpellingIndexToSemanticSpelling(const Record & Attr,raw_ostream & OS) GenerateSpellingIndexToSemanticSpelling() argument 4426 GenerateHandleDeclAttribute(const Record & Attr,raw_ostream & OS) GenerateHandleDeclAttribute() argument 4449 GenerateIsParamExpr(const Record & Attr,raw_ostream & OS) GenerateIsParamExpr() argument 4460 GenerateHandleAttrWithDelayedArgs(RecordKeeper & Records,raw_ostream & OS) GenerateHandleAttrWithDelayedArgs() argument 4498 EmitClangAttrParsedAttrImpl(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrParsedAttrImpl() argument 4662 EmitClangAttrParsedAttrKinds(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrParsedAttrKinds() argument 4763 EmitClangAttrTextNodeDump(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrTextNodeDump() argument 4802 EmitClangAttrNodeTraverse(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrNodeTraverse() argument 4831 EmitClangAttrParserStringSwitches(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrParserStringSwitches() argument 4844 EmitClangAttrSubjectMatchRulesParserStringSwitches(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrSubjectMatchRulesParserStringSwitches() argument 4848 EmitClangAttrDocTable(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrDocTable() argument 4932 WriteCategoryHeader(const Record * DocCategory,raw_ostream & OS) WriteCategoryHeader() argument 4997 WriteDocumentation(RecordKeeper & Records,const DocumentationData & Doc,raw_ostream & OS) WriteDocumentation() argument 5050 EmitClangAttrDocs(RecordKeeper & Records,raw_ostream & OS) EmitClangAttrDocs() argument 5111 EmitTestPragmaAttributeSupportedAttributes(RecordKeeper & Records,raw_ostream & OS) EmitTestPragmaAttributeSupportedAttributes() argument [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-src/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-src/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-src/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-src/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-src/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-src/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 << '\ in printSwitchToSection() [all...] |
/freebsd-src/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-src/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-src/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-src/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-src/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() 114 return (os->os_spa); in dmu_objset_spa() 118 dmu_objset_zil(objset_t *os) in dmu_objset_zil() 120 return (os->os_zil); in dmu_objset_zil() 124 dmu_objset_pool(objset_t *os) in dmu_objset_pool() 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() 111 dmu_objset_spa(objset_t * os) dmu_objset_spa() argument 117 dmu_objset_zil(objset_t * os) dmu_objset_zil() argument 123 dmu_objset_pool(objset_t * os) dmu_objset_pool() argument 134 dmu_objset_ds(objset_t * os) dmu_objset_ds() argument 140 dmu_objset_type(objset_t * os) dmu_objset_type() argument 146 dmu_objset_name(objset_t * os,char * buf) dmu_objset_name() argument 152 dmu_objset_id(objset_t * os) dmu_objset_id() argument 160 dmu_objset_dnodesize(objset_t * os) dmu_objset_dnodesize() argument 166 dmu_objset_syncprop(objset_t * os) dmu_objset_syncprop() argument 172 dmu_objset_logbias(objset_t * os) dmu_objset_logbias() argument 180 objset_t *os = arg; checksum_changed_cb() local 193 objset_t *os = arg; compression_changed_cb() local 209 objset_t *os = arg; copies_changed_cb() local 223 objset_t *os = arg; dedup_changed_cb() local 241 objset_t *os = arg; primary_cache_changed_cb() local 255 objset_t *os = arg; secondary_cache_changed_cb() local 269 objset_t *os = arg; prefetch_changed_cb() local 282 objset_t *os = arg; sync_changed_cb() local 298 objset_t *os = arg; redundant_metadata_changed_cb() local 314 objset_t *os = arg; dnodesize_changed_cb() local 342 objset_t *os = arg; smallblk_changed_cb() local 356 objset_t *os = arg; logbias_changed_cb() local 368 objset_t *os = arg; recordsize_changed_cb() local 396 dnode_hash(const objset_t * os,uint64_t obj) dnode_hash() argument 433 dmu_os_is_l2cacheable(objset_t * os) dmu_os_is_l2cacheable() argument 468 objset_t *os; dmu_objset_open_impl() local 716 objset_t *os; dmu_objset_from_ds() local 880 dmu_objset_rele_flags(objset_t * os,boolean_t decrypt,const void * tag) dmu_objset_rele_flags() argument 891 dmu_objset_rele(objset_t * os,const void * tag) dmu_objset_rele() argument 929 dmu_objset_disown(objset_t * os,boolean_t decrypt,const void * tag) dmu_objset_disown() argument 942 dmu_objset_evict_dbufs(objset_t * os) dmu_objset_evict_dbufs() argument 998 dmu_objset_evict(objset_t * os) dmu_objset_evict() argument 1026 dmu_objset_evict_done(objset_t * os) dmu_objset_evict_done() argument 1065 dmu_objset_snap_cmtime(objset_t * os) dmu_objset_snap_cmtime() argument 1074 objset_t *os; dmu_objset_create_impl_dnstats() local 1260 objset_t *os; dmu_objset_create_sync() local 1493 objset_t *os = data; dmu_objset_upgrade_task_cb() local 1515 dmu_objset_upgrade(objset_t * os,dmu_objset_upgrade_cb_t cb) dmu_objset_upgrade() argument 1541 dmu_objset_upgrade_stop(objset_t * os) dmu_objset_upgrade_stop() argument 1596 objset_t *os = arg; dmu_objset_write_ready() local 1628 objset_t *os = arg; dmu_objset_write_done() local 1665 objset_t *os = soa->soa_os; sync_dnodes_task() local 1699 objset_t *os = soa->soa_os; sync_meta_dnode_task() local 1731 dmu_objset_sync(objset_t * os,zio_t * pio,dmu_tx_t * tx) dmu_objset_sync() argument 1869 dmu_objset_is_dirty(objset_t * os,uint64_t txg) dmu_objset_is_dirty() argument 1883 dmu_get_file_info(objset_t * os,dmu_object_type_t bonustype,const void * data,zfs_file_info_t * zfi) dmu_get_file_info() argument 1893 dmu_objset_userused_enabled(objset_t * os) dmu_objset_userused_enabled() argument 1901 dmu_objset_userobjused_enabled(objset_t * os) dmu_objset_userobjused_enabled() argument 1908 dmu_objset_projectquota_enabled(objset_t * os) dmu_objset_projectquota_enabled() argument 1945 do_userquota_cacheflush(objset_t * os,userquota_cache_t * cache,dmu_tx_t * tx) do_userquota_cacheflush() argument 2015 do_userquota_update(objset_t * os,userquota_cache_t * cache,uint64_t used,uint64_t flags,uint64_t user,uint64_t group,uint64_t project,boolean_t subtract) do_userquota_update() argument 2042 do_userobjquota_update(objset_t * os,userquota_cache_t * cache,uint64_t flags,uint64_t user,uint64_t group,uint64_t project,boolean_t subtract) do_userobjquota_update() argument 2076 objset_t *os = uua->uua_os; userquota_updates_task() local 2162 objset_t *os = uua->uua_os; dnode_rele_task() local 2180 dmu_objset_do_userquota_updates_prep(objset_t * os,dmu_tx_t * tx) dmu_objset_do_userquota_updates_prep() argument 2222 dmu_objset_sync_done(objset_t * os,dmu_tx_t * tx) dmu_objset_sync_done() argument 2280 objset_t *os = dn->dn_objset; dmu_objset_userquota_get_ids() local 2394 dmu_objset_userspace_present(objset_t * os) dmu_objset_userspace_present() argument 2401 dmu_objset_userobjspace_present(objset_t * os) dmu_objset_userobjspace_present() argument 2408 dmu_objset_projectquota_present(objset_t * os) dmu_objset_projectquota_present() argument 2415 dmu_objset_space_upgrade(objset_t * os) dmu_objset_space_upgrade() argument 2462 dmu_objset_userspace_upgrade_cb(objset_t * os) dmu_objset_userspace_upgrade_cb() argument 2483 dmu_objset_userspace_upgrade(objset_t * os) dmu_objset_userspace_upgrade() argument 2489 dmu_objset_id_quota_upgrade_cb(objset_t * os) dmu_objset_id_quota_upgrade_cb() argument 2526 dmu_objset_id_quota_upgrade(objset_t * os) dmu_objset_id_quota_upgrade() argument 2532 dmu_objset_userobjspace_upgradable(objset_t * os) dmu_objset_userobjspace_upgradable() argument 2542 dmu_objset_projectquota_upgradable(objset_t * os) dmu_objset_projectquota_upgradable() argument 2552 dmu_objset_space(objset_t * os,uint64_t * refdbytesp,uint64_t * availbytesp,uint64_t * usedobjsp,uint64_t * availobjsp) dmu_objset_space() argument 2560 dmu_objset_fsid_guid(objset_t * os) dmu_objset_fsid_guid() argument 2566 dmu_objset_fast_stat(objset_t * os,dmu_objset_stats_t * stat) dmu_objset_fast_stat() argument 2574 dmu_objset_stats(objset_t * os,nvlist_t * nv) dmu_objset_stats() argument 2589 dmu_objset_is_snapshot(objset_t * os) dmu_objset_is_snapshot() argument 2598 dmu_snapshot_realname(objset_t * os,const char * name,char * real,int maxlen,boolean_t * conflict) dmu_snapshot_realname() argument 2613 dmu_snapshot_list_next(objset_t * os,int namelen,char * name,uint64_t * idp,uint64_t * offp,boolean_t * case_conflict) dmu_snapshot_list_next() argument 2652 dmu_snapshot_lookup(objset_t * os,const char * name,uint64_t * value) dmu_snapshot_lookup() argument 2658 dmu_dir_list_next(objset_t * os,int namelen,char * name,uint64_t * idp,uint64_t * offp) dmu_dir_list_next() argument 3067 dmu_objset_incompatible_encryption_version(objset_t * os) dmu_objset_incompatible_encryption_version() argument 3074 dmu_objset_set_user(objset_t * os,void * user_ptr) dmu_objset_set_user() argument 3081 dmu_objset_get_user(objset_t * os) dmu_objset_get_user() argument 3117 dmu_objset_willuse_space(objset_t * os,int64_t space,dmu_tx_t * tx) dmu_objset_willuse_space() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesTypes.cpp | 14 LLVM_DUMP_METHOD void CommonEntityInfo::dump(llvm::raw_ostream &OS) const { in dump() 16 OS << "[Unavailable] (" << UnavailableMsg << ")" << ' '; in dump() 18 OS << "[UnavailableInSwift] "; in dump() 20 OS << (SwiftPrivate ? "[SwiftPrivate] " : ""); in dump() 22 OS << "Swift Name: " << SwiftName << ' '; in dump() 23 OS << '\n'; in dump() 26 LLVM_DUMP_METHOD void CommonTypeInfo::dump(llvm::raw_ostream &OS) const { in dump() 27 static_cast<const CommonEntityInfo &>(*this).dump(OS); in dump() 29 OS << "Swift Briged Type: " << *SwiftBridge << ' '; in dump() 31 OS << "NSErro in dump() 35 dump(llvm::raw_ostream & OS) dump() argument 84 dump(llvm::raw_ostream & OS) dump() argument 90 dump(llvm::raw_ostream & OS) dump() argument [all...] |