| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| tokens.h | 136 this_, member in class:TOK 393 this_, member in class:EXP
|
| tokens.d | 127 this_, 383 this_, 449 TOK.this_, 655 TOK.this_: "this",
|
| cppmangle.d | 2096 private void visitObject(V : Visitor)(RootObject o, V this_) 2100 ta.accept(this_); 2102 ea.accept(this_); 2104 sa.accept(this_); 2106 t.accept(this_); 2110 this_.visit(t);
|
| parse.d | 423 case TOK.this_: 543 if (next == TOK.this_) 609 if (next2 == TOK.this_) 1573 else if (token.value == TOK.this_) 1953 case TOK.this_: 2324 if (token.value == TOK.leftParenthesis && peekNext() == TOK.this_ && peekNext2() == TOK.rightParenthesis) 2417 check(TOK.this_); 2488 check(TOK.this_); 2563 check(TOK.this_); 3626 case TOK.this_ [all...] |
| declaration.d | 98 (!e1 || e1.op == EXP.this_)) 380 if (e1 && e1.op == EXP.this_ && isField())
|
| traits.d | 1086 if (dve.e1.op == EXP.dotType || dve.e1.op == EXP.this_) 1106 if (dte.e1.op != EXP.dotType && dte.e1.op != EXP.this_)
|
| ctfeexpr.d | 241 case EXP.this_: 1930 case EXP.this_:
|
| expression.d | 657 case EXP.this_: 1634 inout(ThisExp) isThisExp() { return op == EXP.this_ ? cast(typeof(return))this : null; } 2311 super(loc, EXP.this_, __traits(classInstanceSize, ThisExp)); 4829 if (e1.op == EXP.this_ && sc.ctorflow.fieldinit.length && !(sc.ctorflow.callSuper & CSX.any_ctor)) 7063 if (dotVarExp.e1.op == EXP.this_) 7100 if (dve.e1.op == EXP.this_)
|
| dtemplate.d | 2287 else if (ea && (ea.op == EXP.this_ || ea.op == EXP.super_)) 7251 if (ea.op == EXP.this_) 7582 e.op == EXP.this_ || e.op == EXP.super_ || 7605 if (e.op == EXP.this_ || e.op == EXP.super_) 8111 if (ea && (ea.op == EXP.this_ || ea.op == EXP.super_))
|
| hdrgen.d | 2561 case EXP.this_: return visitThis(e.isThisExp()); 3451 if (e.op == EXP.int64 || e.op == EXP.float64 || e.op == EXP.null_ || e.op == EXP.string_ || e.op == EXP.this_) 4016 EXP.this_ : "this",
|
| expressionsem.d | 1047 if (e1.op == EXP.this_) 4343 if (exp.e1.op == EXP.this_ || exp.e1.op == EXP.super_) 4701 if (sc.func && sc.func.isInvariantDeclaration() && ue.e1.op == EXP.this_ && exp.f.addPostInvariant()) 4772 else if (exp.e1.op == EXP.super_ || exp.e1.op == EXP.this_) 7072 else if ((exp.e1.op == EXP.this_ || exp.e1.op == EXP.super_) && global.params.useDIP1000 == FeatureState.enabled) 7873 if ((dve.e1.op == EXP.this_ || dve.e1.op == EXP.super_) &&
|
| dinterpret.d | 73 case EXP.this_: 6793 case EXP.this_:
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
| DifferenceEngine.cpp | 483 FunctionDifferenceEngine *this_() { return this; } function in class:__anon3325::FunctionDifferenceEngine 487 Engine(Engine), Queue(QueueSorter(*this_())) {}
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| Type.h | 1391 ExtQuals *this_() { return this; } function in class:clang::ExtQuals 1396 canon.isNull() ? QualType(this_(), 0) : canon), 1820 canon.isNull() ? QualType(this_(), 0) : canon) { 1834 Type *this_() { return this; } function 5866 BaseType(QualType(this_(), 0)) {
|
| ASTContext.h | 448 ASTContext &this_() { return *this; } function in class:clang::ASTContext
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ASTContext.cpp | 970 : ConstantArrayTypes(this_()), FunctionProtoTypes(this_()), 971 TemplateSpecializationTypes(this_()), 972 DependentTemplateSpecializationTypes(this_()), AutoTypes(this_()), 973 SubstTemplateTemplateParmPacks(this_()), 974 CanonTemplateTemplateParms(this_()), SourceMgr(SM), LangOpts(LOpts), 983 CompCategories(this_()), LastSDM(nullptr, 0) {
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| variant.d | 384 auto this_ = (*src)[]; 385 emplaceRef(*cast(Unqual!T*) zat, cast(Unqual!T) this_);
|