Home
last modified time | relevance | path

Searched refs:LengthTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp351 QualType LengthTy);
1147 SVal LengthVal, QualType LengthTy) { in isFirstBufInBound() argument
1166 NonLoc One = SB.makeIntVal(1, LengthTy).castAs<NonLoc>(); in isFirstBufInBound()
1167 SVal Offset = SB.evalBinOpNN(State, BO_Sub, *Length, One, LengthTy); in isFirstBufInBound()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6344 llvm::IntegerType *LengthTy = in GetAddrOfConstantCFString() local
6350 LengthTy = Int32Ty; in GetAddrOfConstantCFString()
6352 LengthTy = IntPtrTy; in GetAddrOfConstantCFString()
6354 Fields.addInt(LengthTy, StringLength); in GetAddrOfConstantCFString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6554 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
6558 DAG.getAtomicMemcpy(getRoot(), sdl, Dst, Src, Length, LengthTy, ElemSz, in visitIntrinsicCall()
6570 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
6574 DAG.getAtomicMemmove(getRoot(), sdl, Dst, Src, Length, LengthTy, ElemSz, in visitIntrinsicCall()
6586 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
6590 DAG.getAtomicMemset(getRoot(), sdl, Dst, Val, Length, LengthTy, ElemSz, in visitIntrinsicCall()