Home
last modified time | relevance | path

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

/external/llvm/lib/Target/
DTargetData.cpp524 uint64_t TargetData::getIndexedOffset(Type *ptrTy, in getIndexedOffset() argument
526 Type *Ty = ptrTy; in getIndexedOffset()
531 TI = gep_type_begin(ptrTy, Indices); in getIndexedOffset()
536 Type::getInt32Ty(ptrTy->getContext()) && in getIndexedOffset()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1424 QualType ptrTy = Dst->getType(); in evalStrcpyCommon() local
1431 *maxLastNL, ptrTy); in evalStrcpyCommon()
1442 *knownStrLength, ptrTy); in evalStrcpyCommon()