| /freebsd-12.1/contrib/libucl/tests/basic/ |
| H A D | comments.in | 10 # Nested comments
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 36 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 D | MinimalTypeDumper.cpp | 65 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 D | NativeTypeUDT.cpp | 188 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
|
| H A D | NativeTypeEnum.cpp | 316 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 206 Nested = 0x0008, enumerator
|
| H A D | TypeRecord.h | 442 return (Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
|
| /freebsd-12.1/contrib/gcclibs/libgomp/ |
| H A D | libgomp.texi | 138 * 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 D | Attributes.td | 73 /// Nested function static chain.
|
| /freebsd-12.1/contrib/llvm/tools/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 657 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 D | CodeViewDebug.cpp | 1950 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 D | ChangeLog.apple | 383 * c-typeck.c (types_are_closure_compatible): Nested block pointer 863 * doc/extend.texi (Nested Functions): Note that on darwin nested
|
| H A D | ONEWS | 764 * 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 D | SemaStmt.cpp | 4188 Stmt *Nested) in BuildMSDependentExistsStmt() argument 4192 cast<CompoundStmt>(Nested)); in BuildMSDependentExistsStmt() 4200 Stmt *Nested) { in ActOnMSDependentExistsStmt() argument 4204 Nested); in ActOnMSDependentExistsStmt()
|
| H A D | SemaExpr.cpp | 14964 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 D | TreeTransform.h | 2067 Stmt *Nested) { in RebuildMSDependentExistsStmt() argument 2069 QualifierLoc, NameInfo, Nested); in RebuildMSDependentExistsStmt()
|
| /freebsd-12.1/stand/i386/btx/btx/ |
| H A D | btx.S | 45 .set PSL_NT,0x00004000 # Nested task flag
|
| /freebsd-12.1/contrib/gdb/gdb/doc/ |
| H A D | stabs.texinfo | 205 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 D | CodeViewYAMLTypes.cpp | 363 IO.bitSetCase(Options, "Nested", ClassOptions::Nested); in bitset()
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 246 "Enable v8.4-A Nested Virtualization Enchancement">;
|
| H A D | AArch64SystemOperands.td | 1430 // v8.4a Enhanced Support for Nested Virtualization
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | NEWS | 235 + Nested types in class templates work.
|
| H A D | ChangeLog-2000 | 6234 * 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 D | Sema.h | 4537 Stmt *Nested); 4541 Stmt *Nested);
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | extend.texi | 30 * 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
|