Home
last modified time | relevance | path

Searched refs:Child1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslfold.c620 ACPI_PARSE_OBJECT *Child1; in TrTransformToStoreOp() local
632 Child1 = Op->Asl.Child; in TrTransformToStoreOp()
633 Child2 = Child1->Asl.Next; in TrTransformToStoreOp()
677 Child1->Asl.ParseOpName, Child2->Asl.ParseOpName); in TrTransformToStoreOp()
687 Child1->Asl.ParseOpName, Child2->Asl.ParseOpName); in TrTransformToStoreOp()
702 Child2 = Child1; in TrTransformToStoreOp()
744 Child1->Asl.Child = NULL; in TrTransformToStoreOp()
748 TrInstallReducedConstant (Child1, ObjDesc); in TrTransformToStoreOp()
761 Child1->Asl.Next = OriginalTarget; in TrTransformToStoreOp()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp254 std::optional<TypeSourceInfo *> Child1 = std::get<0>(Pair); in IsStmtEquivalent() local
257 if (!Child1 || !Child2) in IsStmtEquivalent()
260 if (!IsStructurallyEquivalent(Context, (*Child1)->getType(), in IsStmtEquivalent()
337 std::optional<TypeSourceInfo *> Child1 = std::get<0>(Pair); in IsStmtEquivalent() local
340 if (!Child1 || !Child2) in IsStmtEquivalent()
343 if (!IsStructurallyEquivalent(Context, (*Child1)->getType(), in IsStmtEquivalent()
510 std::optional<const Stmt *> Child1 = std::get<0>(Pair); in IsStructurallyEquivalent() local
514 if (!Child1 || !Child2) in IsStructurallyEquivalent()
516 if (!IsStructurallyEquivalent(Context, *Child1, *Child2)) in IsStructurallyEquivalent()