Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtil.cpp332 auto *CountArg = find_if( tryAnnotationCount() local
/freebsd/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()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp909 Value *CountArg = CI->getArgOperand(1); in populateCounterDirections() local
910 ConstantInt *CountValue = cast<ConstantInt>(CountArg); in populateCounterDirections()