Lines Matching refs:Parent
414 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
459 (Op->Asl.Parent->Asl.ParseOpcode != PARSEOP_OBJECTTYPE))
480 ACPI_WARNING ((AE_INFO, "%p, No parent method", Op));
507 Next = Op->Asl.Parent;
514 Next = Next->Asl.Parent;
1035 * If the parent is a predefined method name, attempt to typecheck
1041 * The parent block does not "exit" and continue execution -- the
1044 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
1084 * has no exit either. Therefore, the parent node has no exit.
1086 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;
1094 (Op->Asl.Parent))
1096 /* If this node has no exit, then the parent has no exit either */
1098 Op->Asl.Parent->Asl.CompileFlags |= OP_HAS_NO_EXIT;