Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpstree.c250 ACPI_PARSE_OBJECT *PrevArg; in AcpiPsAppendArg() local
289 PrevArg = Op->Common.Value.Arg; in AcpiPsAppendArg()
290 while (PrevArg->Common.Next) in AcpiPsAppendArg()
292 PrevArg = PrevArg->Common.Next; in AcpiPsAppendArg()
294 PrevArg->Common.Next = Arg; in AcpiPsAppendArg()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp305 for (const auto &PrevArg : PrevArgs) { in ConvertTypeToDiagnosticString() local
307 if (PrevArg.first == DiagnosticsEngine::ak_qualtype) { in ConvertTypeToDiagnosticString()
309 QualType::getFromOpaquePtr(reinterpret_cast<void *>(PrevArg.second))); in ConvertTypeToDiagnosticString()