Home
last modified time | relevance | path

Searched defs:srcType (Results 1 – 2 of 2) sorted by relevance

/minix3/minix/llvm/passes/magic/
H A DMagicPass.cpp2552 …d::map<TYPECONST Type*, std::set<TYPECONST Type*> > &bitCastMap, TYPECONST Type* srcType, TYPECONS… in processFunctionBitCast()
2642 …d::map<TYPECONST Type*, std::set<TYPECONST Type*> > &bitCastMap, TYPECONST Type* srcType, TYPECONS… in processBitCast()
2720 TYPECONST Type* srcType = TypeUtil::getArrayFreePointerType(CI->getSrcTy()); in indexCasts() local
2763 … TYPECONST Type* srcType = TypeUtil::getArrayFreePointerType(CE->getOperand(0)->getType()); in indexCasts() local
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCast.cpp324 QualType srcType = src->getType(); in tryDiagnoseOverloadedCast() local