/external/python/pybind11/include/pybind11/ |
D | cast.h | 649 auto &this_ = static_cast<ThisT &>(*this); in load_impl() local 650 this_.check_holder_compat(); in load_impl() 657 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder()); in load_impl() 672 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder()); in load_impl() 681 … this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder(base)); in load_impl() 690 if (this_.try_implicit_casts(src, convert)) in load_impl() 703 if (this_.try_direct_conversions(src)) in load_impl()
|
/external/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 453 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anondb2877680111::FunctionDifferenceEngine 457 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 484 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon1c93e7000111::FunctionDifferenceEngine 488 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
|
/external/clang/include/clang/AST/ |
D | Type.h | 1191 ExtQuals *this_() { return this; } 1196 canon.isNull() ? QualType(this_(), 0) : canon), 1501 Type *this_() { return this; } 1506 canon.isNull() ? QualType(this_(), 0) : canon) { 4770 BaseType(QualType(this_(), 0)) {
|
D | ASTContext.h | 93 ASTContext &this_() { return *this; } in this_() function
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 609 constexpr C(C *this_) : m(42), n(this_->m) {} // ok in C()
|
/external/libaom/libaom/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 6391 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 6394 return this_->ParseBlockGroup(size, pos, len); in Parse() 6397 return this_->ParseSimpleBlock(size, pos, len); in Parse()
|
/external/libvpx/libwebm/mkvparser/ |
D | mkvparser.cc | 6391 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 6394 return this_->ParseBlockGroup(size, pos, len); in Parse() 6397 return this_->ParseSimpleBlock(size, pos, len); in Parse()
|
/external/libvpx/libvpx/third_party/libwebm/mkvparser/ |
D | mkvparser.cc | 6391 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 6394 return this_->ParseBlockGroup(size, pos, len); in Parse() 6397 return this_->ParseSimpleBlock(size, pos, len); in Parse()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 732 : FunctionProtoTypes(this_()), TemplateSpecializationTypes(this_()), in ASTContext() 733 DependentTemplateSpecializationTypes(this_()), in ASTContext() 734 SubstTemplateTemplateParmPacks(this_()), in ASTContext()
|