Searched defs:this_ (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ | ||
H A D | tokens.h | 136 this_, enumerator |
H A D | tokens.d | 127 this_, enumerator |
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ | ||
H A D | DifferenceEngine.cpp | 483 FunctionDifferenceEngine *this_() { return this; } in this_() function in __anon0b0ced060111::FunctionDifferenceEngine |
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ | ||
H A D | variant.d | 384 auto this_ = (*src)[]; in VariantN() local |
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ | ||
H A D | ASTContext.h | 448 ASTContext &this_() { return *this; } in this_() function |