Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/libucl/tests/basic/
H A Dcomments.in10 # Nested comments
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp36 ENUM_ENTRY(ClassOptions, Nested),
467 NestedTypeRecord &Nested) { in visitKnownMember() argument
468 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember()
469 W->printString("Name", Nested.getName()); in visitKnownMember()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp65 PUSH_FLAG(ClassOptions, Nested, Options, "is nested"); in formatClassOptions()
516 NestedTypeRecord &Nested) { in visitKnownMember() argument
517 P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type); in visitKnownMember()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp188 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
H A DNativeTypeEnum.cpp316 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h206 Nested = 0x0008, enumerator
H A DTypeRecord.h442 return (Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dlibgomp.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
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.td73 /// Nested function static chain.
/freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp657 Piece *parseDiagText(StringRef &Text, bool Nested = false);
1004 bool Nested) { in parseDiagText() argument
1010 End = Nested ? Text.find_first_of("%|}", End + 2) in parseDiagText()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1950 CO |= ClassOptions::Nested; in getCommonClassOptions()
2363 for (const DIType *Nested : Info.NestedTypes) { in lowerRecordFieldList() local
2364 NestedTypeRecord R(getTypeIndex(DITypeRef(Nested)), Nested->getName()); in lowerRecordFieldList()
/freebsd-12.1/contrib/gcc/
H A DChangeLog.apple383 * c-typeck.c (types_are_closure_compatible): Nested block pointer
863 * doc/extend.texi (Nested Functions): Note that on darwin nested
H A DONEWS764 * Nested functions in C may now be inline. Just declare them inline
832 * Nested class support has been significantly improved. The compiler
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp4188 Stmt *Nested) in BuildMSDependentExistsStmt() argument
4192 cast<CompoundStmt>(Nested)); in BuildMSDependentExistsStmt()
4200 Stmt *Nested) { in ActOnMSDependentExistsStmt() argument
4204 Nested); in ActOnMSDependentExistsStmt()
H A DSemaExpr.cpp14964 const bool Nested, in captureInBlock() argument
15076 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, in captureInBlock()
15325 bool Nested = false; in tryCaptureVariable() local
15351 if (isVariableAlreadyCapturedInScopeInfo(CSI, Var, Nested, CaptureType, in tryCaptureVariable()
15405 Nested = !IsTargetCap; in tryCaptureVariable()
15455 DeclRefType, Nested, *this)) in tryCaptureVariable()
15457 Nested = true; in tryCaptureVariable()
15461 DeclRefType, Nested, *this)) in tryCaptureVariable()
15463 Nested = true; in tryCaptureVariable()
15468 DeclRefType, Nested, Kind, EllipsisLoc, in tryCaptureVariable()
[all …]
H A DTreeTransform.h2067 Stmt *Nested) { in RebuildMSDependentExistsStmt() argument
2069 QualifierLoc, NameInfo, Nested); in RebuildMSDependentExistsStmt()
/freebsd-12.1/stand/i386/btx/btx/
H A Dbtx.S45 .set PSL_NT,0x00004000 # Nested task flag
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dstabs.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}.
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp363 IO.bitSetCase(Options, "Nested", ClassOptions::Nested); in bitset()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64.td246 "Enable v8.4-A Nested Virtualization Enchancement">;
H A DAArch64SystemOperands.td1430 // v8.4a Enhanced Support for Nested Virtualization
/freebsd-12.1/contrib/gcc/cp/
H A DNEWS235 + Nested types in class templates work.
H A DChangeLog-20006234 * search.c (friend_accessible_p): Nested classes are friends of their
6286 * friend.c (is_friend): Nested classes are friends of their
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h4537 Stmt *Nested);
4541 Stmt *Nested);
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.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

12