Searched refs:isNested (Results 1 - 25 of 84) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeBaseClass.h39 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeEnum.h39 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeTypedef.h35 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeUDT.h40 FORWARD_SYMBOL_METHOD(isNested)
H A DIPDBRawSymbol.h224 virtual bool isNested() const = 0;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeTypeEnum.h50 bool isNested() const override;
H A DNativeTypeUDT.h52 bool isNested() const override;
H A DNativeRawSymbol.h202 bool isNested() const override;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp64 dumpSymbolField(OS, "nested", isNested(), Indent);
183 bool NativeTypeUDT::isNested() const { function in class:NativeTypeUDT
185 return UnmodifiedType->isNested();
H A DNativeTypeEnum.cpp154 dumpSymbolField(OS, "nested", isNested(), Indent);
311 bool NativeTypeEnum::isNested() const { function in class:NativeTypeEnum
313 return UnmodifiedType->isNested();
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h614 bool isNested() const { return Nested; } function in class:clang::sema::Capture
686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, argument
689 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc,
700 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
1043 inline void CapturingScopeInfo::addThisCapture(bool isNested, argument
1047 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType,
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d196 return fields.dim - isNested() - (vthis2 !is null);
278 if (isNested())
281 if (!cd || !cd.baseClass || !cd.baseClass.isNested())
621 final bool isNested() const
H A Daggregate.h132 bool isNested() const;
H A Dfunc.d523 if (!dualCtx && !ad && !isNested())
535 if (dualCtx || isNested())
1122 if (!thisfd.isNested() && !thisfd.vthis && !intypeof)
1129 /* AggregateDeclaration::isNested returns true only when
1139 if (!thiscd.isNested() && !intypeof)
1210 return ident == Id.main && resolvedLinkage() != LINK.c && !isMember() && !isNested();
1215 return ident == Id.main && resolvedLinkage() == LINK.c && !isMember() && !isNested();
1240 return ident == Id.rt_init && resolvedLinkage() == LINK.c && !isMember() && !isNested();
1365 if (purity > PURE.weak && isNested())
1695 if (!isPureBypassingInference() || isNested())
[all...]
H A Ddelegatize.d289 if (!fd.isThis() && !fd.isNested())
H A Dcppmangle.d639 const isNested = !inStd && (ns || q);
641 if (substitute(ti.tempdecl, !haveNE && isNested))
644 if (!haveNE && isNested)
990 * isNested = Whether this variable is nested, e.g. a template parameter
993 void mangle_variable(VarDeclaration d, bool isNested)
1009 else if (isNested)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddelegatize.c194 if (!fd->isThis() && !fd->isNested())
H A Ddstruct.c561 if (isNested())
564 if (!cd || !cd->baseClass || !cd->baseClass->isNested())
636 size_t nfields = fields.dim - isNested();
864 bool AggregateDeclaration::isNested() function in class:AggregateDeclaration
1341 size_t nfields = fields.dim - isNested();
1352 if (i == fields.dim - 1 && isNested() && e->op == TOKnull)
H A Dfunc.c494 if ((storage_class & STC_TYPECTOR) && !(ad || isNested()))
552 if (tf->purity == PUREimpure && (isNested() || isThis()))
559 if (adx->isNested())
617 if (!tf->isNaked() && !(isThis() || isNested()))
724 if (f->isscope && !isNested() && !ad)
729 if (f->isreturn && !needThis() && !isNested())
2518 else if (isNested())
3672 if (!thisfd->isNested() && !thisfd->vthis && !sc->intypeof)
3680 /* AggregateDeclaration::isNested returns true only when
3690 if (!thiscd->isNested()
4103 bool FuncDeclaration::isNested() function in class:FuncDeclaration
4721 bool FuncLiteralDeclaration::isNested() function in class:FuncLiteralDeclaration
[all...]
H A Daggregate.h148 bool isNested();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp223 return !isNested() && isVariableCapture() && getVariable()->isInitCapture();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc1812 if (!callee->isNested ())
2163 gcc_assert (fdp->isNested () || fdp->vthis);
2180 if (!adp || !adp->isNested () || !adp->vthis)
2244 while (cd && cd->isNested ())
2261 while (sd && sd->isNested ())
2299 if (fd->isNested ())
2617 if (ad && ad->isNested ())
2619 while (ad->isNested ())
2660 if (fd->isNested ())
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc2101 if (!callee->isNested ())
2466 gcc_assert (fdp->isNested () || fdp->vthis);
2483 if (!adp || !adp->isNested () || !adp->vthis)
2547 while (ad && ad->isNested ())
2585 if (fd->isNested ())
2910 if (ad && ad->isNested ())
2912 while (ad->isNested ())
2949 if (fd->isNested ())
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h197 bool isNested() const override;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d52 * $(LREF isNested)
2357 template isNested(T)
2360 enum isNested = __traits(isNested, T);
2367 static assert(!isNested!S);
2371 static assert(isNested!NestedStruct);
2388 enum hasNested = isNested!T ||
2409 static assert(!__traits(compiles, isNested!int));
2413 static assert(!isNested!StaticStruct);
2418 static assert( isNested!NestedStruc
[all...]

Completed in 201 milliseconds

1234