/external/llvm-project/clang/test/Analysis/ |
D | os_smart_ptr.h | 9 struct smart_ptr { struct 10 smart_ptr() : pointer(nullptr) {} in smart_ptr() argument 12 explicit smart_ptr(T *&p) : pointer(p) { in smart_ptr() function 18 smart_ptr(smart_ptr const &rhs) : pointer(rhs.pointer) { in smart_ptr() function 24 smart_ptr & operator=(T *&rhs) { 25 smart_ptr(rhs).swap(*this); 29 smart_ptr & operator=(smart_ptr &rhs) { 30 smart_ptr(rhs).swap(*this); 34 ~smart_ptr() { in ~smart_ptr() argument 41 smart_ptr().swap(*this); in reset() argument [all …]
|
/external/llvm-project/clang/test/Analysis/diagnostics/ |
D | dtors.cpp | 14 struct smart_ptr { struct 17 smart_ptr(S *); 27 void bar(smart_ptr p) { in bar()
|
/external/llvm-project/clang/test/Index/ |
D | complete-memfunc-cvquals.cpp | 12 struct smart_ptr { struct 18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { in text()
|
/external/clang/test/Index/ |
D | complete-memfunc-cvquals.cpp | 12 struct smart_ptr { struct 18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { in text()
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | performance-unnecessary-value-param-allowed-types.cpp | 15 struct smart_ptr { struct 16 ~smart_ptr(); 54 void negative_smart_ptr(smart_ptr p) { in negative_smart_ptr()
|
D | performance-unnecessary-copy-initialization-allowed-types.cpp | 15 struct smart_ptr { struct 16 ~smart_ptr(); 48 const smart_ptr &get_smart_ptr();
|
D | performance-for-range-copy-allowed-types.cpp | 36 struct smart_ptr { struct 37 ~smart_ptr(); 85 for (auto p : View<Iterator<smart_ptr>>()) { in negative_smart_ptr()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-declref.cpp | 75 struct smart_ptr { struct 87 void test_smart_ptr(smart_ptr<int> p) { in test_smart_ptr() argument
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | instantiate-declref.cpp | 75 struct smart_ptr { struct 87 void test_smart_ptr(smart_ptr<int> p) { in test_smart_ptr() argument
|
/external/skia/experimental/skottiekit/ |
D | skottiekit_bindings.cpp | 303 .smart_ptr<sk_sp<GrDirectContext>>("sk_sp<GrDirectContext>"); in EMSCRIPTEN_BINDINGS() 350 .smart_ptr<sk_sp<SkSurface>>("sk_sp<SkSurface>") in EMSCRIPTEN_BINDINGS() 355 .smart_ptr<sk_sp<skottie::Animation>>("sk_sp<Animation>") in EMSCRIPTEN_BINDINGS() 383 .smart_ptr<sk_sp<ManagedAnimation>>("sk_sp<ManagedAnimation>") in EMSCRIPTEN_BINDINGS()
|
/external/skqp/experimental/canvaskit/ |
D | skottie_bindings.cpp | 114 .smart_ptr<sk_sp<skottie::Animation>>("sk_sp<Animation>") in EMSCRIPTEN_BINDINGS() 136 .smart_ptr<sk_sp<ManagedAnimation>>("sk_sp<ManagedAnimation>") in EMSCRIPTEN_BINDINGS()
|
D | canvaskit_bindings.cpp | 733 .smart_ptr<sk_sp<SkData>>("sk_sp<SkData>>") in EMSCRIPTEN_BINDINGS() 757 .smart_ptr<sk_sp<SkFontMgr>>("sk_sp<SkFontMgr>") in EMSCRIPTEN_BINDINGS() 782 .smart_ptr<sk_sp<SkImage>>("sk_sp<SkImage>") in EMSCRIPTEN_BINDINGS() 789 .smart_ptr<sk_sp<SkMaskFilter>>("sk_sp<SkMaskFilter>"); in EMSCRIPTEN_BINDINGS() 826 .smart_ptr<sk_sp<SkPathEffect>>("sk_sp<SkPathEffect>"); in EMSCRIPTEN_BINDINGS() 882 .smart_ptr<sk_sp<SkShader>>("sk_sp<SkShader>"); in EMSCRIPTEN_BINDINGS() 885 .smart_ptr<sk_sp<SkSurface>>("sk_sp<SkSurface>") in EMSCRIPTEN_BINDINGS() 894 .smart_ptr<sk_sp<SkTextBlob>>("sk_sp<SkTextBlob>>") in EMSCRIPTEN_BINDINGS() 905 .smart_ptr<sk_sp<SkTypeface>>("sk_sp<SkTypeface>"); in EMSCRIPTEN_BINDINGS() 908 .smart_ptr<sk_sp<SkVertices>>("sk_sp<SkVertices>") in EMSCRIPTEN_BINDINGS()
|
/external/skia/modules/canvaskit/ |
D | canvaskit_bindings.cpp | 790 .smart_ptr<sk_sp<GrDirectContext>>("sk_sp<GrDirectContext>") in EMSCRIPTEN_BINDINGS() 817 .smart_ptr<sk_sp<SkAnimatedImage>>("sk_sp<AnimatedImage>") in EMSCRIPTEN_BINDINGS() 1131 .smart_ptr<sk_sp<SkColorFilter>>("sk_sp<ColorFilter>>") in EMSCRIPTEN_BINDINGS() 1149 .smart_ptr<sk_sp<SkContourMeasure>>("sk_sp<ContourMeasure>>") in EMSCRIPTEN_BINDINGS() 1229 .smart_ptr<sk_sp<SkFontMgr>>("sk_sp<FontMgr>") in EMSCRIPTEN_BINDINGS() 1275 .smart_ptr<sk_sp<SkImage>>("sk_sp<Image>") in EMSCRIPTEN_BINDINGS() 1336 .smart_ptr<sk_sp<SkImageFilter>>("sk_sp<ImageFilter>") in EMSCRIPTEN_BINDINGS() 1355 .smart_ptr<sk_sp<SkMaskFilter>>("sk_sp<MaskFilter>") in EMSCRIPTEN_BINDINGS() 1406 .smart_ptr<sk_sp<SkColorSpace>>("sk_sp<ColorSpace>") in EMSCRIPTEN_BINDINGS() 1421 .smart_ptr<sk_sp<SkPathEffect>>("sk_sp<PathEffect>") in EMSCRIPTEN_BINDINGS() [all …]
|
D | viewer_bindings.cpp | 51 .smart_ptr<sk_sp<Slide>>("sk_sp<Slide>") in EMSCRIPTEN_BINDINGS()
|
D | particles_bindings.cpp | 96 .smart_ptr<sk_sp<SkParticleEffect>>("sk_sp<SkParticleEffect>") in EMSCRIPTEN_BINDINGS()
|
D | skottie_bindings.cpp | 288 .smart_ptr<sk_sp<skottie::Animation>>("sk_sp<Animation>") in EMSCRIPTEN_BINDINGS() 318 .smart_ptr<sk_sp<ManagedAnimation>>("sk_sp<ManagedAnimation>") in EMSCRIPTEN_BINDINGS()
|
D | gm_bindings.cpp | 361 .smart_ptr<sk_sp<GrDirectContext>>("sk_sp<GrDirectContext>"); in EMSCRIPTEN_BINDINGS()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR22015-libboost_iostreams.so.abi | 451 …'128' visibility='default' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' … 453 …ype' type-id='type-id-250' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' … 456 …-115' visibility='default' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' … 459 …d-58' visibility='default' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' … 462 …<function-decl name='shared_ptr' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr… 468 …descriptor_implEEC2ERKS4_' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' … 475 …<function-decl name='shared_ptr' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr… 482 …criptor_implEEC2IS3_EEPT_' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' … 489 …or_implEE5resetIS3_EEvPT_' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' … 1082 …'yes' visibility='default' filepath='src/third_party/boost-1.60.0/boost/smart_ptr/shared_ptr.hpp' … [all …]
|
D | test10-pr18818-gcc.so.abi | 3207 …'128' visibility='default' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 3209 …ype' type-id='type-id-569' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 3212 …-343' visibility='default' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 3215 …-272' visibility='default' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 3218 …<function-decl name='shared_ptr' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr… 3224 …<function-decl name='shared_ptr' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr… 3231 …<function-decl name='shared_ptr' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr… 3238 …::detail::dir_itr_imp>' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 3245 …detail11dir_itr_impEEC2Ev' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 3251 …1dir_itr_impEEC2IS3_EEPT_' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … [all …]
|
D | test9-pr18818-clang.so.abi | 2018 …'128' visibility='default' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 2020 …ype' type-id='type-id-340' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 2023 …-219' visibility='default' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 2026 …-156' visibility='default' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 2029 …esystem_error5m_impEEC2Ev' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 2035 …<function-decl name='shared_ptr' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr… 2042 …<function-decl name='shared_ptr' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr… 2049 …_error5m_impEEC2IS3_EEPT_' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 2056 …r5m_impEE5resetIS3_EEvPT_' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … 2063 …tem_error5m_impEE5resetEv' filepath='src/third_party/boost-1.56.0/boost/smart_ptr/shared_ptr.hpp' … [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | warn-thread-safety-parsing.cpp | 1433 class smart_ptr { class 1444 smart_ptr<int> gdat PT_GUARDED_BY(gmu); 1450 smart_ptr<Mutex> smu_; 1453 smart_ptr<int> a PT_GUARDED_BY(mu_);
|
D | conversion-function.cpp | 214 namespace smart_ptr { namespace
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-parsing.cpp | 1383 class smart_ptr { class 1394 smart_ptr<int> gdat PT_GUARDED_BY(gmu); 1400 smart_ptr<Mutex> smu_; 1403 smart_ptr<int> a PT_GUARDED_BY(mu_);
|
D | conversion-function.cpp | 196 namespace smart_ptr { namespace
|
/external/skia/experimental/wasm-skp-debugger/ |
D | debugger_bindings.cpp | 614 .smart_ptr<sk_sp<SkSurface>>("sk_sp<SkSurface>") in EMSCRIPTEN_BINDINGS() 634 .smart_ptr<sk_sp<GrDirectContext>>("sk_sp<GrDirectContext>"); in EMSCRIPTEN_BINDINGS()
|