Searched refs:IndexArg (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c257 * IndexArg - which one
270 char *IndexArg,
298 Node = AcpiDbConvertToNode (IndexArg);
316 Index = strtoul (IndexArg, NULL, 16);
268 AcpiDbSetMethodData( char *TypeArg, char *IndexArg, char *ValueArg) argument
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dacdebug.h332 char *IndexArg,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h36 enum { FrameArg, IndexArg }; enumerator in enum:llvm::CoroSubFnInst::__anon5516
57 return cast<ConstantInt>(getArgOperand(IndexArg));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1230 Value *IndexArg = Call->getArgOperand(1); local
1231 int Index = cast<ConstantInt>(IndexArg)->getZExtValue();
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3306 TemplateArgument IndexArg = Converted[0], Ts = Converted[1]; local
3307 llvm::APSInt Index = IndexArg.getAsIntegral();

Completed in 99 milliseconds