| /freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ReplaceConstant.cpp | 76 for (auto *Nested : C->users()) in convertUsersOfConstantsToInstructions() 77 if (isExpandableUser(Nested)) in convertUsersOfConstantsToInstructions() 78 Stack.push_back(cast<Constant>(Nested)); in convertUsersOfConstantsToInstructions() 65 for (auto *Nested : C->users()) convertUsersOfConstantsToInstructions() local
|
| /freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 602 unsigned Nested : 1; 631 Nested(IsNested), CapturesThis(false), ODRUsed(false), 638 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in isReferenceCapture() 646 Nested(IsNested), CapturesThis(false), ODRUsed(false), 659 bool isNested() const { return Nested; } in getVariable() 589 unsigned Nested : 1; global() variable
|
| /freebsd-src/contrib/libucl/tests/basic/ |
| H A D | comments.in | 10 # Nested comments
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 69 PUSH_FLAG(ClassOptions, Nested, Options, "is nested"); in formatClassOptions() 527 NestedTypeRecord &Nested) { in visitKnownMember() 528 P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type); in visitKnownMember() 526 visitKnownMember(CVMemberRecord & CVR,NestedTypeRecord & Nested) visitKnownMember() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 36 ENUM_ENTRY(ClassOptions, Nested), 466 NestedTypeRecord &Nested) { in visitKnownMember() 467 printTypeIndex("Type", Nested.getNestedType()); in visitKnownMember() 468 W->printString("Name", Nested.getName()); in visitKnownMember() 465 visitKnownMember(CVMemberRecord & CVR,NestedTypeRecord & Nested) visitKnownMember() argument
|
| H A D | EnumTables.cpp | 322 CV_ENUM_CLASS_ENT(ClassOptions, Nested),
|
| /freebsd-src/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | arm,nvic.txt | 1 * ARM Nested Vector Interrupt Controller (NVIC)
|
| /freebsd-src/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-src/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-src/sbin/pfctl/tests/ |
| H A D | pfctl_test_list.inc | 101 PFCTL_TEST(0091, "Nested anchors")
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 218 Nested = 0x0008, 211 Nested = 0x0008, global() enumerator
|
| H A D | TypeRecord.h | 436 return (Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
|
| /freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
| H A D | WebAssemblyAsmParser.cpp | 227 struct Nested { 231 std::vector<Nested> NestingStack; argument 230 struct Nested { global() struct in __anon507efb2e0111::WebAssemblyAsmParser 232 Sig__anon507efb2e0111::WebAssemblyAsmParser::Nested global() argument
|
| /freebsd-src/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3005 bool Nested) in getMostRecentDeclImpl() 3009 setNested(Nested); 3016 NamespaceDecl *PrevDecl, bool Nested) { in getPreviousDeclImpl() 3018 NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id, PrevDecl, Nested); in getMostRecentDeclImpl() 2952 NamespaceDecl(ASTContext & C,DeclContext * DC,bool Inline,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,NamespaceDecl * PrevDecl,bool Nested) NamespaceDecl() argument 2970 Create(ASTContext & C,DeclContext * DC,bool Inline,SourceLocation StartLoc,SourceLocation IdLoc,IdentifierInfo * Id,NamespaceDecl * PrevDecl,bool Nested) Create() argument
|
| /freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 2012 // Nested types will be added to their parents at creation. The forward in visitKnownRecord() 2084 // Nested types will be added to their parents at creation. in visitKnownRecord() 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-src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCast.cpp | 2662 bool Nested = false; in checkAddressSpaceCast() 2672 if (Nested in checkAddressSpaceCast() 2678 if (!Nested) in checkAddressSpaceCast() 2685 Nested = true; in ShouldSplatAltivecScalarInCast() 2653 bool Nested = false; checkAddressSpaceCast() local
|
| H A D | SemaStmt.cpp | 4379 Stmt *Nested) in CatchHandlerType() 4383 cast<CompoundStmt>(Nested)); 4391 Stmt *Nested) { in CatchHandlerType() 4395 Nested); 4677 BuildMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,NestedNameSpecifierLoc QualifierLoc,DeclarationNameInfo NameInfo,Stmt * Nested) BuildMSDependentExistsStmt() argument 4689 ActOnMSDependentExistsStmt(SourceLocation KeywordLoc,bool IsIfExists,CXXScopeSpec & SS,UnqualifiedId & Name,Stmt * Nested) ActOnMSDependentExistsStmt() argument
|
| H A D | SemaExpr.cpp | 18376 const bool Nested, Sema &S, bool Invalid) { in CheckForImmediateInvocation() 18434 BSI->addCapture(Var, HasBlocksAttr, ByRef, Nested, Loc, SourceLocation(), 18753 bool Nested = false; in funcHasParameterSizeMangling() 18800 if (isVariableAlreadyCapturedInScopeInfo(CSI, Var, Nested, CaptureType, in CheckCompleteParameterTypesForMangler() 18895 Nested = !IsTargetCap; in MarkFunctionReferenced() 18962 DeclRefType, Nested, *this, Invalid); in MarkFunctionReferenced() 18963 Nested = true; in MarkFunctionReferenced() 18966 RSI, Var, ExprLoc, BuildAndDiagnose, CaptureType, DeclRefType, Nested, in MarkFunctionReferenced() 18968 Nested = true; in MarkFunctionReferenced() 18973 DeclRefType, Nested, Kin in MarkFunctionReferenced() 19390 captureInBlock(BlockScopeInfo * BSI,ValueDecl * Var,SourceLocation Loc,const bool BuildAndDiagnose,QualType & CaptureType,QualType & DeclRefType,const bool Nested,Sema & S,bool Invalid) captureInBlock() argument 19767 bool Nested = false; tryCaptureVariable() local [all...] |
| /freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Decl.h | 560 IdentifierInfo *Id, NamespaceDecl *PrevDecl, bool Nested); 575 bool Nested); 615 void setNested(bool Nested) { NamespaceDeclBits.IsNested = Nested; } in setInline() 632 setNested(bool Nested) setNested() argument
|
| /freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 431 Error visitKnownMember(CVMemberRecord &Record, NestedTypeRecord &Nested,
|
| /freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 145 /// Nested function static chain.
|
| /freebsd-src/stand/i386/btx/btx/ |
| H A D | btx.S | 43 .set PSL_NT,0x00004000 # Nested task flag
|
| /freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 368 IO.bitSetCase(Options, "Nested", ClassOptions::Nested); in bitset()
|