Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c263 UINT32 ThisArgType; in AcpiExResolveOperands() local
399 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes); in AcpiExResolveOperands()
406 switch (ThisArgType) in AcpiExResolveOperands()
491 switch (ThisArgType) in AcpiExResolveOperands()
809 ThisArgType)); in AcpiExResolveOperands()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DFunction.cpp1141 VectorType *ThisArgType = dyn_cast<VectorType>(Ty); in matchIntrinsicType() local
1142 if (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1144 ThisArgType->getVectorNumElements())) in matchIntrinsicType()
1146 return matchIntrinsicType(ThisArgType->getVectorElementType(), in matchIntrinsicType()
1153 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1154 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType); in matchIntrinsicType()
1161 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); in matchIntrinsicType() local
1163 return (!ThisArgType || !ReferenceType || in matchIntrinsicType()
1164 ThisArgType->getElementType() != ReferenceType->getElementType()); in matchIntrinsicType()