| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLDebugSections.cpp | 374 auto SS = std::make_shared<YAMLChecksumsSubsection>(); in mapping() 377 Subsection.Subsection = std::make_shared<YAMLLinesSubsection>(); in mapping() 379 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping() 382 std::make_shared<YAMLCrossModuleExportsSubsection>(); in mapping() 385 std::make_shared<YAMLCrossModuleImportsSubsection>(); in mapping() 387 Subsection.Subsection = std::make_shared<YAMLSymbolsSubsection>(); in mapping() 389 Subsection.Subsection = std::make_shared<YAMLStringTableSubsection>(); in mapping() 391 Subsection.Subsection = std::make_shared<YAMLFrameDataSubsection>(); in mapping() 393 Subsection.Subsection = std::make_shared<YAMLCoffSymbolRVASubsection>(); in mapping() 405 auto Result = std::make_shared<DebugChecksumsSubsection>(*SC.strings()); in toCodeViewSubsection() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| H A D | Stencil.cpp | 393 return std::make_shared<StencilImpl<RawTextData>>(std::string(Text)); in makeStencil() 397 return std::make_shared<StencilImpl<SelectorData>>(std::move(Selector)); in makeStencil() 401 return std::make_shared<StencilImpl<DebugPrintNodeData>>(std::string(Id)); in dPrint() 405 return std::make_shared<StencilImpl<UnaryOperationData>>( in expression() 410 return std::make_shared<StencilImpl<UnaryOperationData>>( in deref() 415 return std::make_shared<StencilImpl<UnaryOperationData>>( in maybeDeref() 420 return std::make_shared<StencilImpl<UnaryOperationData>>( in addressOf() 425 return std::make_shared<StencilImpl<UnaryOperationData>>( in maybeAddressOf() 430 return std::make_shared<StencilImpl<UnaryOperationData>>( in describe() 435 return std::make_shared<StencilImpl<AccessData>>(BaseId, std::move(Member)); in access() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.cpp | 37 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in initializeStrings() 59 OwnedStrings = std::make_shared<DebugStringTableSubsectionRef>(); in setStrings() 66 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in setChecksums() 77 OwnedChecksums = std::make_shared<DebugChecksumsSubsectionRef>(); in initializeChecksums()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 160 std::make_shared<PCHContainerOperations>()); 184 std::make_shared<PCHContainerOperations>(), 194 std::make_shared<PCHContainerOperations>()); 207 std::make_shared<PCHContainerOperations>()); 226 std::make_shared<PCHContainerOperations>(), 248 std::make_shared<PCHContainerOperations>()); 311 std::make_shared<PCHContainerOperations>(),
|
| H A D | AllTUsExecution.h | 35 std::make_shared<PCHContainerOperations>()); 43 std::make_shared<PCHContainerOperations>());
|
| H A D | StandaloneExecution.h | 42 std::make_shared<PCHContainerOperations>()); 51 std::make_shared<PCHContainerOperations>());
|
| H A D | Refactoring.h | 43 std::make_shared<PCHContainerOperations>());
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/ |
| H A D | BitstreamRemarkSerializer.cpp | 54 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaBlockInfo() 66 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaRemarkVersion() 85 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaStrTab() 109 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupMetaExternalFile() 131 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 145 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 158 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 170 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo() 186 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in setupRemarkBlockInfo()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/ |
| H A D | util_smartptr.bench.cpp | 15 auto sp = std::make_shared<int>(42); in BM_SharedPtrCreateDestroy() 22 auto sp = std::make_shared<int>(42); in BM_SharedPtrIncDecRef() 32 auto sp = std::make_shared<int>(42); in BM_WeakPtrIncDecRef()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 857 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 864 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 870 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 878 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 886 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 893 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 901 Abbv = std::make_shared<BitCodeAbbrev>(); in writeTypeTable() 1174 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeValueSymbolTableForwardDecl() 1273 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleInfo() 1311 auto Abbv = std::make_shared<BitCodeAbbrev>(); in writeModuleInfo() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 119 std::make_shared<DependencyConsumerForwarder>(std::move(Opts), in runInvocation() 123 Compiler.addDependencyCollector(std::make_shared<ModuleDepCollector>( in runInvocation() 156 PCHContainerOps = std::make_shared<PCHContainerOperations>(); in DependencyScanningWorker()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | Automaton.h | 197 std::make_shared<internal::NfaTranscriber>(TranscriptionTable); 199 M = std::make_shared<MapTy>(); 209 Transcriber = std::make_shared<internal::NfaTranscriber>( in Automaton()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | shared_ptr.h | 473 make_shared(_Args&&...); in _GLIBCXX_VISIBILITY() 489 make_shared(size_t); in _GLIBCXX_VISIBILITY() 497 make_shared(size_t, const remove_extent_t<_Yp>&); in _GLIBCXX_VISIBILITY() 505 make_shared(); in _GLIBCXX_VISIBILITY() 513 make_shared(const remove_extent_t<_Yp>&); in _GLIBCXX_VISIBILITY() 1005 make_shared(_Args&&... __args) in _GLIBCXX_VISIBILITY() 1037 make_shared(size_t __n) in _GLIBCXX_VISIBILITY() 1053 make_shared(size_t __n, const remove_extent_t<_Tp>& __u) in _GLIBCXX_VISIBILITY() 1080 make_shared() in _GLIBCXX_VISIBILITY() 1095 make_shared(const remove_extent_t<_Tp>& __u) in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 149 State(std::make_shared<SharedState>(File, Diags)) { in SDiagsWriter() 442 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 460 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 471 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 479 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 486 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 495 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock() 506 Abbrev = std::make_shared<BitCodeAbbrev>(); in EmitBlockInfoBlock()
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 1184 return std::make_shared<IntLiteralResult>( in getCodeForDag() 1187 return std::make_shared<IntCastResult>(ST, Arg); in getCodeForDag() 1190 return std::make_shared<PointerCastResult>(PT, Arg); in getCodeForDag() 1203 return std::make_shared<AddressResult>(Arg, Alignment); in getCodeForDag() 1211 return std::make_shared<IntLiteralResult>( in getCodeForDag() 1223 return std::make_shared<IntLiteralResult>(getScalarType("u32"), in getCodeForDag() 1243 return std::make_shared<IRBuilderResult>(Op->getValueAsString("prefix"), in getCodeForDag() 1252 return std::make_shared<IRIntrinsicResult>(IntName, ParamTypes, Args); in getCodeForDag() 1279 return std::make_shared<IntLiteralResult>(getScalarType("u32"), in getCodeForDagArg() 1283 return std::make_shared<IntLiteralResult>(getScalarType("u32"), in getCodeForDagArg() [all …]
|
| /netbsd-src/external/mit/isl/dist/cpp/ |
| H A D | cpp-checked.h.top | 53 mutable std::shared_ptr<checker> check = std::make_shared<checker>(); 126 mutable std::shared_ptr<checker> check = std::make_shared<checker>(); 164 mutable std::shared_ptr<checker> check = std::make_shared<checker>();
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 514 Abv = std::make_shared<BitCodeAbbrev>(); in WriteTypeAbbrevs() 521 Abv = std::make_shared<BitCodeAbbrev>(); in WriteTypeAbbrevs() 1115 auto MetadataAbbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() 1144 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() 1164 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() 1367 auto FileAbbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() 1385 auto Abbrev = std::make_shared<BitCodeAbbrev>(); in WriteControlBlock() 1427 auto IFAbbrev = std::make_shared<BitCodeAbbrev>(); in WriteInputFiles() 1439 auto IFHAbbrev = std::make_shared<BitCodeAbbrev>(); in WriteInputFiles() 1536 auto OffsetsAbbrev = std::make_shared<BitCodeAbbrev>(); in WriteInputFiles() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | BinaryStreamRef.cpp | 73 : BinaryStreamRefBase(std::make_shared<ArrayRefImpl>(Data, Endian), 0, in BinaryStreamRef() 113 : BinaryStreamRefBase(std::make_shared<MutableArrayRefImpl>(Data, Endian), in WritableBinaryStreamRef()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 337 auto P = std::make_shared<PathDiagnosticEventPiece>( in getDefaultEndPath() 726 return std::make_shared<PathDiagnosticEventPiece>(L, os.str()); in maybeEmitNote() 1139 auto EventPiece = std::make_shared<PathDiagnosticEventPiece>(L, Out.str()); in visitNodeInitial() 1625 return std::make_shared<PathDiagnosticEventPiece>(L, os.str()); in VisitNode() 1695 auto X = std::make_shared<PathDiagnosticEventPiece>(L, os.str()); in VisitNode() 1847 return std::make_shared<PathDiagnosticEventPiece>( in constructDebugPieceForTrackedCondition() 2255 return std::make_shared<PathDiagnosticEventPiece>(L, OS.str()); in VisitNode() 2440 return std::make_shared<PathDiagnosticEventPiece>( in VisitTrueTest() 2641 return std::make_shared<PathDiagnosticPopUpPiece>(Loc, Message); in VisitTrueTest() 2645 auto event = std::make_shared<PathDiagnosticEventPiece>(Loc, Message); in VisitTrueTest() [all …]
|
| H A D | BugReporter.cpp | 794 return std::make_shared<PathDiagnosticControlFlowPiece>(Start, End, in generateDiagForSwitchOP() 806 return std::make_shared<PathDiagnosticControlFlowPiece>(Start, End, os.str()); in generateDiagForGotoOP() 853 return std::make_shared<PathDiagnosticControlFlowPiece>(Start, End, in generateDiagForBinaryOP() 890 std::make_shared<PathDiagnosticControlFlowPiece>(Start, End, os.str())); in generateMinimalDiagForBlockEdge() 912 std::make_shared<PathDiagnosticControlFlowPiece>(Start, End, os.str())); in generateMinimalDiagForBlockEdge() 937 std::make_shared<PathDiagnosticControlFlowPiece>(Start, End, in generateMinimalDiagForBlockEdge() 946 std::make_shared<PathDiagnosticControlFlowPiece>( in generateMinimalDiagForBlockEdge() 963 std::make_shared<PathDiagnosticControlFlowPiece>(Start, End, in generateMinimalDiagForBlockEdge() 971 std::make_shared<PathDiagnosticControlFlowPiece>( in generateMinimalDiagForBlockEdge() 985 std::make_shared<PathDiagnosticControlFlowPiece>( in generateMinimalDiagForBlockEdge() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountDiagnostics.cpp | 424 return std::make_shared<PathDiagnosticEventPiece>(L, os.str()); in annotateConsumedSummaryMismatch() 455 return std::make_shared<PathDiagnosticEventPiece>(L, os.str()); in annotateStartParameter() 502 return std::make_shared<PathDiagnosticEventPiece>(Pos, os.str()); in VisitNode() 544 return std::make_shared<PathDiagnosticEventPiece>(Pos, os.str()); in VisitNode() 597 auto P = std::make_shared<PathDiagnosticEventPiece>(Pos, os.str()); in VisitNode() 841 return std::make_shared<PathDiagnosticEventPiece>(L, os.str()); in getEndPath()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/ |
| H A D | core_main.cpp | 228 auto DataConsumer = std::make_shared<PrintIndexDataConsumer>(OS); in printSourceSymbols() 236 auto PCHContainerOps = std::make_shared<PCHContainerOperations>(); in printSourceSymbols() 260 auto pchContOps = std::make_shared<PCHContainerOperations>(); in printSourceSymbolsFromModule()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | VariantValue.cpp | 227 return VariantMatcher(std::make_shared<SinglePayload>(Matcher)); in SingleMatcher() 233 std::make_shared<PolymorphicPayload>(std::move(Matchers))); in PolymorphicMatcher() 240 std::make_shared<VariadicOpPayload>(Op, std::move(Args))); in VariadicOperatorMatcher()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/ |
| H A D | RefactoringOption.h | 57 return std::make_shared<OptionType>(); in createRefactoringOption()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | std-dir.cc | 134 auto sp = std::make_shared<fs::_Dir>(std::move(dir)); in directory_iterator() 194 auto sp = std::make_shared<_Dir_stack>(); in recursive_directory_iterator()
|