Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/debugger/
H A Ddbmethod.c274 char *IndexArg, in AcpiDbSetMethodData() argument
302 Node = AcpiDbConvertToNode (IndexArg); in AcpiDbSetMethodData()
320 Index = strtoul (IndexArg, NULL, 16); in AcpiDbSetMethodData()
/freebsd/sys/contrib/dev/acpica/include/
H A Dacdebug.h334 char *IndexArg,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h36 enum { FrameArg, IndexArg }; enumerator
57 return cast<ConstantInt>(getArgOperand(IndexArg)); in getRawIndex()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1370 Value *IndexArg = Call->getArgOperand(1); in mapWasmLandingPadIndex() local
1371 int Index = cast<ConstantInt>(IndexArg)->getZExtValue(); in mapWasmLandingPadIndex()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3124 TemplateArgument IndexArg = Converted[0], Ts = Converted[1]; in checkBuiltinTemplateIdType() local
3125 if (IndexArg.isDependent() || Ts.isDependent()) in checkBuiltinTemplateIdType()
3129 llvm::APSInt Index = IndexArg.getAsIntegral(); in checkBuiltinTemplateIdType()