HomeSort by: relevance | last modified time | path
    Searched defs:StartNode (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exconfig.c 136 ACPI_NAMESPACE_NODE *StartNode;
201 StartNode = WalkState->ScopeInfo->Scope.Node;
212 Status = AcpiNsGetNodeUnlocked (StartNode,
232 StartNode = ParentNode;
237 Status = AcpiNsGetNodeUnlocked (StartNode,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ValistChecker.cpp 284 const ExplodedNode *StartNode = getStartCallSite(N, Reg);
287 if (const Stmt *StartCallStmt = StartNode->getStmtForDiagnostics())
289 StartCallStmt, C.getSourceManager(), StartNode->getLocationContext());
301 StartNode->getLocationContext()->getDecl());
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1117 struct acpi_namespace_node *StartNode;

Completed in 19 milliseconds