| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ReplaceConstant.cpp | 65 for (auto *Nested : C->users()) in convertUsersOfConstantsToInstructions() local 66 if (isExpandableUser(Nested)) in convertUsersOfConstantsToInstructions() 67 Stack.push_back(cast<Constant>(Nested)); in convertUsersOfConstantsToInstructions()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 589 unsigned Nested : 1; variable 614 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture() 621 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture() 629 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture() 642 bool isNested() const { return Nested; } in isNested()
|
| /freebsd-14.2/contrib/libucl/tests/basic/ |
| H A D | comments.in | 10 # Nested comments
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 69 PUSH_FLAG(ClassOptions, Nested, Options, "is nested"); in formatClassOptions() 526 NestedTypeRecord &Nested) { in visitKnownMember() argument 527 P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type); in visitKnownMember()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 36 ENUM_ENTRY(ClassOptions, Nested), 465 NestedTypeRecord &Nested) { in visitKnownMember() argument 466 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember() 467 W->printString("Name", Nested.getName()); in visitKnownMember()
|
| H A D | EnumTables.cpp | 319 CV_ENUM_CLASS_ENT(ClassOptions, Nested),
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | arm,nvic.txt | 1 * ARM Nested Vector Interrupt Controller (NVIC)
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/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 | 320 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
|
| /freebsd-14.2/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 101 PFCTL_TEST(0091, "Nested anchors")
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 211 Nested = 0x0008, enumerator
|
| H A D | TypeRecord.h | 436 return (Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 230 struct Nested { struct in __anon31ff30920111::WebAssemblyAsmParser 234 std::vector<Nested> NestingStack;
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 2952 bool Nested) in NamespaceDecl() argument 2958 if (Nested) in NamespaceDecl() 2970 NamespaceDecl *PrevDecl, bool Nested) { in Create() argument 2972 NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id, PrevDecl, Nested); in Create()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 2715 NestedTypeRecord &Nested, TypeIndex TI, in visitKnownMember() argument 2719 printTypeIndex("Type", Nested.getNestedType(), StreamTPI); in visitKnownMember() 2720 W.printString("Name", Nested.getName()); in visitKnownMember() 2725 Typedef->setName(Nested.getName()); in visitKnownMember() 2726 LVElement *NestedType = getElement(StreamTPI, Nested.getNestedType()); in visitKnownMember()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 2653 bool Nested = false; in checkAddressSpaceCast() local 2663 if (Nested in checkAddressSpaceCast() 2669 if (!Nested) in checkAddressSpaceCast() 2676 Nested = true; in checkAddressSpaceCast()
|
| H A D | SemaStmt.cpp | 4677 Stmt *Nested) in BuildMSDependentExistsStmt() argument 4681 cast<CompoundStmt>(Nested)); in BuildMSDependentExistsStmt() 4689 Stmt *Nested) { in ActOnMSDependentExistsStmt() argument 4693 Nested); in ActOnMSDependentExistsStmt()
|
| H A D | SemaExpr.cpp | 19390 const bool Nested, Sema &S, bool Invalid) { in captureInBlock() argument 19448 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), in captureInBlock() 19767 bool Nested = false; in tryCaptureVariable() local 19814 if (isVariableAlreadyCapturedInScopeInfo(CSI, Var, Nested, CaptureType, in tryCaptureVariable() 19899 Nested = !IsTargetCap; in tryCaptureVariable() 19966 DeclRefType, Nested, *this, Invalid); in tryCaptureVariable() 19967 Nested = true; in tryCaptureVariable() 19970 RSI, Var, ExprLoc, BuildAndDiagnose, CaptureType, DeclRefType, Nested, in tryCaptureVariable() 19972 Nested = true; in tryCaptureVariable() 19977 DeclRefType, Nested, Kind, EllipsisLoc, in tryCaptureVariable() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 567 IdentifierInfo *Id, NamespaceDecl *PrevDecl, bool Nested); 582 bool Nested); 632 void setNested(bool Nested) { in setNested() argument 634 if (Nested) in setNested()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 431 Error visitKnownMember(CVMemberRecord &Record, NestedTypeRecord &Nested,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | CodeViewDebug.cpp | 2222 CO |= ClassOptions::Nested; in getCommonClassOptions() 2654 for (const DIType *Nested : Info.NestedTypes) { in lowerRecordFieldList() local 2655 NestedTypeRecord R(getTypeIndex(Nested), Nested->getName()); in lowerRecordFieldList()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 133 /// Nested function static chain.
|
| /freebsd-14.2/stand/i386/btx/btx/ |
| H A D | btx.S | 43 .set PSL_NT,0x00004000 # Nested task flag
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 367 IO.bitSetCase(Options, "Nested", ClassOptions::Nested); in bitset()
|