HomeSort by: relevance | last modified time | path
    Searched refs:ThisArgType (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
exresop.c 155 UINT32 ThisArgType;
291 ThisArgType = GET_CURRENT_ARG_TYPE (ArgTypes);
298 switch (ThisArgType)
383 switch (ThisArgType)
701 ThisArgType));
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Function.cpp 1474 auto *ThisArgType = dyn_cast<VectorType>(Ty);
1476 if ((ReferenceType != nullptr) != (ThisArgType != nullptr))
1479 if (ThisArgType) {
1481 ThisArgType->getElementCount())
1483 EltTy = ThisArgType->getElementType();
1492 PointerType *ThisArgType = dyn_cast<PointerType>(Ty);
1493 return (!ThisArgType || ThisArgType->getElementType() != ReferenceType);
1500 PointerType *ThisArgType = dyn_cast<PointerType>(Ty);
1502 return (!ThisArgType || !ReferenceType |
    [all...]

Completed in 26 milliseconds