| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 562 unsigned Nested : 1; variable 586 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture() 593 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture() 601 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture() 614 bool isNested() const { return Nested; } in isNested()
|
| H A D | Sema.h | 5604 Stmt *Nested); 5608 Stmt *Nested);
|
| /freebsd-13.1/contrib/libucl/tests/basic/ |
| H A D | comments.in | 10 # Nested comments
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 65 PUSH_FLAG(ClassOptions, Nested, Options, "is nested"); in formatClassOptions() 522 NestedTypeRecord &Nested) { in visitKnownMember() argument 523 P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type); in visitKnownMember()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 35 ENUM_ENTRY(ClassOptions, Nested), 466 NestedTypeRecord &Nested) { in visitKnownMember() argument 467 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember() 468 W->printString("Name", Nested.getName()); in visitKnownMember()
|
| H A D | EnumTables.cpp | 318 CV_ENUM_CLASS_ENT(ClassOptions, Nested),
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | arm,nvic.txt | 1 * ARM Nested Vector Interrupt Controller (NVIC)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrSNP.td | 9 // This file describes the instructions that make up the AMD Secure Nested
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeUDT.cpp | 187 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
|
| H A D | NativeTypeEnum.cpp | 315 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
|
| /freebsd-13.1/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 103 PFCTL_TEST(0091, "Nested anchors")
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 209 Nested = 0x0008, enumerator
|
| H A D | TypeRecord.h | 435 return (Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 230 struct Nested { struct in __anoncf9387500111::WebAssemblyAsmParser 234 std::vector<Nested> NestingStack;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 2598 bool Nested = false; in checkAddressSpaceCast() local 2608 if (Nested in checkAddressSpaceCast() 2614 if (!Nested) in checkAddressSpaceCast() 2621 Nested = true; in checkAddressSpaceCast()
|
| H A D | SemaStmt.cpp | 4548 Stmt *Nested) in BuildMSDependentExistsStmt() argument 4552 cast<CompoundStmt>(Nested)); in BuildMSDependentExistsStmt() 4560 Stmt *Nested) { in ActOnMSDependentExistsStmt() argument 4564 Nested); in ActOnMSDependentExistsStmt()
|
| H A D | SemaExpr.cpp | 17511 const bool Nested, in captureInBlock() argument 17570 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock() 17865 bool Nested = false; in tryCaptureVariable() local 17891 if (isVariableAlreadyCapturedInScopeInfo(CSI, Var, Nested, CaptureType, in tryCaptureVariable() 17968 Nested = !IsTargetCap; in tryCaptureVariable() 18035 DeclRefType, Nested, *this, Invalid); in tryCaptureVariable() 18036 Nested = true; in tryCaptureVariable() 18039 RSI, Var, ExprLoc, BuildAndDiagnose, CaptureType, DeclRefType, Nested, in tryCaptureVariable() 18041 Nested = true; in tryCaptureVariable() 18046 DeclRefType, Nested, Kind, EllipsisLoc, in tryCaptureVariable() [all …]
|
| H A D | TreeTransform.h | 2389 Stmt *Nested) { in RebuildMSDependentExistsStmt() argument 2391 QualifierLoc, NameInfo, Nested); in RebuildMSDependentExistsStmt()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2063 CO |= ClassOptions::Nested; in getCommonClassOptions() 2494 for (const DIType *Nested : Info.NestedTypes) { in lowerRecordFieldList() local 2495 NestedTypeRecord R(getTypeIndex(Nested), Nested->getName()); in lowerRecordFieldList()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 118 /// Nested function static chain.
|
| /freebsd-13.1/stand/i386/btx/btx/ |
| H A D | btx.S | 45 .set PSL_NT,0x00004000 # Nested task flag
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 367 IO.bitSetCase(Options, "Nested", ClassOptions::Nested); in bitset()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 1722 CanonicalLoopInfo *Nested = Loops[i + 1]; in tileLoops() local 1725 BasicBlock *ExitBB = Nested->getHeader(); in tileLoops()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 285 "Enable v8.4-A Nested Virtualization Enchancement">;
|
| H A D | AArch64SystemOperands.td | 1522 // v8.4a Enhanced Support for Nested Virtualization
|