Home
last modified time | relevance | path

Searched refs:ThisArgType (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexresop.c155 UINT32 ThisArgType; in AcpiExResolveOperands() local
291 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes); in AcpiExResolveOperands()
298 switch (ThisArgType) in AcpiExResolveOperands()
383 switch (ThisArgType) in AcpiExResolveOperands()
701 ThisArgType)); in AcpiExResolveOperands()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp1474 auto *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1476 if ((ReferenceType != nullptr) != (ThisArgType != nullptr)) in matchIntrinsicType()
1479 if (ThisArgType) { in matchIntrinsicType()
1481 ThisArgType->getElementCount()) in matchIntrinsicType()
1483 EltTy = ThisArgType->getElementType(); in matchIntrinsicType()
1492 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1493 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()
1500 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1502 return (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1503 ThisArgType->getElementType() != ReferenceType->getElementType()); in matchIntrinsicType()