Searched defs:this_ (Results 1 - 5 of 5) sorted by relevance
/external/llvm/tools/llvm-diff/ |
H A D | DifferenceEngine.cpp | 453 FunctionDifferenceEngine *this_() { return this; } function in class:__anon13073::FunctionDifferenceEngine 457 Engine(Engine), Queue(QueueSorter(*this_())) {}
|
/external/clang/include/clang/AST/ |
H A D | ASTContext.h | 91 ASTContext &this_() { return *this; } function in class:clang::ASTContext
|
H A D | Type.h | 1159 ExtQuals *this_() { return this; } function in class:clang::ExtQuals 1164 canon.isNull() ? QualType(this_(), 0) : canon), 1469 Type *this_() { return this; } function in class:clang::Type 1474 canon.isNull() ? QualType(this_(), 0) : canon) { 4596 BaseType(QualType(this_(), 0)) {
|
/external/libvpx/libvpx/third_party/libwebm/ |
H A D | mkvparser.cpp | 6055 Cluster* const this_ = const_cast<Cluster*>(this); local 6058 return this_->ParseBlockGroup(size, pos, len); 6061 return this_->ParseSimpleBlock(size, pos, len);
|
/external/libvpx/libwebm/mkvparser/ |
H A D | mkvparser.cc | 6274 Cluster* const this_ = const_cast<Cluster*>(this); local 6277 return this_->ParseBlockGroup(size, pos, len); 6280 return this_->ParseSimpleBlock(size, pos, len);
|
Completed in 565 milliseconds