Searched refs:FieldNode (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObject.h85 class FieldNode { class in namespace:clang::ento
91 /* non-virtual */ ~FieldNode() = default;
94 FieldNode(const FieldRegion *FR) : FR(FR) {} function in class:clang::ento::FieldNode
97 // this interface to only store references to FieldNode objects in containers.
98 FieldNode() = delete;
99 FieldNode(const FieldNode &) = delete;
100 FieldNode(FieldNode &&) = delete;
101 FieldNode
[all...]
H A DUninitializedPointee.cpp29 class LocField final : public FieldNode {
35 : FieldNode(FR), IsDereferenced(IsDereferenced) {}
60 class NeedsCastLocField final : public FieldNode {
65 : FieldNode(FR), CastBackType(T) {}
91 class CyclicLocField final : public FieldNode {
94 CyclicLocField(const FieldRegion *FR) : FieldNode(FR) {}
H A DUninitializedObjectChecker.cpp56 class RegularField final : public FieldNode {
58 RegularField(const FieldRegion *FR) : FieldNode(FR) {}
75 /// Represents that the FieldNode that comes after this is declared in a base
76 /// of the previous FieldNode. As such, this descendant doesn't wrap a
79 class BaseClass final : public FieldNode {
83 BaseClass(const QualType &T) : FieldNode(nullptr), BaseClassT(T) {
397 for (const FieldNode &Node : Chain) {
428 const FieldNode &LastField = getHead();
433 for (const FieldNode &Node : Chain)
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexprep.c589 ObjDesc->CommonField.Node = Info->FieldNode;
761 Info->FieldNode, ObjDesc, AcpiNsGetType (Info->FieldNode));
765 Info->FieldNode, AcpiUtGetNodeName (Info->FieldNode), ObjDesc));
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c556 WalkState, &Info->FieldNode);
565 Arg->Common.Node = Info->FieldNode;
574 if (!AcpiNsGetAttachedObject (Info->FieldNode))
582 NamePath = AcpiNsGetExternalPathname (Info->FieldNode);
586 AcpiNsGetAttachedObject (Info->FieldNode),
604 ACPI_CAST_PTR (char, &Info->FieldNode->Name)));
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Daclocal.h413 ACPI_NAMESPACE_NODE *FieldNode; member in struct:acpi_create_field_info

Completed in 176 milliseconds