| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenACCKinds.h | 75 return Out << "serial"; 81 return Out << "data"; 93 return Out << "loop"; 96 return Out << "cache"; 108 return Out << "atomic"; 114 return Out << "init"; 120 return Out << "set"; 126 return Out << "wait"; 256 return Out << "seq"; 262 return Out << "auto"; [all …]
|
| H A D | JsonSupport.h | 21 inline raw_ostream &Indent(raw_ostream &Out, const unsigned int Space, in Indent() argument 24 Out << (IsDot ? " " : " "); in Indent() 25 return Out; in Indent() 87 Out << "null"; 95 Out << "null"; 100 Out << "{ "; 111 Out << "\"line\": " << PLoc.getLine() 115 Out << " }"; 122 Out << "{ "; 124 Out << ", \"spelling\": "; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 1704 Out << "}"; in writeMDTuple() 1732 : Out(Out), WriterCtx(Ctx) {} in MDFieldPrinter() 1862 Out << 0; in printDISPFlags() 1900 Out << S; in printDwarfEnum() 1920 Out << ")"; in writeGenericDINode() 1934 Out << ")"; in writeDILocation() 1981 Out << ")"; in writeDISubrange() 2032 Out << ")"; in writeDIGenericSubrange() 2044 Out << ")"; in writeDIEnumerator() 2059 Out << ")"; in writeDIBasicType() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ProgramPoint.cpp | 58 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-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclPrinter.cpp | 250 return Out; in Indent() 658 Out << *D; in VisitEnumConstantDecl() 1069 Out << ")"; in VisitFileScopeAsmDecl() 1090 Out << ")"; in VisitStaticAssertDecl() 1220 Out << '<'; in printTemplateParameters() 1242 Out << '>'; in printTemplateParameters() 1249 Out << "<"; in printTemplateArguments() 1260 Out << ">"; in printTemplateArguments() 1265 Out << "<"; in printTemplateArguments() 1765 Out << *D; in VisitUsingDecl() [all …]
|
| H A D | MicrosoftMangle.cpp | 731 Out << '8'; in mangleMemberDataPointerInClassNTTP() 733 Out << '@'; in mangleMemberDataPointerInClassNTTP() 735 Out << '@'; in mangleMemberDataPointerInClassNTTP() 817 Out << "E?"; in mangleMemberFunctionPointerInClassNTTP() 839 Out << "$B"; in mangleVirtualMemPtrThunk() 841 Out << 'A'; in mangleVirtualMemPtrThunk() 854 Out << '@'; in mangleName() 1555 Out << "$"; in mangleIntegerLiteral() 1567 Out << "0"; in mangleIntegerLiteral() 3009 Out << '@'; in mangleArtificialTagType() [all …]
|
| H A D | ItaniumMangle.cpp | 1138 Out << 'W'; in mangleModuleNamePrefix() 1235 Out << 'L'; in mangleFloatLiteral() 1238 Out << 'E'; in mangleFloatLiteral() 1250 Out << 'L'; in mangleNullPointer() 1287 Out << 'v'; in mangleCallOffset() 1289 Out << '_'; in mangleCallOffset() 1291 Out << '_'; in mangleCallOffset() 1780 Out << 'N'; in mangleNestedName() 1802 Out << 'E'; in mangleNestedName() 1808 Out << 'N'; in mangleNestedName() [all …]
|
| H A D | InheritViz.cpp | 35 raw_ostream &Out; member in __anone1324e930111::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 D | APValue.cpp | 32 Out << "typeid("; in print() 34 Out << ")"; in print() 681 Out << 'L'; in TryPrintAsStringLiteral() 685 Out << 'u'; in TryPrintAsStringLiteral() 687 Out << 'U'; in TryPrintAsStringLiteral() 689 Out << Buf; in TryPrintAsStringLiteral() 727 Out << '{'; in printPretty() 734 Out << '}'; in printPretty() 872 Out << '{'; in printPretty() 887 Out << '}'; in printPretty() [all …]
|
| H A D | Mangle.cpp | 172 Out << ALA->getLabel(); in mangleName() 196 Out << '\01'; in mangleName() 198 Out << '_'; in mangleName() 200 Out << '@'; in mangleName() 213 mangleCXXName(GD, Out); in mangleName() 219 Out << '@'; in mangleName() 220 Out << '@'; in mangleName() 222 Out << '0'; in mangleName() 254 Out << "_"; in mangleMSGuidDecl() 264 mangleName(ID, Out); in mangleGlobalBlock() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 74 Out(Buf), in USRGenerator() 189 Out << N; in EmitDeclName() 262 Out << '<'; in VisitFunctionDecl() 267 Out << '>'; in VisitFunctionDecl() 272 Out << '#'; in VisitFunctionDecl() 276 Out << '.'; in VisitFunctionDecl() 283 Out << '#'; in VisitFunctionDecl() 286 Out << '#'; in VisitFunctionDecl() 303 Out << "@"; in VisitNamedDecl() 348 Out << '>'; in VisitVarDecl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerRegistryData.cpp | 53 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 D | DynamicType.cpp | 194 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-14.2/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTConsumers.cpp | 40 : Out(Out ? *Out : llvm::outs()), OwnedOut(std::move(Out)), in ASTPrinter() 57 bool ShowColors = Out.has_colors(); in TraverseDecl() 66 Out.resetColor(); in TraverseDecl() 68 Out << "\n"; in TraverseDecl() 93 Out << "Not a DeclContext\n"; in print() 115 raw_ostream &Out; member in __anon4305a2260111::ASTPrinter 140 : Out(Out ? *Out : llvm::outs()) {} in ASTDeclNodeLister() 149 D->printQualifiedName(Out); in VisitNamedDecl() 150 Out << '\n'; in VisitNamedDecl() 155 raw_ostream &Out; member in __anon4305a2260111::ASTDeclNodeLister [all …]
|
| H A D | FrontendActions.cpp | 574 DumpModuleInfoListener(llvm::raw_ostream &Out) : Out(Out) { } in DumpModuleInfoListener() argument 580 Out.indent(2) in ReadFullVersionInformation() 705 Out.indent(6); in ReadPreprocessorOptions() 707 Out << "-U"; in ReadPreprocessorOptions() 709 Out << "-D"; in ReadPreprocessorOptions() 722 Out << ": "; in readModuleFileExtension() 726 Out << "\n"; in readModuleFileExtension() 746 Out << " ["; in visitInputFile() 750 Out << ", "; in visitInputFile() 760 Out << "]"; in visitInputFile() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangASTPropertiesEmitter.cpp | 91 raw_ostream &Out; member in __anondede832f0111::ASTPropsEmitter 528 Out << " "; in emitReadOfProperty() 536 Out << " = "; in emitReadOfProperty() 538 Out << ";\n" in emitReadOfProperty() 546 Out << "("; in emitReadOfProperty() 550 Out << ")"; in emitReadOfProperty() 553 Out << ";\n"; in emitReadOfProperty() 555 Out << ");\n" in emitReadOfProperty() 579 Out << " "; in emitWriteOfProperty() 668 Out << "\n"; in emitDispatcherTemplate() [all …]
|
| H A D | ClangTypeNodesEmitter.cpp | 78 raw_ostream &Out; member in __anon34c54d750111::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-14.2/contrib/llvm-project/clang/lib/Lex/ |
| H A D | MacroInfo.cpp | 167 Out << "("; in dump() 169 if (I) Out << ", "; in dump() 174 Out << "..."; in dump() 176 Out << ")"; in dump() 184 Out << " "; in dump() 188 Out << Punc; in dump() 192 Out << II->getName(); in dump() 194 Out << Tok.getName(); in dump() 241 Out << " " << this; in dump() 252 Out << "\n "; in dump() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
| H A D | UninitializedPointee.cpp | 40 Out << "uninitialized pointee "; in printNoteMsg() 42 Out << "uninitialized pointer "; in printNoteMsg() 48 Out << getVariableName(getDecl()); in printNode() 53 Out << "->"; in printSeparator() 55 Out << '.'; in printSeparator() 69 Out << "uninitialized pointee "; in printNoteMsg() 75 Out << "reinterpret_cast"; in printPrefix() 78 Out << "static_cast"; in printPrefix() 86 void printSeparator(llvm::raw_ostream &Out) const override { Out << "->"; } in printSeparator() 96 Out << "object references itself "; in printNoteMsg() [all …]
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | format | 79 Out format_to(Out out, format-string<Args...> fmt, Args&&... args); 81 Out format_to(Out out, wformat-string<Args...> fmt, Args&&... args); 88 Out vformat_to(Out out, string_view fmt, format_args args); 90 Out vformat_to(Out out, wstring_view fmt, wformat_args args); 92 Out vformat_to(Out out, const locale& loc, string_view fmt, 95 Out vformat_to(Out out, const locale& loc, wstring_view fmt, 99 Out out; 103 format_to_n_result<Out> format_to_n(Out out, iter_difference_t<Out> n, 106 format_to_n_result<Out> format_to_n(Out out, iter_difference_t<Out> n, 109 format_to_n_result<Out> format_to_n(Out out, iter_difference_t<Out> n, [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ArchiveWriter.cpp | 226 Out << "`\n"; in printRestOfMemberHeader() 249 Out << Name; in printBSDMemberHeader() 309 Out << '/'; in printMemberHeader() 348 Out << "`\n"; in computeStringTable() 349 Out.flush(); in computeStringTable() 447 printBSDMemberHeader(Out, Out.tell(), Name, now(Deterministic), 0, 0, 0, in writeSymbolTableHeader() 609 Out << StringTable; in writeSymbolTable() 899 Out.flush(); in computeMemberData() 1184 Out, 0, in writeArchiveToStream() 1191 Out << '\0'; in writeArchiveToStream() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineSSAContext.cpp | 72 return Printable([](raw_ostream &Out) { Out << "<nullptr>"; }); in print() argument 73 return Printable([Block](raw_ostream &Out) { Block->printName(Out); }); in print() argument 77 return Printable([I](raw_ostream &Out) { I->print(Out); }); in print() argument 82 return Printable([MRI, Value](raw_ostream &Out) { in print() argument 83 Out << printReg(Value, MRI->getTargetRegisterInfo(), 0, MRI); in print() 88 Out << ": "; in print() 89 Instr->print(Out); in print() 97 return Printable([BB](raw_ostream &Out) { BB->printAsOperand(Out); }); in printAsOperand() argument
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ConvertUTFWrapper.cpp | 85 assert(Out.empty()); in convertUTF16ToUTF8String() 125 Out.clear(); in convertUTF16ToUTF8String() 129 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF16ToUTF8String() 130 Out.push_back(0); in convertUTF16ToUTF8String() 131 Out.pop_back(); in convertUTF16ToUTF8String() 139 Out); in convertUTF16ToUTF8String() 183 Out.clear(); in convertUTF32ToUTF8String() 187 Out.resize(reinterpret_cast<char *>(Dst) - &Out[0]); in convertUTF32ToUTF8String() 188 Out.push_back(0); in convertUTF32ToUTF8String() 189 Out.pop_back(); in convertUTF32ToUTF8String() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
| H A D | yaml2obj.h | 69 bool yaml2archive(ArchYAML::Archive &Doc, raw_ostream &Out, ErrorHandler EH); 70 bool yaml2coff(COFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 71 bool yaml2goff(GOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 72 bool yaml2elf(ELFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH, 74 bool yaml2macho(YamlObjectFile &Doc, raw_ostream &Out, ErrorHandler EH); 75 bool yaml2minidump(MinidumpYAML::Object &Doc, raw_ostream &Out, 77 bool yaml2offload(OffloadYAML::Binary &Doc, raw_ostream &Out, ErrorHandler EH); 78 bool yaml2wasm(WasmYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 79 bool yaml2xcoff(XCOFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH); 80 bool yaml2dxcontainer(DXContainerYAML::Object &Doc, raw_ostream &Out, [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | yaml2obj.cpp | 21 bool convertYAML(yaml::Input &YIn, raw_ostream &Out, ErrorHandler ErrHandler, in convertYAML() argument 36 return yaml2archive(*Doc.Arch, Out, ErrHandler); in convertYAML() 38 return yaml2elf(*Doc.Elf, Out, ErrHandler, MaxSize); in convertYAML() 40 return yaml2coff(*Doc.Coff, Out, ErrHandler); in convertYAML() 42 return yaml2goff(*Doc.Goff, Out, ErrHandler); in convertYAML() 44 return yaml2macho(Doc, Out, ErrHandler); in convertYAML() 46 return yaml2minidump(*Doc.Minidump, Out, ErrHandler); in convertYAML() 48 return yaml2offload(*Doc.Offload, Out, ErrHandler); in convertYAML() 50 return yaml2wasm(*Doc.Wasm, Out, ErrHandler); in convertYAML() 52 return yaml2xcoff(*Doc.Xcoff, Out, ErrHandler); in convertYAML() [all …]
|