Home
last modified time | relevance | path

Searched refs:Named (Results 1 – 25 of 50) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td17 def Named : DeclNode<Decl, "named declarations", 1>;
19 def UsingDirective : DeclNode<Named>;
20 def NamespaceAlias : DeclNode<Named>;
21 def Label : DeclNode<Named, "labels">;
22 def Type : DeclNode<Named, "types", 1>;
66 def Template : DeclNode<Named, "templates", 1>;
75 def BaseUsing : DeclNode<Named, "", 1>;
78 def UsingPack : DeclNode<Named>;
79 def UsingShadow : DeclNode<Named>;
81 def UnresolvedUsingIfExists : DeclNode<Named>;
[all …]
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c518 Op->Named.Path = Path; in AcpiDsLoad1BeginOp()
528 Op->Named.Name = Node->Name.Integer; in AcpiDsLoad1BeginOp()
627 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length, in AcpiDsLoad1EndOp()
638 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length, in AcpiDsLoad1EndOp()
691 AcpiDmAddOpToExternalList (Op, Op->Named.Path, (UINT8)ObjectType, ParamCount, in AcpiDsLoad1EndOp()
714 WalkState, Op, Op->Named.Node)); in AcpiDsLoad1EndOp()
716 if (!AcpiNsGetAttachedObject (Op->Named.Node)) in AcpiDsLoad1EndOp()
718 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node); in AcpiDsLoad1EndOp()
725 Status = AcpiExCreateMethod (Op->Named.Data, in AcpiDsLoad1EndOp()
726 Op->Named.Length, WalkState); in AcpiDsLoad1EndOp()
H A Ddswload2.c239 BufferPtr = ACPI_CAST_PTR (char, &Op->Named.Name); in AcpiDsLoad2BeginOp()
281 if (Op && (Op->Named.Node == AcpiGbl_RootNode)) in AcpiDsLoad2BeginOp()
283 Node = Op->Named.Node; in AcpiDsLoad2BeginOp()
498 Op->Named.Name = Node->Name.Integer; in AcpiDsLoad2BeginOp()
766 Status = AcpiExCreateRegion (Op->Named.Data, in AcpiDsLoad2EndOp()
767 Op->Named.Length, RegionSpace, WalkState); in AcpiDsLoad2EndOp()
819 WalkState, Op, Op->Named.Node)); in AcpiDsLoad2EndOp()
821 if (!AcpiNsGetAttachedObject (Op->Named.Node)) in AcpiDsLoad2EndOp()
823 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node); in AcpiDsLoad2EndOp()
831 Op->Named.Data, Op->Named.Length, WalkState); in AcpiDsLoad2EndOp()
H A Ddsobject.c336 ByteList = Arg->Named.Next; in AcpiDsBuildInternalBufferObj()
385 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data, in AcpiDsBuildInternalBufferObj()
514 ObjDesc->Buffer.AmlStart = Op->Named.Data; in AcpiDsInitObjectFromOp()
515 ObjDesc->Buffer.AmlLength = Op->Named.Length; in AcpiDsInitObjectFromOp()
529 if (!Op->Named.Data) in AcpiDsInitObjectFromOp()
534 ObjDesc->Package.AmlStart = Op->Named.Data; in AcpiDsInitObjectFromOp()
535 ObjDesc->Package.AmlLength = Op->Named.Length; in AcpiDsInitObjectFromOp()
H A Ddsfield.c394 SecondDesc->Extra.AmlStart = Op->Named.Data; in AcpiDsCreateBufferField()
395 SecondDesc->Extra.AmlLength = Op->Named.Length; in AcpiDsCreateBufferField()
529 Info->ResourceBuffer = Child->Named.Data; in AcpiDsGetFieldNames()
530 Info->ResourceLength = (UINT16) Child->Named.Value.Integer; in AcpiDsGetFieldNames()
554 (char *) &Arg->Named.Name, Info->FieldType, in AcpiDsGetFieldNames()
560 (char *) &Arg->Named.Name, Status); in AcpiDsGetFieldNames()
815 (char *) &Arg->Named.Name, Type, ACPI_IMODE_LOAD_PASS1, in AcpiDsInitFieldObjects()
820 (char *) &Arg->Named.Name, Status); in AcpiDsInitFieldObjects()
H A Ddswexec.c455 Op->Named.Node, Op->Named.Node->Type, WalkState); in AcpiDsExecBeginOp()
757 Op, Op->Named.Value.Arg, Op->Common.Parent->Common.AmlOpcode)); in AcpiDsExecEndOp()
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsloop.c293 Op->Named.Data = WalkState->ParserState.Aml; in AcpiPsGetArguments()
294 Op->Named.Length = (UINT32) in AcpiPsGetArguments()
319 Op->Named.Data = AmlOpStart; in AcpiPsGetArguments()
320 Op->Named.Length = (UINT32) in AcpiPsGetArguments()
630 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named.Data); in AcpiPsParseLoop()
642 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named.Data); in AcpiPsParseLoop()
652 Op->Named.Length = (UINT32) (ParserState->Aml - Op->Named.Data); in AcpiPsParseLoop()
H A Dpsutils.c187 ScopeOp->Named.Name = ACPI_ROOT_NAME; in AcpiPsCreateScopeOp()
381 return (Op->Named.Name); in AcpiPsGetName()
401 Op->Named.Name = name; in AcpiPsSetName()
H A Dpsobject.c406 (*Op)->Named.Aml = UnnamedOp->Common.Aml; in AcpiPsBuildNamedOp()
429 (*Op)->Named.Data = AmlOpStart; in AcpiPsBuildNamedOp()
430 (*Op)->Named.Length = 0; in AcpiPsBuildNamedOp()
528 Op->Named.Data = AmlOpStart; in AcpiPsCreateOp()
529 Op->Named.Length = 0; in AcpiPsCreateOp()
538 Op->Named.Data = AmlOpStart; in AcpiPsCreateOp()
539 Op->Named.Length = 0; in AcpiPsCreateOp()
H A Dpswalk.c204 if (Op->Named.AmlOpcode == AML_INT_NAMEPATH_OP) in AcpiPsDeleteParseTree()
208 if (Op->Named.AmlOpcode == AML_STRING_OP) in AcpiPsDeleteParseTree()
H A Dpsparse.c354 ReplacementOp->Named.Data = Op->Named.Data; in AcpiPsCompleteThisOp()
355 ReplacementOp->Named.Length = Op->Named.Length; in AcpiPsCompleteThisOp()
H A Dpsargs.c838 Arg->Named.Value.Size = BufferLength; in AcpiPsGetNextField()
839 Arg->Named.Data = ParserState->Aml; in AcpiPsGetNextField()
988 Arg->Named.Data = ParserState->Aml; in AcpiPsGetNextArg()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DExtractGV.cpp56 : Named(GVs.begin(), GVs.end()), deleteStuff(deleteS), in ExtractGVPass()
73 bool Delete = deleteStuff == (bool)Named.count(&GV) && in run()
93 bool Delete = deleteStuff == (bool)Named.count(&F) && !F.isDeclaration(); in run()
110 bool Delete = deleteStuff == (bool)Named.count(&GA); in run()
133 bool Delete = deleteStuff == (bool)Named.count(&IF); in run()
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmdeferred.c217 Op, Op->Named.Data, Op->Named.Length); in AcpiDmParseDeferredOps()
290 Op->Common.AmlOpName, (char *) &Op->Named.Name)); in AcpiDmDeferredParse()
H A Ddmbuffer.c314 ByteData = Op->Named.Data; in AcpiDmByteList()
418 ByteData = NextOp->Named.Data; in AcpiDmIsUuidBuffer()
474 Data = ACPI_CAST_PTR (UINT8, Op->Named.Data); in AcpiDmUuid()
546 ByteData = NextOp->Named.Data; in AcpiDmIsUnicodeBuffer()
626 ByteData = NextOp->Named.Data; in AcpiDmIsStringBuffer()
988 WordData = ACPI_CAST_PTR (UINT16, Op->Named.Data); in AcpiDmUnicode()
H A Ddmopcode.c372 NameString = ACPI_CAST_PTR (char, &Op->Named.Name); in AcpiDmPredefinedDescription()
993 Length = AcpiDmDumpName (Op->Named.Name); in AcpiDmDisassembleOneOp()
1055 Aml = Child->Named.Data; in AcpiDmDisassembleOneOp()
/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbutils.c552 WalkState->ParserState.AmlStart = Method->Named.Data; in AcpiDbSecondPassParse()
554 WalkState->ParserState.PkgEnd = Method->Named.Data + in AcpiDbSecondPassParse()
555 Method->Named.Length; in AcpiDbSecondPassParse()
/freebsd/sys/contrib/dev/acpica/common/
H A Dadwalk.c550 ACPI_CAST_PTR (char, &Op->Named.Name)); in AcpiDmDumpDescending()
556 ACPI_CAST_PTR (char, &Op->Named.Name), in AcpiDmDumpDescending()
786 Path = Op->Named.Path; in AcpiDmLoadDescendingOp()
790 *ACPI_CAST_PTR (UINT32, &FieldPath[0]) = Op->Named.Name; in AcpiDmLoadDescendingOp()
939 Path = Op->Named.Path; in AcpiDmXrefDescendingOp()
H A Ddmswitch.c205 Temp = (char *) (&Op->Named.Name); in AcpiDmProcessSwitch()
249 if (!strncmp(Temp, (char *) (&Current->Op->Named.Name), 4)) in AcpiDmProcessSwitch()
H A Ddmrestag.c788 AML_RESOURCE, &Op->Named.Data[ResourceNode->Value]); in AcpiGetTagPathname()
1167 AcpiUtWalkAmlResources (NULL, (UINT8 *) NextOp->Named.Data, in AcpiDmAddResourcesToNamespace()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DExtractGV.h19 SetVector<GlobalValue *> Named;
/freebsd/crypto/openssl/providers/common/der/
H A DSM2.asn116 -- Named Elliptic Curves of SM2
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCV.td18 // Named operands for CSR instructions.
/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexprep.c690 Info->DataRegisterNode)->Named.Data; in AcpiExPrepFieldValue()
692 Info->DataRegisterNode)->Named.Length; in AcpiExPrepFieldValue()
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dopp-v2-base.yaml211 Named opp-microvolt property. This is exactly similar to the above
227 Named opp-microamp property. Similar to opp-microvolt-<name> property,
235 Named opp-microwatt property. Similar to opp-microamp-<name> property,

12