Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCount.cpp134 auto *CountArg = find_if( in tryAnnotationCount() local
136 assert(CountArg != Remark.Args.end() && in tryAnnotationCount()
144 OF->os() << Remark.FunctionName << "," << CountArg->Val << "\n"; in tryAnnotationCount()
/src/sys/contrib/dev/acpica/components/debugger/
H A Ddbtest.c213 char *CountArg);
1162 char *CountArg) in AcpiDbEvaluateAllPredefinedNames() argument
1170 if (CountArg) in AcpiDbEvaluateAllPredefinedNames()
1172 Info.MaxCount = strtoul (CountArg, NULL, 0); in AcpiDbEvaluateAllPredefinedNames()