Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/tools/llvm-diff/
DDifferenceEngine.cpp453 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anonce6149d20111::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
/external/llvm/tools/llvm-diff/
DDifferenceEngine.cpp453 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon66aec1a60111::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {} in FunctionDifferenceEngine()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/
DDifferenceEngine.cpp484 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon403bf0fe0111::FunctionDifferenceEngine
488 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/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp609 constexpr C(C *this_) : m(42), n(this_->m) {} // ok in C()
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
Dmkvparser.cc6378 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local
6381 return this_->ParseBlockGroup(size, pos, len); in Parse()
6384 return this_->ParseSimpleBlock(size, pos, len); in Parse()
/external/libvpx/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.cc6378 Cluster* const this_ = const_cast<Cluster*>(this); in Parse() local
6381 return this_->ParseBlockGroup(size, pos, len); in Parse()
6384 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()