OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Child1
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslfold.c
512
ACPI_PARSE_OBJECT *
Child1
;
524
Child1
= Op->Asl.Child;
525
Child2 =
Child1
->Asl.Next;
569
Child1
->Asl.ParseOpName, Child2->Asl.ParseOpName);
579
Child1
->Asl.ParseOpName, Child2->Asl.ParseOpName);
594
Child2 =
Child1
;
636
Child1
->Asl.Child = NULL;
638
/* Folded constant is in ObjDesc, store into
Child1
*/
640
TrInstallReducedConstant (
Child1
, ObjDesc);
653
Child1
->Asl.Next = OriginalTarget
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp
240
Optional<TypeSourceInfo *>
Child1
= std::get<0>(Pair);
243
if (!
Child1
|| !Child2)
246
if (!IsStructurallyEquivalent(Context, (*
Child1
)->getType(),
306
Optional<TypeSourceInfo *>
Child1
= std::get<0>(Pair);
309
if (!
Child1
|| !Child2)
312
if (!IsStructurallyEquivalent(Context, (*
Child1
)->getType(),
396
Optional<const Stmt *>
Child1
= std::get<0>(Pair);
400
if (!
Child1
|| !Child2)
402
if (!IsStructurallyEquivalent(Context, *
Child1
, *Child2))
Completed in 79 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026