Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/
DTargetData.cpp532 uint64_t TargetData::getIndexedOffset(Type *ptrTy, in getIndexedOffset() argument
534 Type *Ty = ptrTy; in getIndexedOffset()
539 TI = gep_type_begin(ptrTy, Indices); in getIndexedOffset()
544 Type::getInt32Ty(ptrTy->getContext()) && in getIndexedOffset()
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp1668 QualType ptrTy = Dst->getType(); in evalStrcpyCommon() local
1675 *maxLastNL, ptrTy); in evalStrcpyCommon()
1686 *knownStrLength, ptrTy); in evalStrcpyCommon()