HomeSort by relevance Sort by last modified time
    Searched refs:this_ (Results 1 - 9 of 9) sorted by null

  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 453 FunctionDifferenceEngine *this_() { return this; } function in class:__anon18155::FunctionDifferenceEngine
457 Engine(Engine), Queue(QueueSorter(*this_())) {}
  /external/clang/include/clang/AST/
Type.h 1159 ExtQuals *this_() { return this; } function in class:clang::ExtQuals
1469 Type *this_() { return this; } function in class:clang::Type
    [all...]
ASTContext.h 91 ASTContext &this_() { return *this; } function in class:clang::ASTContext
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 609 constexpr C(C *this_) : m(42), n(this_->m) {} // ok
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 6055 Cluster* const this_ = const_cast<Cluster*>(this); local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 6274 Cluster* const this_ = const_cast<Cluster*>(this); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp 733 : FunctionProtoTypes(this_()), TemplateSpecializationTypes(this_()),
734 DependentTemplateSpecializationTypes(this_()),
735 SubstTemplateTemplateParmPacks(this_()),
    [all...]

Completed in 572 milliseconds