HomeSort by: relevance | last modified time | path
    Searched defs:Child (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
ConcreteSymbolEnumerator.h 35 std::unique_ptr<PDBSymbol> Child = Enumerator->getChildAtIndex(Index);
36 return unique_dyn_cast_or_null<ChildType>(Child);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
LexicallyOrderedRecursiveASTVisitor.h 84 Decl *Child = *I;
85 if (BaseType::canIgnoreChildDeclWhileTraversingDeclContext(Child)) {
89 if (!isa<ObjCImplementationDecl>(Child) &&
90 !isa<ObjCCategoryImplDecl>(Child)) {
91 if (!BaseType::getDerived().TraverseDecl(Child))
102 Child->getEndLoc()))
107 if (!BaseType::getDerived().TraverseDecl(Child))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
ArchiveYAML.h 25 struct Child {
35 Child() {
52 Optional<std::vector<Child>> Members;
59 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::ArchYAML::Archive::Child)
69 template <> struct MappingTraits<ArchYAML::Archive::Child> {
70 static void mapping(IO &IO, ArchYAML::Archive::Child &C);
71 static std::string validate(IO &, ArchYAML::Archive::Child &C);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
ref-params.cc 25 struct Child : public Parent {
26 Child (int id0) : Parent(id0) { }
34 int f2(Child& C)
65 Child Q(42);
66 Child& QR = Q;
rvalue-ref-params.cc 28 struct Child : public Parent
30 Child (int id0) : Parent (id0) { }
40 f2 (Child &&C)
87 Child Q(40);
88 Child &QR = Q;
92 f1 (Child (41));
93 f2 (Child (42));
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
ref-params.cc 25 struct Child : public Parent {
26 Child (int id0) : Parent(id0) { }
34 int f2(Child& C)
65 Child Q(42);
66 Child& QR = Q;
rvalue-ref-params.cc 28 struct Child : public Parent
30 Child (int id0) : Parent (id0) { }
40 f2 (Child &&C)
87 Child Q(40);
88 Child &QR = Q;
92 f1 (Child (41));
93 f2 (Child (42));
  /src/sys/external/bsd/acpica/dist/parser/
pstree.c 241 /* Look for an argument or child */
302 * PARAMETERS: Op - Get the child of this Op
304 * RETURN: Child Op, Null if none is found.
314 ACPI_PARSE_OBJECT *Child = NULL;
328 Child = AcpiPsGetArg (Op, 0);
339 Child = AcpiPsGetArg (Op, 1);
345 Child = AcpiPsGetArg (Op, 2);
351 Child = AcpiPsGetArg (Op, 3);
361 return (Child);
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
InlineInfo.cpp 34 for (const auto &Child : II.Children)
35 OS << Child;
47 for (const auto &Child : II.Children) {
48 if (::getInlineStackHelper(Child, Addr, InlineStack))
65 /// Used during the InlineInfo::lookup() call to quickly skip child InlineInfo
67 /// or its children. This avoids allocations by not appending child InlineInfo
97 /// allocations by not appending child InlineInfo objects to the
129 // Child address ranges are encoded relative to the first address in the
172 /// called recursively when parsing child InlineInfo objects.
206 // Child address ranges are encoded relative to the first address in th
    [all...]
  /src/sys/external/bsd/acpica/dist/disassembler/
dmcstyle.c 226 /* Save symbol string in the next child (not peer) */
285 * works. We save the operator symbol in the first child, thus
389 * Promote the target up to the first child in the parse
893 * child of the Op.
902 ACPI_PARSE_OBJECT *Child;
905 /* Link target directly to the Op as first child */
907 Child = Op->Common.Value.Arg;
909 Target->Common.Next = Child;
913 while (Child->Common.Next != Target)
915 Child = Child->Common.Next
    [all...]
dmopcode.c 691 ACPI_PARSE_OBJECT *Child;
755 Child = Op->Common.Value.Arg;
756 if ((Child->Common.AmlOpcode == AML_LOGICAL_EQUAL_OP) ||
757 (Child->Common.AmlOpcode == AML_LOGICAL_GREATER_OP) ||
758 (Child->Common.AmlOpcode == AML_LOGICAL_LESS_OP))
760 Child->Common.DisasmOpcode = ACPI_DASM_LNOT_SUFFIX;
949 Child = Op->Common.Value.Arg;
951 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP)
955 Aml = Child->Named.Data;
956 Length = (UINT32) Child->Common.Value.Integer
    [all...]
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsfield.c 331 ACPI_PARSE_OBJECT *Child;
418 Child = Arg->Common.Value.Arg;
419 if (Child->Common.AmlOpcode == AML_INT_BYTELIST_OP)
421 Info->ResourceBuffer = Child->Named.Data;
422 Info->ResourceLength = (UINT16) Child->Named.Value.Integer;
429 Child->Common.Value.Name, ACPI_TYPE_ANY,
435 Child->Common.Value.Name, Status);
  /src/sys/external/bsd/acpica/dist/compiler/
aslcodegen.c 184 /* 11 */ Op->Asl.Child,
435 ACPI_PARSE_OBJECT *Child;
444 Child = Op->Asl.Child;
448 Child = Child->Asl.Next;
460 ACPI_COPY_NAMESEG (AcpiGbl_TableSig, Child->Asl.Value.String);
461 Child->Asl.Value.String = ACPI_SIG_XXXX;
464 ACPI_COPY_NAMESEG (AslGbl_TableHeader.Signature, Child->Asl.Value.String);
468 Child = Child->Asl.Next
    [all...]
aslparseop.c 59 * ... - A list of child ops to link to the new
64 * DESCRIPTION: Create a new parse op and link together a list of child
76 ACPI_PARSE_OBJECT *Child;
90 "\nCreateOp Ln/Col %u/%u NewParent %p Child %u Op %s ",
133 /* Get the next child */
135 Child = va_arg (ap, ACPI_PARSE_OBJECT *);
136 DbgPrint (ASL_PARSE_OUTPUT, "%p, ", Child);
139 * If child is NULL, this means that an optional argument
144 if (!Child)
146 Child = TrAllocateOp (PARSEOP_DEFAULT_ARG)
    [all...]
asltree.c 340 * ... - A list of child ops to link to the new
355 ACPI_PARSE_OBJECT *Child;
369 "\nLinkChildren Line [%u to %u] NewParent %p Child %u Op %s ",
439 Child = va_arg (ap, ACPI_PARSE_OBJECT *);
441 if ((Child == PrevChild) && (Child != NULL))
443 AslError (ASL_WARNING, ASL_MSG_COMPILER_INTERNAL, Child,
444 "Child op list invalid");
449 DbgPrint (ASL_PARSE_OUTPUT, "%p, ", Child);
452 * If child is NULL, this means that an optional argumen
    [all...]
aslexternal.c 92 ACPI_PARSE_OBJECT *ExternTypeOp = Op->Asl.Child->Asl.Next;
94 ACPI_PARSE_OBJECT *NameOp = Op->Asl.Child;
121 if (TypeOp->Asl.Child)
125 (void) MtProcessTypeOp (TypeOp->Asl.Child);
137 if (TypeOp->Asl.Child)
139 ParamCount = MtProcessParameterTypeList (TypeOp->Asl.Child, ParamTypes);
148 ArgCountOp = Op->Asl.Child->Asl.Next->Asl.Next;
170 ExistingNameOp = Existing->Asl.Child->Asl.Child;
185 ExistingArgCount = Existing->Asl.Child->Asl.Child->Asl.Next->Asl.Next
    [all...]
aslload.c 172 ACPI_PARSE_OBJECT *Child = NULL;
201 Child = UtGetArg (Op, 6);
206 Child = UtGetArg (Op, 5);
211 Child = UtGetArg (Op, 4);
223 while (Child)
225 switch (Child->Asl.AmlOpcode)
235 Child->Asl.Value.String,
244 AslError (ASL_ERROR, ASL_MSG_CORE_EXCEPTION, Child,
245 Child->Asl.Value.String);
262 AslDualParseOpError (ASL_ERROR, ASL_MSG_NAME_EXISTS, Child,
    [all...]
aslopcodes.c 158 ACPI_PARSE_OBJECT *Child;
172 Child = Op->Asl.Child;
173 Child = Child->Asl.Next;
174 Child = Child->Asl.Next;
178 AcpiUtSetIntegerWidth ((UINT8) Child->Asl.Value.Integer);
340 TypeOp = Op->Asl.Child;
342 /* First child is the access type *
    [all...]
cvparser.c 550 * PARAMETERS: ChildFile - contains the filename of the child file
555 * DESCRIPTION: Point the parent pointer of the Child to the node that
565 ACPI_FILE_NODE *Child;
569 Child = CvFilenameExists (ChildFile, AcpiGbl_FileTreeRoot);
572 if (Child && Parent)
574 Child->Parent = Parent;
576 while (Child->Parent)
578 if (Child->Parent->FileEnd < Child->FileStart)
580 Child->Parent->FileEnd = Child->FileStart
    [all...]
aslerror.c 533 ASL_ERROR_MSG *Child = Enode->SubError;
614 while (Child)
617 AePrintSubError (OutputFile, Child);
618 Child = Child->SubError;
asloperands.c 118 Next = Op->Asl.Child;
158 Next = Op->Asl.Child;
296 PkgLengthNode = Next->Asl.Child;
306 PkgLengthNode = Next->Asl.Child;
377 PkgLengthNode = Next->Asl.Child;
458 /* First child is field name */
460 Next = Op->Asl.Child;
462 /* Second child is the AccessType */
488 /* First child is the index name */
490 Next = Op->Asl.Child;
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/TableGen/
ClangASTNodesEmitter.cpp 99 ASTNode Child = i->second;
100 bool Abstract = Child.isAbstract();
101 std::string NodeName = macroName(std::string(Child.getName()));
109 OS << NodeName << "(" << Child.getName() << ", " << baseName(Base) << ")";
113 auto Result = EmitNode(OS, Child);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
Twine.h 64 /// - If a Twine has another Twine as a child, that child should always be
136 union Child
156 Child LHS;
160 Child RHS;
182 explicit Twine(Child LHS, NodeKind LHSKind, Child RHS, NodeKind RHSKind)
227 // A twine child should always be binary.
244 /// Print one child from a twine.
245 void printOneChild(raw_ostream &OS, Child Ptr, NodeKind Kind) const
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Archive.h 87 class Child {
101 Child(const Archive *Parent, const char *Start, Error *Err);
102 Child(const Archive *Parent, StringRef Data, uint16_t StartOfFile);
104 bool operator ==(const Child &other) const {
110 Expected<Child> getNext() const;
147 Child C;
150 ChildFallibleIterator() : C(Child(nullptr, nullptr, nullptr)) {}
151 ChildFallibleIterator(const Child &C) : C(C) {}
153 const Child *operator->() const { return &C; }
154 const Child &operator*() const { return C;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
ExecutionUtils.cpp 358 auto Child = Archive->findSym(*Name);
359 if (!Child)
360 return Child.takeError();
361 if (*Child == None)
363 auto ChildBuffer = (*Child)->getMemoryBufferRef();

Completed in 71 milliseconds

1 2