Searched defs:OS (Results 226 - 250 of 279) sorted by relevance

1234567891011>>

/freebsd-10.2-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:__anon3303::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...]
H A DCompilerInstance.cpp110 raw_ostream *OS = &llvm::errs(); local
139 OwningPtr<llvm::raw_fd_ostream> OS; local
403 createCodeCompletionConsumer(Preprocessor &PP, const std::string &Filename, unsigned Line, unsigned Column, const CodeCompleteOptions &Opts, raw_ostream &OS) argument
476 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary, local
524 OwningPtr<llvm::raw_fd_ostream> OS; local
672 raw_ostream &OS = llvm::errs(); local
[all...]
/freebsd-10.2-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...]
H A DASTDiagnostic.cpp398 raw_ostream &OS; member in class:__anon3119::TemplateDiff
1623 TemplateDiff(raw_ostream &OS, ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColor) argument
1688 FormatTemplateTypeDiff(ASTContext &Context, QualType FromType, QualType ToType, bool PrintTree, bool PrintFromType, bool ElideType, bool ShowColors, raw_ostream &OS) argument
[all...]
H A DASTDumper.cpp94 raw_ostream &OS; member in class:__anon3120::ASTDumper
153 ASTDumper(raw_ostream &OS, const CommandTraits *Traits, argument
159 ASTDumper(raw_ostream &OS, const CommandTraits *Traits, argument
595 dumpPreviousDeclImpl(raw_ostream &OS, ...) argument
598 dumpPreviousDeclImpl(raw_ostream &OS, const Mergeable<T> *D) argument
605 dumpPreviousDeclImpl(raw_ostream &OS, const Redeclarable<T> *D) argument
613 dumpPreviousDecl(raw_ostream &OS, const Decl *D) argument
1593 dumpBasePath(raw_ostream &OS, const CastExpr *Node) argument
2146 dump(raw_ostream &OS, SourceManager &SM) const argument
2174 dump(raw_ostream &OS, const CommandTraits *Traits, const SourceManager *SM) const argument
[all...]
H A DDeclObjC.cpp1675 raw_ostream &clang::operator<<(raw_ostream &OS, argument
1723 raw_ostream &clang::operator<<(raw_ostream &OS, argument
/freebsd-10.2-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...]
H A DLiveIntervalAnalysis.cpp138 void LiveIntervals::print(raw_ostream &OS, const Module* ) const { argument
[all...]
H A DMachineBasicBlock.cpp65 raw_ostream &llvm::operator<<(raw_ostream &OS, const MachineBasicBlock &MBB) { argument
264 void MachineBasicBlock::print(raw_ostream &OS, SlotIndexes *Indexes) const { argument
1214 WriteAsOperand(raw_ostream &OS, const MachineBasicBlock *MBB, bool t) argument
[all...]
H A DMachineFunction.cpp322 void MachineFunction::print(raw_ostream &OS, SlotIndexes *Indexes) const { argument
[all...]
H A DMachineVerifier.cpp65 raw_ostream *OS; member in struct:__anon2295::MachineVerifier
[all...]
H A DScheduleDAGInstrs.cpp1335 raw_ostream &operator<<(raw_ostream &OS, const ILPValue &Val) { argument
/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCAssembler.cpp1006 raw_ostream &operator<<(raw_ostream &OS, const MCFixup &AF) { argument
1017 raw_ostream &OS = llvm::errs(); local
1128 raw_ostream &OS = llvm::errs(); local
1141 raw_ostream &OS = llvm::errs(); local
1157 raw_ostream &OS = llvm::errs(); local
[all...]
H A DMachObjectWriter.cpp954 createMachObjectWriter(MCMachObjectTargetWriter *MOTW, raw_ostream &OS, bool IsLittleEndian) argument
[all...]
H A DWinCOFFObjectWriter.cpp304 WinCOFFObjectWriter(MCWinCOFFObjectTargetWriter *MOTW, raw_ostream &OS) argument
925 createWinCOFFObjectWriter(MCWinCOFFObjectTargetWriter *MOTW, raw_ostream &OS) argument
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCDwarf.h69 inline raw_ostream &operator<<(raw_ostream &OS, const MCDwarfFile &DwarfFile) { argument
/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DTargetRegistry.h433 createAsmStreamer(MCContext &Ctx, formatted_raw_ostream &OS, bool isVerboseAsm, bool useLoc, bool useCFI, bool useDwarfDirectory, MCInstPrinter *InstPrint, MCCodeEmitter *CE, MCAsmBackend *TAB, bool ShowInst) const argument
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DLazyValueInfo.cpp277 raw_ostream &operator<<(raw_ostream &OS, const LVILatticeVal &Val) { argument
/freebsd-10.2-release/libexec/getty/
H A Dgettytab.h96 #define OS gettynums[1].value macro
/freebsd-10.2-release/sys/i386/i386/
H A Ddb_disasm.c83 #define OS 30 /* immediate offset/segment */ macro
/freebsd-10.2-release/sys/amd64/amd64/
H A Ddb_disasm.c97 #define OS 30 /* immediate offset/segment */ macro
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp216 void dump(raw_ostream &OS, const char *nl) const { argument
2356 void RegionStoreManager::print(Store store, raw_ostream &OS, argument
/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp771 raw_ostream &operator<<(raw_ostream &OS, const CodeGenRegisterClass::Key &K) { argument

Completed in 318 milliseconds

1234567891011>>