Searched refs:IndexArg (Results 1 – 5 of 5) sorted by relevance
274 char *IndexArg, in AcpiDbSetMethodData() argument302 Node = AcpiDbConvertToNode (IndexArg); in AcpiDbSetMethodData()320 Index = strtoul (IndexArg, NULL, 16); in AcpiDbSetMethodData()
334 char *IndexArg,
37 enum { FrameArg, IndexArg }; enumerator58 return cast<ConstantInt>(getArgOperand(IndexArg)); in getRawIndex()
1386 Value *IndexArg = Call->getArgOperand(1); in mapWasmLandingPadIndex() local1387 int Index = cast<ConstantInt>(IndexArg)->getZExtValue(); in mapWasmLandingPadIndex()
3352 TemplateArgument IndexArg = Converted[0], Ts = Converted[1]; in checkBuiltinTemplateIdType() local3353 if (IndexArg.isDependent() || Ts.isDependent()) in checkBuiltinTemplateIdType()3356 llvm::APSInt Index = IndexArg.getAsIntegral(); in checkBuiltinTemplateIdType()