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

/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c263 UINT32 ThisArgType; local
399 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes);
406 switch (ThisArgType)
490 switch (ThisArgType)
808 ThisArgType));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1258 auto *ThisArgType = dyn_cast<VectorType>(Ty); local
1260 if ((ReferenceType != nullptr) != (ThisArgType != nullptr))
1263 if (ThisArgType) {
1265 ThisArgType->getElementCount())
1267 EltTy = ThisArgType->getVectorElementType();
1276 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); local
1277 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType);
1284 PointerType *ThisArgType = dyn_cast<PointerType>(Ty); local
1286 return (!ThisArgType || !ReferenceTyp
[all...]

Completed in 112 milliseconds