Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h614 bool isNested() const { return Nested; } in isNested() function
686 void addCapture(VarDecl *Var, bool isBlock, bool isByref, bool isNested, in addCapture() argument
689 Captures.push_back(Capture(Var, isBlock, isByref, isNested, Loc, in addCapture()
700 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
1043 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() argument
1047 Captures.push_back(Capture(Capture::ThisCapture, isNested, Loc, CaptureType, in addThisCapture()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp64 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
183 bool NativeTypeUDT::isNested() const { in isNested() function in NativeTypeUDT
185 return UnmodifiedType->isNested(); in isNested()
H A DNativeTypeEnum.cpp154 dumpSymbolField(OS, "nested", isNested(), Indent); in dump()
311 bool NativeTypeEnum::isNested() const { in isNested() function in NativeTypeEnum
313 return UnmodifiedType->isNested(); in isNested()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daggregate.d196 return fields.dim - isNested() - (vthis2 !is null); in nonHiddenFields()
278 if (isNested()) in checkOverlappedFields()
281 if (!cd || !cd.baseClass || !cd.baseClass.isNested()) in checkOverlappedFields()
621 final bool isNested() const in isNested() function
H A Dfunc.d523 if (!dualCtx && !ad && !isNested()) in declareThis()
535 if (dualCtx || isNested()) in declareThis()
1122 if (!thisfd.isNested() && !thisfd.vthis && !intypeof) in getLevel()
1139 if (!thiscd.isNested() && !intypeof) in getLevel()
1210 return ident == Id.main && resolvedLinkage() != LINK.c && !isMember() && !isNested(); in isMain()
1215 return ident == Id.main && resolvedLinkage() == LINK.c && !isMember() && !isNested(); in isCMain()
1240 return ident == Id.rt_init && resolvedLinkage() == LINK.c && !isMember() && !isNested(); in isRtInit()
1365 if (purity > PURE.weak && isNested()) in isPure()
1695 if (!isPureBypassingInference() || isNested()) in isTypeIsolatedIndirect()
1774 bool isNested() const in isNested() function
[all …]
H A Descape.d1802 if (fd && fd.isNested()) in visit()
1823 if (fd && fd.isNested()) in visit()
2017 if (de.func.isNested()) in visit()
2057 if (fd.isNested() && tf.isreturn) in visit()
2074 if (fd && fd.isNested()) in visit()
H A Daggregate.h132 bool isNested() const;
H A Ddelegatize.d289 if (!fd.isThis() && !fd.isNested()) in ensureStaticLinkTo()
H A Dtraits.d673 if (e.ident == Id.isNested) in semanticTraits()
685 return ad.isNested() ? True() : False(); in semanticTraits()
689 return fd.isNested() ? True() : False(); in semanticTraits()
742 return isFuncX(f => !f.needThis() && !f.isNested()); in semanticTraits()
862 if (ad.isNested()) // `C` is nested in semanticTraits()
H A Dcppmangle.d639 const isNested = !inStd && (ns || q); variable
641 if (substitute(ti.tempdecl, !haveNE && isNested))
644 if (!haveNE && isNested)
993 void mangle_variable(VarDeclaration d, bool isNested) in mangle_variable() argument
1009 else if (isNested) in mangle_variable()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolTypeUDT.h40 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeEnum.h39 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeTypedef.h35 FORWARD_SYMBOL_METHOD(isNested)
H A DPDBSymbolTypeBaseClass.h39 FORWARD_SYMBOL_METHOD(isNested)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c561 if (isNested()) in checkOverlappedFields()
564 if (!cd || !cd->baseClass || !cd->baseClass->isNested()) in checkOverlappedFields()
636 size_t nfields = fields.dim - isNested(); in fill()
864 bool AggregateDeclaration::isNested() in isNested() function
1341 size_t nfields = fields.dim - isNested(); in fit()
1352 if (i == fields.dim - 1 && isNested() && e->op == TOKnull) in fit()
H A Dfunc.c494 if ((storage_class & STC_TYPECTOR) && !(ad || isNested())) in semantic()
552 if (tf->purity == PUREimpure && (isNested() || isThis())) in semantic()
559 if (adx->isNested()) in semantic()
617 if (!tf->isNaked() && !(isThis() || isNested())) in semantic()
724 if (f->isscope && !isNested() && !ad) in semantic()
729 if (f->isreturn && !needThis() && !isNested()) in semantic()
2518 else if (isNested()) in declareThis()
3672 if (!thisfd->isNested() && !thisfd->vthis && !sc->intypeof) in getLevel()
3690 if (!thiscd->isNested() && !sc->intypeof) in getLevel()
3735 linkage != LINKc && !isMember() && !isNested(); in isMain()
[all …]
H A Ddelegatize.c194 if (!fd->isThis() && !fd->isNested()) in checkNestedRef()
/netbsd-src/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;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc1812 if (!callee->isNested ()) in call_by_alias_p()
2163 gcc_assert (fdp->isNested () || fdp->vthis); in get_frame_for_symbol()
2180 if (!adp || !adp->isNested () || !adp->vthis) in get_frame_for_symbol()
2244 while (cd && cd->isNested ()) in d_nested_class()
2261 while (sd && sd->isNested ()) in d_nested_struct()
2299 if (fd->isNested ()) in find_this_tree()
2617 if (ad && ad->isNested ()) in get_frameinfo()
2619 while (ad->isNested ()) in get_frameinfo()
2660 if (fd->isNested ()) in get_framedecl()
H A Ddecl.cc827 if (d->isNested ()) in visit()
830 while (fdp && fdp->isNested ()) in visit()
932 while (ad->isNested ()) in visit()
1238 if (fd->isNested ()) in get_symbol_decl()
1379 if (!fd || !fd->isNested ()) in get_symbol_decl()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc2101 if (!callee->isNested ()) in call_by_alias_p()
2466 gcc_assert (fdp->isNested () || fdp->vthis); in get_frame_for_symbol()
2483 if (!adp || !adp->isNested () || !adp->vthis) in get_frame_for_symbol()
2547 while (ad && ad->isNested ()) in get_outer_function()
2585 if (fd->isNested ()) in find_this_tree()
2910 if (ad && ad->isNested ()) in get_frameinfo()
2912 while (ad->isNested ()) in get_frameinfo()
2949 if (fd->isNested ()) in get_framedecl()
H A Ddecl.cc933 if (d->isNested ()) in visit()
936 while (fdp && fdp->isNested ()) in visit()
996 while (ad->isNested ()) in visit()
1407 if (fd->isNested ()) in get_symbol_decl()
1558 if (!fd || !fd->isNested ()) in get_symbol_decl()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d2357 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!NestedStruct);
2420 static assert( isNested!(immutable NestedStruct));
2423 static assert(!__traits(compiles, isNested!(NestedStruct[1])));
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DScopeInfo.cpp223 return !isNested() && isVariableCapture() && getVariable()->isInitCapture(); in isInitCapture()

1234