Searched refs:isField (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DPointer.h144 bool isField() const { return Base != 0 && Base != RootPtrMark; } function in class:clang::interp::Pointer
244 bool isBaseClass() const { return isField() && getInlineDesc()->IsBase; }
H A DPointer.cpp109 while (Ptr.isField()) {
H A DInterp.cpp207 if (Ptr.isField())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddeclaration.d95 ((fd.isCtorDeclaration() && var.isField()) ||
96 (fd.isStaticCtorDeclaration() && !var.isField())) &&
105 if (var.isField() && sc.ctorflow.fieldinit.length && !sc.intypeof)
165 const(char)* p = var.isField() ? "field" : var.kind();
171 const(char)* p = var.isField() ? "field" : var.kind();
380 if (e1 && e1.op == EXP.this_ && isField())
394 if (v && (v.isCtorinit() || isField()))
514 final bool isField() const pure nothrow @nogc @safe
1172 if (!isField())
1269 return isField();
[all...]
H A Djson.d791 if (d.isField())
H A Doptimize.d485 if (!v || !v.isField() || v.isBitFieldDeclaration())
601 if (ve.type.isTypeSArray() && ve.var.isField() && ve.e1.isPtrExp())
H A Ddeclaration.h147 bool isField() const { return (storage_class & STCfield) != 0; } function in class:Declaration
H A Dtypesem.d3392 if (v.isField())
4107 bool unreal = e.op == EXP.variable && (cast(VarExp)e).var.isField();
4108 if (d.isDataseg() || unreal && d.isField())
4612 bool unreal = e.op == EXP.variable && (cast(VarExp)e).var.isField();
4613 if (d.isDataseg() || unreal && d.isField())
H A Ddtoh.d1209 if (!vd.isField())
H A Dexpression.d4813 return !(vd && vd.isField());
7106 if (v && v.isField() && !v._init && !v.ctorinit)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DJSON.cpp229 if (S.isField())
323 if (S.isField()) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddeclaration.c148 if (v && (isCtorinit() || isField()))
1318 if (isField())
1733 if (!isField())
1835 return isField();
1873 if (ctorinit == 0 && isCtorinit() && !isField())
H A Djson.c857 if (d->isField())
H A Ddeclaration.h154 bool isField() { return (storage_class & STCfield) != 0; } function in class:Declaration
H A Ddstruct.c375 if (!v->isField() || v->semanticRun < PASSsemanticdone)
H A Dexpression.c5298 ((fd->isCtorDeclaration() && var->isField()) ||
5299 (fd->isStaticCtorDeclaration() && !var->isField())) &&
5309 if (var->isField() && sc->fieldinit && !sc->intypeof)
5366 const char *p = var->isField() ? "field" : var->kind();
5372 const char *p = var->isField() ? "field" : var->kind();
H A Dmtype.c2148 if (v->isField())
8085 bool unreal = e->op == TOKvar && ((VarExp *)e)->var->isField();
8086 if (d->isDataseg() || (unreal && d->isField()))
8841 bool unreal = e->op == TOKvar && ((VarExp *)e)->var->isField();
8842 if (d->isDataseg() || (unreal && d->isField()))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprMember.cpp102 bool isField = false; local
109 isField |= isa<FieldDecl>(D) || isa<MSPropertyDecl>(D) ||
137 if (isField && SemaRef.getLangOpts().CPlusPlus11)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DJSON.h601 bool isField() const { return Pointer != 0; } function in class:llvm::json::Path::Segment
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypes.cc308 if (var->isField ())
H A Ddecl.cc1078 if (decl->isField ())
H A Dexpr.cc1966 if (!vd->isField ())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc419 if (var->isField ())
H A Ddecl.cc1208 if (decl->isField ())
H A Dexpr.cc1896 if (!vd->isField ())

Completed in 480 milliseconds

12