Home
last modified time | relevance | path

Searched refs:Out (Results 1 – 25 of 476) sorted by relevance

12345678910>>...20

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp1645 Out << "}"; in writeMDTuple()
1672 explicit MDFieldPrinter(raw_ostream &Out) : Out(Out) {} in MDFieldPrinter()
1806 Out << 0; in printDISPFlags()
1844 Out << S; in printDwarfEnum()
1865 Out << ")"; in writeGenericDINode()
1880 Out << ")"; in writeDILocation()
1922 Out << ")"; in writeDISubrange()
1976 Out << ")"; in writeDIGenericSubrange()
1988 Out << ")"; in writeDIEnumerator()
2003 Out << ")"; in writeDIBasicType()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DProgramPoint.cpp58 Out << "\"kind\": \""; in printJson()
68 Out << "FunctionExit\"" in printJson()
84 Out << "CallEnter\""; in printJson()
129 Out << '\"'; in printJson()
168 Out << " }"; in printJson()
205 Out << "PreLoad"; in printJson()
207 Out << "PreStore"; in printJson()
213 Out << "PostLoad"; in printJson()
219 Out << "PostStmt"; in printJson()
225 Out << "PreStmt"; in printJson()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp231 return Out; in Indent()
569 Out << *D; in VisitEnumConstantDecl()
930 Out << ")"; in VisitFileScopeAsmDecl()
946 Out << ")"; in VisitStaticAssertDecl()
1068 Out << '<'; in printTemplateParameters()
1090 Out << '>'; in printTemplateParameters()
1098 Out << "<"; in printTemplateArguments()
1109 Out << ">"; in printTemplateArguments()
1115 Out << "<"; in printTemplateArguments()
1126 Out << ">"; in printTemplateArguments()
[all …]
H A DItaniumMangle.cpp1023 Out << 'W'; in mangleModuleName()
1025 Out << 'E'; in mangleModuleName()
1142 Out << 'L'; in mangleFloatLiteral()
1145 Out << 'E'; in mangleFloatLiteral()
1157 Out << 'L'; in mangleNullPointer()
1194 Out << 'v'; in mangleCallOffset()
1196 Out << '_'; in mangleCallOffset()
1198 Out << '_'; in mangleCallOffset()
1662 Out << 'N'; in mangleNestedName()
1682 Out << 'E'; in mangleNestedName()
[all …]
H A DMicrosoftMangle.cpp767 Out << "$B"; in mangleVirtualMemPtrThunk()
769 Out << 'A'; in mangleVirtualMemPtrThunk()
782 Out << '@'; in mangleName()
1449 Out << "?$"; in mangleUnscopedTemplateName()
1457 Out << "$"; in mangleIntegerLiteral()
1469 Out << "0"; in mangleIntegerLiteral()
2831 Out << '@'; in mangleArtificialTagType()
2896 Out << 'Y'; in mangleArrayType()
2983 Out << 'A'; in mangleType()
3164 Out << '@'; in mangleType()
[all …]
H A DInheritViz.cpp35 raw_ostream &Out; member in __anon0d8865d10111::InheritanceHierarchyWriter
41 : Context(Context), Out(Out) { } in InheritanceHierarchyWriter()
47 Out << "}\n"; in WriteGraph()
75 Out << " "; in WriteNode()
90 Out << " \"];\n"; in WriteNode()
107 Out << " "; in WriteNode()
109 Out << " -> "; in WriteNode()
114 Out << " [ style=\"dashed\" ]"; in WriteNode()
116 Out << ";"; in WriteNode()
130 Out << "_" << DirectBaseCount[CanonType]; in WriteNodeReference()
[all …]
H A DAPValue.cpp32 Out << "typeid("; in print()
34 Out << ")"; in print()
662 Out << '{'; in printPretty()
669 Out << '}'; in printPretty()
797 Out << '{'; in printPretty()
810 Out << '}'; in printPretty()
814 Out << '{'; in printPretty()
836 Out << '}'; in printPretty()
840 Out << '{'; in printPretty()
845 Out << '}'; in printPretty()
[all …]
H A DMangle.cpp174 Out << ALA->getLabel(); in mangleName()
198 Out << '\01'; in mangleName()
200 Out << '_'; in mangleName()
202 Out << '@'; in mangleName()
204 Out << "__regcall3__"; in mangleName()
211 mangleCXXName(GD, Out); in mangleName()
217 Out << '@'; in mangleName()
218 Out << '@'; in mangleName()
220 Out << '0'; in mangleName()
246 Out << "_"; in mangleMSGuidDecl()
[all …]
H A DTemplateBase.cpp82 Out << Val; in printIntegral()
117 Out << Val << "L"; in printIntegral()
123 Out << Val; in printIntegral()
134 Out << Val; in printIntegral()
422 Out << "(no value)"; in print()
443 Out << "&"; in print()
451 Out << "nullptr"; in print()
460 Out << "..."; in print()
472 Out << "<"; in print()
478 Out << ", "; in print()
[all …]
H A DVTableBuilder.cpp406 Out << ", "; in dump()
417 Out << " "; in dump()
437 Out << "\n"; in dump()
2076 Out << '\n'; in dumpLayout()
2207 Out << '\n'; in dumpLayout()
3103 Out << "'"; in PrintBasePath()
3151 Out << "'"; in dumpLayout()
3220 Out << '\n'; in dumpLayout()
3261 Out.flush(); in dumpLayout()
3678 Out << "'"; in dumpMethodLocations()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerRegistryData.cpp53 Out << " Options:\n"; in dumpToStream()
55 Out << " "; in dumpToStream()
57 Out << '\n'; in dumpToStream()
72 Out << FullName << "\n"; in dumpToStream()
73 Out << " Options:\n"; in dumpToStream()
75 Out << " "; in dumpToStream()
77 Out << '\n'; in dumpToStream()
127 Out << "CHECKERS:\n"; in printCheckerWithDescList()
145 Out << '\n'; in printCheckerWithDescList()
184 Out << "OPTIONS:\n\n"; in printCheckerOptionList()
[all …]
H A DDynamicType.cpp194 return Out << "\"region\": \"" << Region << "\""; in printJson()
204 Out << "\"dyn_type\": "; in printJson()
206 Out << "null"; in printJson()
215 return Out; in printJson()
237 return Out << "null"; in printJsonContainer()
241 Out << '[' << NL; in printJsonContainer()
245 Indent(Out, Space, IsDot) << "{ "; in printJsonContainer()
249 Out << ','; in printJsonContainer()
250 Out << NL; in printJsonContainer()
254 return Indent(Out, Space, IsDot) << "]"; in printJsonContainer()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp72 Out(Buf), in USRGenerator()
251 Out << '<'; in VisitFunctionDecl()
256 Out << '>'; in VisitFunctionDecl()
261 Out << '#'; in VisitFunctionDecl()
265 Out << '.'; in VisitFunctionDecl()
272 Out << '#'; in VisitFunctionDecl()
275 Out << '#'; in VisitFunctionDecl()
292 Out << "@"; in VisitNamedDecl()
337 Out << '>'; in VisitVarDecl()
544 Out << '@'; in VisitTagDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp40 : Out(Out ? *Out : llvm::outs()), OwnedOut(std::move(Out)), in ASTPrinter()
57 bool ShowColors = Out.has_colors(); in TraverseDecl()
63 Out.resetColor(); in TraverseDecl()
65 Out << "\n"; in TraverseDecl()
90 Out << "Not a DeclContext\n"; in print()
112 raw_ostream &Out; member in __anon94ad67a40111::ASTPrinter
137 : Out(Out ? *Out : llvm::outs()) {} in ASTDeclNodeLister()
146 D->printQualifiedName(Out); in VisitNamedDecl()
147 Out << '\n'; in VisitNamedDecl()
152 raw_ostream &Out; member in __anon94ad67a40111::ASTDeclNodeLister
[all …]
H A DFrontendActions.cpp541 DumpModuleInfoListener(llvm::raw_ostream &Out) : Out(Out) { } in DumpModuleInfoListener() argument
547 Out.indent(2) in ReadFullVersionInformation()
657 Out.indent(6); in ReadPreprocessorOptions()
659 Out << "-U"; in ReadPreprocessorOptions()
661 Out << "-D"; in ReadPreprocessorOptions()
674 Out << ": "; in readModuleFileExtension()
678 Out << "\n"; in readModuleFileExtension()
698 Out << " ["; in visitInputFile()
702 Out << ", "; in visitInputFile()
712 Out << "]"; in visitInputFile()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp90 raw_ostream &Out; member in __anonadf44ced0111::ASTPropsEmitter
527 Out << " "; in emitReadOfProperty()
534 Out << " = "; in emitReadOfProperty()
536 Out << ";\n" in emitReadOfProperty()
544 Out << "("; in emitReadOfProperty()
548 Out << ")"; in emitReadOfProperty()
551 Out << ";\n"; in emitReadOfProperty()
553 Out << ");\n" in emitReadOfProperty()
577 Out << " "; in emitWriteOfProperty()
668 Out << "\n"; in emitDispatcherTemplate()
[all …]
H A DClangTypeNodesEmitter.cpp78 raw_ostream &Out; member in __anon2eafe8330111::TypeNodeEmitter
84 : Records(records), Out(out), in TypeNodeEmitter()
129 Out << "#ifndef " << macroName << "\n"; in emitFallbackDefine()
130 Out << "# define " << macroName << args in emitFallbackDefine()
132 Out << "#endif\n"; in emitFallbackDefine()
167 Out << macroName << "(" << type.getId() << ", " in emitNodeInvocations()
178 Out << "#ifdef " LastTypeMacroName "\n" in emitLastNodeInvocation()
185 Out << "#ifdef " LeafTypeMacroName "\n"; in emitLeafNodeInvocations()
189 Out << LeafTypeMacroName "(" << type.getId() << ")\n"; in emitLeafNodeInvocations()
192 Out << "#undef " LeafTypeMacroName "\n" in emitLeafNodeInvocations()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp147 Out << "("; in dump()
149 if (I) Out << ", "; in dump()
154 Out << "..."; in dump()
156 Out << ")"; in dump()
164 Out << " "; in dump()
168 Out << Punc; in dump()
172 Out << II->getName(); in dump()
174 Out << Tok.getName(); in dump()
223 Out << " " << this; in dump()
234 Out << "\n "; in dump()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp39 Out << "uninitialized pointee "; in printNoteMsg()
41 Out << "uninitialized pointer "; in printNoteMsg()
47 Out << getVariableName(getDecl()); in printNode()
52 Out << "->"; in printSeparator()
54 Out << '.'; in printSeparator()
68 Out << "uninitialized pointee "; in printNoteMsg()
74 Out << "reinterpret_cast"; in printPrefix()
77 Out << "static_cast"; in printPrefix()
86 Out << "->"; in printSeparator()
97 Out << "object references itself "; in printNoteMsg()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DJsonSupport.h20 inline raw_ostream &Indent(raw_ostream &Out, const unsigned int Space, in Indent() argument
23 Out << (IsDot ? "&nbsp;" : " "); in Indent()
24 return Out; in Indent()
86 Out << "null";
94 Out << "null";
99 Out << "{ ";
113 Out << "\"line\": " << PLoc.getLine()
117 Out << " }";
124 Out << "{ ";
126 Out << ", \"spelling\": ";
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp164 Out << "`\n"; in printRestOfMemberHeader()
187 Out << Name; in printBSDMemberHeader()
221 Out << '/'; in printMemberHeader()
254 Out << "`\n"; in computeStringTable()
255 Out.flush(); in computeStringTable()
317 printBSDMemberHeader(Out, Out.tell(), Name, now(Deterministic), 0, 0, 0, in writeSymbolTableHeader()
361 Out << StringTable; in writeSymbolTable()
507 Out.flush(); in computeMemberData()
641 Out << "!<thin>\n"; in writeArchiveToStream()
643 Out << "!<arch>\n"; in writeArchiveToStream()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/tools/opt/
H A DPassPrinters.cpp33 raw_ostream &Out; member
38 : FunctionPass(ID), PassToPrint(PI), Out(out) { in FunctionPassPrinter()
65 raw_ostream &Out; member
69 : CallGraphSCCPass(ID), PassToPrint(PI), Out(out) { in CallGraphSCCPassPrinter()
82 .print(Out, F->getParent()); in runOnSCC()
100 raw_ostream &Out; member
104 : ModulePass(ID), PassToPrint(PI), Out(out) { in ModulePassPrinter()
130 raw_ostream &Out; member
134 : LoopPass(ID), PassToPrint(PI), Out(out) { in LoopPassPrinter()
161 raw_ostream &Out; member
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DStringExtras.cpp66 Out << '\\' << C; in printEscapedString()
68 Out << C; in printEscapedString()
70 Out << '\\' << hexdigit(C >> 4) << hexdigit(C & 0x0F); in printEscapedString()
77 Out << "&amp;"; in printHTMLEscaped()
79 Out << "&lt;"; in printHTMLEscaped()
81 Out << "&gt;"; in printHTMLEscaped()
83 Out << "&quot;"; in printHTMLEscaped()
85 Out << "&apos;"; in printHTMLEscaped()
87 Out << C; in printHTMLEscaped()
91 void llvm::printLowerCase(StringRef String, raw_ostream &Out) { in printLowerCase() argument
[all …]
H A DJSON.cpp418 Out = nullptr; in parseValue()
422 Out = true; in parseValue()
426 Out = false; in parseValue()
432 Out = std::move(S); in parseValue()
438 Out = Array{}; in parseValue()
462 Out = Object{}; in parseValue()
512 Out = int64_t(I); in parseNumber()
528 Out.push_back(C); in parseString()
536 Out.push_back(C); in parseString()
602 Out = 0; in parseUnicode()
[all …]
/freebsd-13.1/sys/contrib/dev/acpica/components/resources/
H A Drsxface.c164 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
165 #define ACPI_COPY_ADDRESS(Out, In) \ argument
166 ACPI_COPY_FIELD(Out, In, ResourceType); \
167 ACPI_COPY_FIELD(Out, In, ProducerConsumer); \
168 ACPI_COPY_FIELD(Out, In, Decode); \
169 ACPI_COPY_FIELD(Out, In, MinAddressFixed); \
177 ACPI_COPY_FIELD(Out, In, ResourceSource);
527 ACPI_RESOURCE_ADDRESS64 *Out) in ACPI_EXPORT_SYMBOL()
533 if (!Resource || !Out) in ACPI_EXPORT_SYMBOL()
546 ACPI_COPY_ADDRESS (Out, Address16); in ACPI_EXPORT_SYMBOL()
[all …]

12345678910>>...20