/external/python/pybind11/include/pybind11/ |
D | cast.h | 670 auto &this_ = static_cast<ThisT &>(*this); in load_impl() local 671 this_.check_holder_compat(); in load_impl() 678 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder()); in load_impl() 693 this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder()); in load_impl() 702 … this_.load_value(reinterpret_cast<instance *>(src.ptr())->get_value_and_holder(base)); in load_impl() 711 if (this_.try_implicit_casts(src, convert)) in load_impl() 724 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 __anonaa9132c40111::FunctionDifferenceEngine 457 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
|
/external/llvm-project/llvm/tools/llvm-diff/ |
D | DifferenceEngine.cpp | 483 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon20320b320111::FunctionDifferenceEngine 487 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/llvm-project/clang/include/clang/AST/ |
D | Type.h | 1384 ExtQuals *this_() { return this; } 1389 canon.isNull() ? QualType(this_(), 0) : canon), 1813 canon.isNull() ? QualType(this_(), 0) : canon) { 1827 Type *this_() { return this; } 5834 BaseType(QualType(this_(), 0)) {
|
D | ASTContext.h | 441 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/llvm-project/clang/lib/AST/ |
D | ASTContext.cpp | 959 : ConstantArrayTypes(this_()), FunctionProtoTypes(this_()), in ASTContext() 960 TemplateSpecializationTypes(this_()), in ASTContext() 961 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), in ASTContext() 962 SubstTemplateTemplateParmPacks(this_()), in ASTContext() 963 CanonTemplateTemplateParms(this_()), SourceMgr(SM), LangOpts(LOpts), in ASTContext() 971 CompCategories(this_()), LastSDM(nullptr, 0) { in ASTContext()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 719 constexpr C(C *this_) : m(42), n(this_->m) {} // ok in C()
|
/external/libwebm/mkvparser/ |
D | mkvparser.cc | 6396 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 6399 return this_->ParseBlockGroup(size, pos, len); in Parse() 6402 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/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 | 6396 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local 6399 return this_->ParseBlockGroup(size, pos, len); in Parse() 6402 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()
|
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-names.cpp | 148 : implicitRulesMap_{&rules}, this_{&v}, context_{&c}, messageHandler_{c} { in BaseVisitor() 225 ResolveNamesVisitor *this_; member in Fortran::semantics::BaseVisitor 1460 parser::Walk(x, *this_); in Walk()
|