Home
last modified time | relevance | path

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

/netbsd/sys/arch/mac68k/obio/
H A Diwm_fd.c1678 fdInfo_t *thisType; in getFDType() local
1695 thisType = NULL;/* no such drive */ in getFDType()
1698 thisType = &fdTypes[1]; /* double sided */ in getFDType()
1700 thisType = &fdTypes[0]; /* single sided */ in getFDType()
1702 return thisType; in getFDType()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBlocks.cpp555 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType(); in computeBlockInfo() local
559 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType); in computeBlockInfo()
560 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType); in computeBlockInfo()
565 nullptr, llvmType, thisType)); in computeBlockInfo()