Home
last modified time | relevance | path

Searched refs:Nested (Results 1 – 25 of 27) sorted by relevance

12

/NextBSD/contrib/libucl/tests/basic/
HDcomments.in10 # Nested comments
/NextBSD/contrib/llvm/lib/Analysis/
HDCFLAliasAnalysis.cpp909 if (auto *Nested = dyn_cast<ConstantExpr>(Edge.From)) in constexprToEdges() local
910 if (Visited.insert(Nested).second) in constexprToEdges()
911 Worklist.push_back(Nested); in constexprToEdges()
913 if (auto *Nested = dyn_cast<ConstantExpr>(Edge.To)) in constexprToEdges() local
914 if (Visited.insert(Nested).second) in constexprToEdges()
915 Worklist.push_back(Nested); in constexprToEdges()
/NextBSD/contrib/gcclibs/libgomp/
HDlibgomp.texi138 * omp_get_nested:: Nested parallel regions
229 @section @code{omp_get_nested} -- Nested parallel regions
236 Nested parallel regions may be initialized at startup by the
808 * OMP_NESTED:: Nested parallel regions
837 @section @env{OMP_NESTED} -- Nested parallel regions
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaStmt.cpp3705 Stmt *Nested) in BuildMSDependentExistsStmt() argument
3709 cast<CompoundStmt>(Nested)); in BuildMSDependentExistsStmt()
3717 Stmt *Nested) { in ActOnMSDependentExistsStmt() argument
3721 Nested); in ActOnMSDependentExistsStmt()
HDSemaExpr.cpp12513 const bool Nested, in captureInBlock() argument
12565 Expr *DeclRef = new (S.Context) DeclRefExpr(Var, Nested, in captureInBlock()
12590 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()
12809 bool Nested = false; in tryCaptureVariable() local
12836 if (isVariableAlreadyCapturedInScopeInfo(CSI, Var, Nested, CaptureType, in tryCaptureVariable()
12845 Nested = true; in tryCaptureVariable()
13040 DeclRefType, Nested, *this)) in tryCaptureVariable()
13042 Nested = true; in tryCaptureVariable()
13046 DeclRefType, Nested, *this)) in tryCaptureVariable()
13048 Nested = true; in tryCaptureVariable()
[all …]
HDTreeTransform.h1711 Stmt *Nested) { in RebuildMSDependentExistsStmt() argument
1713 QualifierLoc, NameInfo, Nested); in RebuildMSDependentExistsStmt()
/NextBSD/contrib/gcc/
HDChangeLog.apple383 * c-typeck.c (types_are_closure_compatible): Nested block pointer
863 * doc/extend.texi (Nested Functions): Note that on darwin nested
HDONEWS764 * Nested functions in C may now be inline. Just declare them inline
832 * Nested class support has been significantly improved. The compiler
HDFSFChangeLog1358 (nonlocal_goto): Likewise. Nested function nonlocal gotos don't
HDChangeLog-20046529 * tree.c (staticp) <case FUNCTION_DECL>: Nested functions are static
11672 * tree-inline.c (inline_forbidden_p_1): Nested functions can be
33414 * cgraphunit.c (decide_is_function_needed): Nested functions of extern
HDChangeLog-199811315 (nonlocal_goto): Likewise. Nested function nonlocal gotos don't
HDChangeLog.tree-ssa1346 * cgraphunit.c (decide_is_function_needed): Nested functions of extern
/NextBSD/sys/boot/i386/btx/btx/
HDbtx.S45 .set PSL_NT,0x00004000 # Nested task flag
/NextBSD/contrib/gdb/gdb/doc/
HDstabs.texinfo205 contain a pair of colons (@pxref{Nested Symbols}). @var{name} can be
398 * Nested Procedures::
659 @node Nested Procedures
660 @section Nested Procedures
1769 @samp{:} ends the name; see @ref{Nested Symbols}.
2396 * Nested Symbols:: C++ symbol names can be within other types.
2442 @node Nested Symbols
3389 C@t{++} nested symbol; see @xref{Nested Symbols}.
3425 Internal (nested) procedure; see @ref{Nested Procedures}.
3428 Internal (nested) function; see @ref{Nested Procedures}.
/NextBSD/contrib/gcc/cp/
HDNEWS235 + Nested types in class templates work.
HDChangeLog-20006234 * search.c (friend_accessible_p): Nested classes are friends of their
6286 * friend.c (is_friend): Nested classes are friends of their
/NextBSD/contrib/groff/contrib/mom/examples/
HDtypesetting.mom302 simple enumerated lists. Nested lists are possible, as the example
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3985 Stmt *Nested);
3989 Stmt *Nested);
/NextBSD/contrib/gcc/doc/
HDextend.texi30 * Nested Functions:: As in Algol and Pascal, lexical scoping of functions.
299 nested functions, if there are any. @xref{Nested Functions}, for details.
376 @node Nested Functions
377 @section Nested Functions
384 Nested functions are not supported for GNU C++ and are disable by
422 Nested function definitions are permitted within functions in the places
HDcpp.texi2699 Nested calls to a macro.
HDtm.texi4787 @section Trampolines for Nested Functions
/NextBSD/contrib/groff/doc/
HDgroff-14474 Nested assignments (also called indirect assignments) are possible.
HDgroff.texinfo6023 input line. Nested assignments (also called indirect assignments) are
/NextBSD/contrib/binutils/gas/po/
HDgas.pot4841 msgid "Nested procedures"
/NextBSD/sys/contrib/dev/acpica/
HDchanges.txt14618 Index and Bank Fields: Nested Index and Bank Fields are now

12