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,
36 enum { FrameArg, IndexArg }; enumerator57 return cast<ConstantInt>(getArgOperand(IndexArg)); in getRawIndex()
1370 Value *IndexArg = Call->getArgOperand(1); in mapWasmLandingPadIndex() local1371 int Index = cast<ConstantInt>(IndexArg)->getZExtValue(); in mapWasmLandingPadIndex()
3124 TemplateArgument IndexArg = Converted[0], Ts = Converted[1]; in checkBuiltinTemplateIdType() local3125 if (IndexArg.isDependent() || Ts.isDependent()) in checkBuiltinTemplateIdType()3129 llvm::APSInt Index = IndexArg.getAsIntegral(); in checkBuiltinTemplateIdType()