Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h562 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 DSema.h5604 Stmt *Nested);
5608 Stmt *Nested);
/freebsd-13.1/contrib/libucl/tests/basic/
H A Dcomments.in10 # Nested comments
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp65 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 DTypeDumpVisitor.cpp35 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.cpp318 CV_ENUM_CLASS_ENT(ClassOptions, Nested),
/freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,nvic.txt1 * ARM Nested Vector Interrupt Controller (NVIC)
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrSNP.td9 // 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 DNativeTypeUDT.cpp187 return (Tag->Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
H A DNativeTypeEnum.cpp315 return bool(Record->getOptions() & codeview::ClassOptions::Nested); in isNested()
/freebsd-13.1/sbin/pfctl/tests/
H A Dpfctl_test_list.inc103 PFCTL_TEST(0091, "Nested anchors")
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h209 Nested = 0x0008, enumerator
H A DTypeRecord.h435 return (Options & ClassOptions::Nested) != ClassOptions::None; in isNested()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp230 struct Nested { struct in __anoncf9387500111::WebAssemblyAsmParser
234 std::vector<Nested> NestingStack;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2598 bool Nested = false; in checkAddressSpaceCast() local
2608 if (Nested in checkAddressSpaceCast()
2614 if (!Nested) in checkAddressSpaceCast()
2621 Nested = true; in checkAddressSpaceCast()
H A DSemaStmt.cpp4548 Stmt *Nested) in BuildMSDependentExistsStmt() argument
4552 cast<CompoundStmt>(Nested)); in BuildMSDependentExistsStmt()
4560 Stmt *Nested) { in ActOnMSDependentExistsStmt() argument
4564 Nested); in ActOnMSDependentExistsStmt()
H A DSemaExpr.cpp17511 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 DTreeTransform.h2389 Stmt *Nested) { in RebuildMSDependentExistsStmt() argument
2391 QualifierLoc, NameInfo, Nested); in RebuildMSDependentExistsStmt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2063 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 DAttributes.td118 /// Nested function static chain.
/freebsd-13.1/stand/i386/btx/btx/
H A Dbtx.S45 .set PSL_NT,0x00004000 # Nested task flag
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp367 IO.bitSetCase(Options, "Nested", ClassOptions::Nested); in bitset()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1722 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 DAArch64.td285 "Enable v8.4-A Nested Virtualization Enchancement">;
H A DAArch64SystemOperands.td1522 // v8.4a Enhanced Support for Nested Virtualization

12