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

  /src/sys/arch/mac68k/obio/
iwm_fd.c 1682 fdInfo_t *thisType;
1699 thisType = NULL;/* no such drive */
1702 thisType = &fdTypes[1]; /* double sided */
1704 thisType = &fdTypes[0]; /* single sided */
1706 return thisType;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGBlocks.cpp 555 QualType thisType = cast<CXXMethodDecl>(CGF->CurFuncDecl)->getThisType();
559 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
560 auto TInfo = CGM.getContext().getTypeInfoInChars(thisType);
565 nullptr, llvmType, thisType));

Completed in 29 milliseconds