Searched defs:OS (Results 201 - 225 of 279) sorted by relevance

1234567891011>>

/freebsd-10.3-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp110 std::ostringstream OS; local
135 std::ostringstream OS; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDecl.h287 inline raw_ostream &operator<<(raw_ostream &OS, const NamedDecl &ND) { argument
H A DDeclarationName.h560 inline raw_ostream &operator<<(raw_ostream &OS, argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp413 void LocationContext::dumpStack(raw_ostream &OS, StringRef Indent) const { argument
H A DLiveVariables.cpp400 void TransferFunctions::VisitObjCForCollectionStmt(ObjCForCollectionStmt *OS) { argument
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DRegionInfo.cpp427 void Region::print(raw_ostream &OS, bool print_tree, unsigned level, argument
729 print(raw_ostream &OS, const Module *) const argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/DebugInfo/
H A DDWARFContext.cpp32 static void dumpPubSection(raw_ostream &OS, StringRef Name, StringRef Data, argument
61 dump(raw_ostream &OS, DIDumpType DumpType) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/MC/
H A DMCELFStreamer.cpp576 createELFStreamer(MCContext &Context, MCTargetStreamer *Streamer, MCAsmBackend &MAB, raw_ostream &OS, MCCodeEmitter *CE, bool RelaxAll, bool NoExecStack) argument
H A DMCObjectStreamer.cpp25 MCObjectStreamer(MCContext &Context, MCTargetStreamer *TargetStreamer, MCAsmBackend &TAB, raw_ostream &OS, MCCodeEmitter *Emitter_) argument
34 MCObjectStreamer(MCContext &Context, MCTargetStreamer *TargetStreamer, MCAsmBackend &TAB, raw_ostream &OS, MCCodeEmitter *Emitter_, MCAssembler *_Assembler) argument
/freebsd-10.3-release/contrib/llvm/lib/Target/AArch64/InstPrinter/
H A DAArch64InstPrinter.cpp48 void AArch64InstPrinter::printRegName(raw_ostream &OS, unsigned RegNo) const { argument
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DTriple.h139 OSType OS; member in class:llvm::Triple
[all...]
/freebsd-10.3-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h151 inline raw_ostream &operator<<(raw_ostream &OS, const SCEV &S) { argument
/freebsd-10.3-release/contrib/llvm/include/llvm/IR/
H A DValue.h351 inline raw_ostream &operator<<(raw_ostream &OS, const Value &V) { argument
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetRegisterInfo.h889 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintReg &PR) { argument
913 static inline raw_ostream &operator<<(raw_ostream &OS, const PrintRegUnit &PR) { argument
927 static inline raw_ostream &operator<<(raw_ostream &OS, argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp303 EmitImmediate(const MCOperand &DispOp, SMLoc Loc, unsigned Size, MCFixupKind FixupKind, unsigned &CurByte, raw_ostream &OS, SmallVectorImpl<MCFixup> &Fixups, int ImmOffset) const argument
365 EmitMemModRMByte(const MCInst &MI, unsigned Op, unsigned RegOpcodeField, uint64_t TSFlags, unsigned &CurByte, raw_ostream &OS, SmallVectorImpl<MCFixup> &Fixups) const argument
1189 EncodeInstruction(const MCInst &MI, raw_ostream &OS, SmallVectorImpl<MCFixup> &Fixups) const argument
1451 EmitByte(X86II::getBaseOpcodeFor(TSFlags), CurByte, OS); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp478 void EmitClangDiagsDefs(RecordKeeper &Records, raw_ostream &OS, argument
585 EmitClangDiagGroups(RecordKeeper &Records, raw_ostream &OS) argument
765 EmitClangDiagsIndexName(RecordKeeper &Records, raw_ostream &OS) argument
[all...]
/freebsd-10.3-release/contrib/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp69 void RegisterInfoEmitter::runEnums(raw_ostream &OS, argument
160 EmitRegUnitPressure(raw_ostream &OS, const CodeGenRegBank &RegBank, const std::string &ClassName) argument
314 EmitRegMappingTables(raw_ostream &OS, const std::vector<CodeGenRegister*> &Regs, bool isCtor) argument
440 EmitRegMapping(raw_ostream &OS, const std::vector<CodeGenRegister*> &Regs, bool isCtor) argument
522 printBitVectorAsHex(raw_ostream &OS, const BitVector &Bits, unsigned Width) argument
545 print(raw_ostream &OS) argument
550 printSimpleValueType(raw_ostream &OS, MVT::SimpleValueType VT) argument
554 printSubRegIndex(raw_ostream &OS, const CodeGenSubRegIndex *Idx) argument
597 printDiff16(raw_ostream &OS, uint16_t Val) argument
630 emitComposeSubRegIndices(raw_ostream &OS, CodeGenRegBank &RegBank, const std::string &ClName) argument
701 runMCDesc(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
951 runTargetHeader(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
1010 runTargetDesc(raw_ostream &OS, CodeGenTarget &Target, CodeGenRegBank &RegBank) argument
1340 run(raw_ostream &OS) argument
1353 EmitRegisterInfo(RecordKeeper &RK, raw_ostream &OS) argument
[all...]
/freebsd-10.3-release/contrib/bmake/mk/sys/
H A DUnixWare.mk6 OS?= UnixWare macro
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp101 raw_ostream &OS = llvm::errs(); local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp650 static void PrintDiagnosticCategories(raw_ostream &OS) { argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DPrintPreprocessedOutput.cpp35 PrintMacroDefinition(const IdentifierInfo &II, const MacroInfo &MI, Preprocessor &PP, raw_ostream &OS) argument
86 raw_ostream &OS; member in class:__anon3299::PrintPPOutputPPCallbacks
391 outputPrintable(llvm::raw_ostream& OS, const std::string &Str) argument
626 PrintPreprocessedTokens(Preprocessor &PP, Token &Tok, PrintPPOutputPPCallbacks *Callbacks, raw_ostream &OS) argument
703 DoPrintMacros(Preprocessor &PP, raw_ostream *OS) argument
735 DoPrintPreprocessedInput(Preprocessor &PP, raw_ostream *OS, const PreprocessorOutputOptions &Opts) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp761 getNameForDiagnostic( raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const argument
1130 getNameForDiagnostic( raw_ostream &OS, const PrintingPolicy &Policy, bool Qualified) const argument
H A DTypePrinter.cpp113 AppendTypeQualList(raw_ostream &OS, unsigned TypeQuals) argument
130 spaceBeforePlaceHolder(raw_ostream &OS) argument
135 print(QualType t, raw_ostream &OS, StringRef PlaceHolder) argument
140 print(const Type *T, Qualifiers Quals, raw_ostream &OS, StringRef PlaceHolder) argument
229 printBefore(QualType T, raw_ostream &OS) argument
244 printBefore(const Type *T,Qualifiers Quals, raw_ostream &OS) argument
290 printAfter(QualType t, raw_ostream &OS) argument
297 printAfter(const Type *T, Qualifiers Quals, raw_ostream &OS) argument
307 printBuiltinBefore(const BuiltinType *T, raw_ostream &OS) argument
311 printBuiltinAfter(const BuiltinType *T, raw_ostream &OS) argument
313 printComplexBefore(const ComplexType *T, raw_ostream &OS) argument
317 printComplexAfter(const ComplexType *T, raw_ostream &OS) argument
321 printPointerBefore(const PointerType *T, raw_ostream &OS) argument
331 printPointerAfter(const PointerType *T, raw_ostream &OS) argument
341 printBlockPointerBefore(const BlockPointerType *T, raw_ostream &OS) argument
347 printBlockPointerAfter(const BlockPointerType *T, raw_ostream &OS) argument
353 printLValueReferenceBefore(const LValueReferenceType *T, raw_ostream &OS) argument
364 printLValueReferenceAfter(const LValueReferenceType *T, raw_ostream &OS) argument
375 printRValueReferenceBefore(const RValueReferenceType *T, raw_ostream &OS) argument
386 printRValueReferenceAfter(const RValueReferenceType *T, raw_ostream &OS) argument
397 printMemberPointerBefore(const MemberPointerType *T, raw_ostream &OS) argument
413 printMemberPointerAfter(const MemberPointerType *T, raw_ostream &OS) argument
424 printConstantArrayBefore(const ConstantArrayType *T, raw_ostream &OS) argument
430 printConstantArrayAfter(const ConstantArrayType *T, raw_ostream &OS) argument
436 printIncompleteArrayBefore(const IncompleteArrayType *T, raw_ostream &OS) argument
442 printIncompleteArrayAfter(const IncompleteArrayType *T, raw_ostream &OS) argument
448 printVariableArrayBefore(const VariableArrayType *T, raw_ostream &OS) argument
454 printVariableArrayAfter(const VariableArrayType *T, raw_ostream &OS) argument
474 printDecayedBefore(const DecayedType *T, raw_ostream &OS) argument
478 printDecayedAfter(const DecayedType *T, raw_ostream &OS) argument
482 printDependentSizedArrayBefore( const DependentSizedArrayType *T, raw_ostream &OS) argument
489 printDependentSizedArrayAfter( const DependentSizedArrayType *T, raw_ostream &OS) argument
499 printDependentSizedExtVectorBefore( const DependentSizedExtVectorType *T, raw_ostream &OS) argument
504 printDependentSizedExtVectorAfter( const DependentSizedExtVectorType *T, raw_ostream &OS) argument
514 printVectorBefore(const VectorType *T, raw_ostream &OS) argument
550 printVectorAfter(const VectorType *T, raw_ostream &OS) argument
554 printExtVectorBefore(const ExtVectorType *T, raw_ostream &OS) argument
558 printExtVectorAfter(const ExtVectorType *T, raw_ostream &OS) argument
566 printExceptionSpecification(raw_ostream &OS, const PrintingPolicy &Policy) const argument
592 printFunctionProtoBefore(const FunctionProtoType *T, raw_ostream &OS) argument
607 printFunctionProtoAfter(const FunctionProtoType *T, raw_ostream &OS) argument
712 printFunctionNoProtoBefore(const FunctionNoProtoType *T, raw_ostream &OS) argument
720 printFunctionNoProtoAfter(const FunctionNoProtoType *T, raw_ostream &OS) argument
733 printTypeSpec(const NamedDecl *D, raw_ostream &OS) argument
739 printUnresolvedUsingBefore(const UnresolvedUsingType *T, raw_ostream &OS) argument
743 printUnresolvedUsingAfter(const UnresolvedUsingType *T, raw_ostream &OS) argument
746 printTypedefBefore(const TypedefType *T, raw_ostream &OS) argument
749 printTypedefAfter(const TypedefType *T, raw_ostream &OS) argument
751 printTypeOfExprBefore(const TypeOfExprType *T, raw_ostream &OS) argument
757 printTypeOfExprAfter(const TypeOfExprType *T, raw_ostream &OS) argument
760 printTypeOfBefore(const TypeOfType *T, raw_ostream &OS) argument
766 printTypeOfAfter(const TypeOfType *T, raw_ostream &OS) argument
768 printDecltypeBefore(const DecltypeType *T, raw_ostream &OS) argument
774 printDecltypeAfter(const DecltypeType *T, raw_ostream &OS) argument
776 printUnaryTransformBefore(const UnaryTransformType *T, raw_ostream &OS) argument
791 printUnaryTransformAfter(const UnaryTransformType *T, raw_ostream &OS) argument
803 printAutoBefore(const AutoType *T, raw_ostream &OS) argument
812 printAutoAfter(const AutoType *T, raw_ostream &OS) argument
818 printAtomicBefore(const AtomicType *T, raw_ostream &OS) argument
826 printAtomicAfter(const AtomicType *T, raw_ostream &OS) argument
829 AppendScope(DeclContext *DC, raw_ostream &OS) argument
862 printTag(TagDecl *D, raw_ostream &OS) argument
946 printRecordBefore(const RecordType *T, raw_ostream &OS) argument
949 printRecordAfter(const RecordType *T, raw_ostream &OS) argument
951 printEnumBefore(const EnumType *T, raw_ostream &OS) argument
954 printEnumAfter(const EnumType *T, raw_ostream &OS) argument
956 printTemplateTypeParmBefore(const TemplateTypeParmType *T, raw_ostream &OS) argument
964 printTemplateTypeParmAfter(const TemplateTypeParmType *T, raw_ostream &OS) argument
967 printSubstTemplateTypeParmBefore( const SubstTemplateTypeParmType *T, raw_ostream &OS) argument
973 printSubstTemplateTypeParmAfter( const SubstTemplateTypeParmType *T, raw_ostream &OS) argument
980 printSubstTemplateTypeParmPackBefore( const SubstTemplateTypeParmPackType *T, raw_ostream &OS) argument
986 printSubstTemplateTypeParmPackAfter( const SubstTemplateTypeParmPackType *T, raw_ostream &OS) argument
993 printTemplateSpecializationBefore( const TemplateSpecializationType *T, raw_ostream &OS) argument
1005 printTemplateSpecializationAfter( const TemplateSpecializationType *T, raw_ostream &OS) argument
1009 printInjectedClassNameBefore(const InjectedClassNameType *T, raw_ostream &OS) argument
1013 printInjectedClassNameAfter(const InjectedClassNameType *T, raw_ostream &OS) argument
1016 printElaboratedBefore(const ElaboratedType *T, raw_ostream &OS) argument
1030 printElaboratedAfter(const ElaboratedType *T, raw_ostream &OS) argument
1036 printParenBefore(const ParenType *T, raw_ostream &OS) argument
1043 printParenAfter(const ParenType *T, raw_ostream &OS) argument
1051 printDependentNameBefore(const DependentNameType *T, raw_ostream &OS) argument
1062 printDependentNameAfter(const DependentNameType *T, raw_ostream &OS) argument
1065 printDependentTemplateSpecializationBefore( const DependentTemplateSpecializationType *T, raw_ostream &OS) argument
1082 printDependentTemplateSpecializationAfter( const DependentTemplateSpecializationType *T, raw_ostream &OS) argument
1085 printPackExpansionBefore(const PackExpansionType *T, raw_ostream &OS) argument
1089 printPackExpansionAfter(const PackExpansionType *T, raw_ostream &OS) argument
1095 printAttributedBefore(const AttributedType *T, raw_ostream &OS) argument
1116 printAttributedAfter(const AttributedType *T, raw_ostream &OS) argument
1236 printObjCInterfaceBefore(const ObjCInterfaceType *T, raw_ostream &OS) argument
1241 printObjCInterfaceAfter(const ObjCInterfaceType *T, raw_ostream &OS) argument
1244 printObjCObjectBefore(const ObjCObjectType *T, raw_ostream &OS) argument
1263 printObjCObjectAfter(const ObjCObjectType *T, raw_ostream &OS) argument
1269 printObjCObjectPointerBefore(const ObjCObjectPointerType *T, raw_ostream &OS) argument
1301 printObjCObjectPointerAfter(const ObjCObjectPointerType *T, raw_ostream &OS) argument
1305 PrintTemplateArgumentList(raw_ostream &OS, const TemplateArgumentListInfo &Args, const PrintingPolicy &Policy) argument
1315 PrintTemplateArgumentList( raw_ostream &OS, const TemplateArgument *Args, unsigned NumArgs, const PrintingPolicy &Policy, bool SkipBrackets) argument
1366 PrintTemplateArgumentList(raw_ostream &OS, const TemplateArgumentLoc *Args, unsigned NumArgs, const PrintingPolicy &Policy) argument
1459 print(raw_ostream &OS, const PrintingPolicy& Policy, bool appendSpaceIfNonEmpty) const argument
1534 print(const Type *ty, Qualifiers qs, raw_ostream &OS, const PrintingPolicy &policy, const Twine &PlaceHolder) argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/
H A DInlineSpiller.cpp316 static raw_ostream &operator<<(raw_ostream &OS, argument
[all...]
H A DLiveDebugVariables.cpp359 void UserValue::print(raw_ostream &OS, const TargetMachine *TM) { argument
380 print(raw_ostream &OS) argument
[all...]

Completed in 260 milliseconds

1234567891011>>