Home
last modified time | relevance | path

Searched defs:this_ (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/support/type_classification/
H A Dswappable.h49 lvalue_adl_swappable* this_ = this; variable
86 lvalue_rvalue_adl_swappable* this_ = this; variable
123 rvalue_lvalue_adl_swappable* this_ = this; variable
157 rvalue_adl_swappable* this_ = this; variable
195 non_move_constructible_adl_swappable* this_ = this; variable
228 non_move_assignable_adl_swappable* this_ = this; variable
264 throwable_adl_swappable* this_ = this; variable
/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp758 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon489810540111::FunctionDifferenceEngine
/llvm-project/clang/include/clang/AST/
H A DASTContext.h483 ASTContext &this_() { return *this; } this_() function
/llvm-project/flang/lib/Semantics/
H A Dresolve-names.cpp234 ResolveNamesVisitor *this_; member in Fortran::semantics::BaseVisitor