Home
last modified time | relevance | path

Searched refs:this_ (Results 1 – 16 of 16) sorted by relevance

/external/python/pybind11/include/pybind11/
Dcast.h670 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()
702this_.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/
DDifferenceEngine.cpp453 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/
DDifferenceEngine.cpp483 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon20320b320111::FunctionDifferenceEngine
487 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
/external/clang/include/clang/AST/
DType.h1191 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)) {
DASTContext.h93 ASTContext &this_() { return *this; } in this_() function
/external/llvm-project/clang/include/clang/AST/
DType.h1384 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)) {
DASTContext.h441 ASTContext &this_() { return *this; } in this_() function
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp609 constexpr C(C *this_) : m(42), n(this_->m) {} // ok in C()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp959 : 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/
Dconstant-expression-cxx11.cpp719 constexpr C(C *this_) : m(42), n(this_->m) {} // ok in C()
/external/libwebm/mkvparser/
Dmkvparser.cc6396 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/
Dmkvparser.cc6391 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/
Dmkvparser.cc6391 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/
Dmkvparser.cc6396 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/
DASTContext.cpp732 : FunctionProtoTypes(this_()), TemplateSpecializationTypes(this_()), in ASTContext()
733 DependentTemplateSpecializationTypes(this_()), in ASTContext()
734 SubstTemplateTemplateParmPacks(this_()), in ASTContext()
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp148 : 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()