Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/debugger/
H A Ddbmethod.c166 char *IndexArg, in AcpiDbSetMethodData() argument
194 Node = AcpiDbConvertToNode (IndexArg); in AcpiDbSetMethodData()
212 Index = strtoul (IndexArg, NULL, 16); in AcpiDbSetMethodData()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacdebug.h226 char *IndexArg,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h36 enum { FrameArg, IndexArg }; enumerator
57 return cast<ConstantInt>(getArgOperand(IndexArg)); in getRawIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1227 Value *IndexArg = Call->getArgOperand(1); in mapWasmLandingPadIndex() local
1228 int Index = cast<ConstantInt>(IndexArg)->getZExtValue(); in mapWasmLandingPadIndex()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp3496 TemplateArgument IndexArg = Converted[0], Ts = Converted[1]; in checkBuiltinTemplateIdType() local
3497 llvm::APSInt Index = IndexArg.getAsIntegral(); in checkBuiltinTemplateIdType()