Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DReplaceConstant.cpp79 for (auto *Nested : C->users()) in convertUsersOfConstantsToInstructions() local
80 if (isExpandableUser(Nested)) in convertUsersOfConstantsToInstructions()
81 Stack.push_back(cast<Constant>(Nested)); in convertUsersOfConstantsToInstructions()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h602 unsigned Nested : 1;
631 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
638 Kind(ByCopy ? Cap_ByCopy : Cap_ByRef), Nested(IsNested), in Capture()
646 Nested(IsNested), CapturesThis(false), ODRUsed(false), in Capture()
659 bool isNested() const { return Nested; } in isNested()
/freebsd/contrib/libucl/tests/basic/
H A Dcomments.in14 # Nested comments
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp36 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 DEnumTables.cpp322 CV_ENUM_CLASS_ENT(ClassOptions, Nested),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp69 PUSH_FLAG(ClassOptions, Nested, Options, "is nested"); in formatClassOptions()
527 NestedTypeRecord &Nested) { in visitKnownMember() argument
528 P.format(" [name = `{0}`, parent = {1}]", Nested.Name, Nested.Type); in visitKnownMember()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,nvic.txt1 * ARM Nested Vector Interrupt Controller (NVIC)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSNP.td9 // This file describes the instructions that make up the AMD Secure Nested
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeUDT.cpp187 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
H A DNativeTypeEnum.cpp320 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
/freebsd/sys/contrib/device-tree/Bindings/
H A Dwriting-schema.rst108 additionalProperties or unevaluatedProperties. Nested nodes, so properties
124 - Nested node:
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h191 Nested = 0x0008, enumerator
H A DTypeRecord.h436 return (Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp260 struct Nested { struct in __anon9b7df71c0111::WebAssemblyAsmParser
264 std::vector<Nested> NestingStack;
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test_list.inc101 PFCTL_TEST(0091, "Nested anchors")
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2710 NestedTypeRecord &Nested, TypeIndex TI, in visitKnownMember() argument
2714 printTypeIndex("Type", Nested.getNestedType(), StreamTPI); in visitKnownMember()
2715 W.printString("Name", Nested.getName()); in visitKnownMember()
2720 Typedef->setName(Nested.getName()); in visitKnownMember()
2721 LVElement *NestedType = getElement(StreamTPI, Nested.getNestedType()); in visitKnownMember()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2694 bool Nested = false; in checkAddressSpaceCast() local
2704 if (Nested in checkAddressSpaceCast()
2711 if (!Nested) in checkAddressSpaceCast()
2718 Nested = true; in checkAddressSpaceCast()
H A DSemaStmt.cpp4511 Stmt *Nested) in BuildMSDependentExistsStmt() argument
4515 cast<CompoundStmt>(Nested)); in BuildMSDependentExistsStmt()
4523 Stmt *Nested) { in ActOnMSDependentExistsStmt() argument
4527 Nested); in ActOnMSDependentExistsStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3230 bool Nested) in NamespaceDecl() argument
3234 setNested(Nested); in NamespaceDecl()
3241 NamespaceDecl *PrevDecl, bool Nested) { in Create() argument
3243 NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id, PrevDecl, Nested); in Create()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h431 Error visitKnownMember(CVMemberRecord &Record, NestedTypeRecord &Nested,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h584 IdentifierInfo *Id, NamespaceDecl *PrevDecl, bool Nested);
599 bool Nested);
639 void setNested(bool Nested) { NamespaceDeclBits.IsNested = Nested; } in setNested() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2236 CO |= ClassOptions::Nested; in getCommonClassOptions()
2668 for (const DIType *Nested : Info.NestedTypes) { in lowerRecordFieldList() local
2669 NestedTypeRecord R(getTypeIndex(Nested), Nested->getName()); in lowerRecordFieldList()
/freebsd/stand/i386/btx/btx/
H A Dbtx.S43 .set PSL_NT,0x00004000 # Nested task flag
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp368 IO.bitSetCase(Options, "Nested", ClassOptions::Nested); in bitset()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td171 /// Nested function static chain.

12