Home
last modified time | relevance | path

Searched defs:CharPtrTy (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1462 Type *CharPtrTy = B.getPtrTy(); emitStrLen() local
1469 Type *CharPtrTy = B.getPtrTy(); emitStrDup() local
1475 Type *CharPtrTy = B.getPtrTy(); emitStrChr() local
1483 Type *CharPtrTy = B.getPtrTy(); emitStrNCmp() local
1494 Type *CharPtrTy = Dst->getType(); emitStrCpy() local
1501 Type *CharPtrTy = B.getPtrTy(); emitStpCpy() local
1508 Type *CharPtrTy = B.getPtrTy(); emitStrNCpy() local
1516 Type *CharPtrTy = B.getPtrTy(); emitStpNCpy() local
1606 Type *CharPtrTy = B.getPtrTy(); emitSNPrintf() local
1619 Type *CharPtrTy = B.getPtrTy(); emitSPrintf() local
1630 Type *CharPtrTy = B.getPtrTy(); emitStrCat() local
1638 Type *CharPtrTy = B.getPtrTy(); emitStrLCpy() local
1647 Type *CharPtrTy = B.getPtrTy(); emitStrLCat() local
1656 Type *CharPtrTy = B.getPtrTy(); emitStrNCat() local
1665 Type *CharPtrTy = B.getPtrTy(); emitVSNPrintf() local
1676 Type *CharPtrTy = B.getPtrTy(); emitVSPrintf() local
[all...]
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp746 QualType CharPtrTy = getCharPtrType(Ctx, CK); CheckOverlap() local
1502 QualType CharPtrTy = getCharPtrType(Ctx, CK); evalCopyCommon() local
2426 QualType CharPtrTy = SearchStrPtr.Expression->getType()->getPointeeType(); evalStrsep() local
[all...]
H A DStdLibraryFunctionsChecker.cpp1675 const QualType CharPtrTy = getPointerTy(CharTy); // char * initFunctionSummaries() local
[all...]