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.cpp352 QualType LengthTy);
1153 SVal LengthVal, QualType LengthTy) { in isFirstBufInBound() argument
1172 NonLoc One = SB.makeIntVal(1, LengthTy).castAs<NonLoc>(); in isFirstBufInBound()
1173 SVal Offset = SB.evalBinOpNN(State, BO_Sub, *Length, One, LengthTy); in isFirstBufInBound()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6669 llvm::IntegerType *LengthTy = in GetAddrOfConstantCFString() local
6675 LengthTy = Int32Ty; in GetAddrOfConstantCFString()
6677 LengthTy = IntPtrTy; in GetAddrOfConstantCFString()
6679 Fields.addInt(LengthTy, StringLength); in GetAddrOfConstantCFString()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6634 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
6638 DAG.getAtomicMemcpy(getRoot(), sdl, Dst, Src, Length, LengthTy, ElemSz, in visitIntrinsicCall()
6650 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
6654 DAG.getAtomicMemmove(getRoot(), sdl, Dst, Src, Length, LengthTy, ElemSz, in visitIntrinsicCall()
6666 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local
6670 DAG.getAtomicMemset(getRoot(), sdl, Dst, Val, Length, LengthTy, ElemSz, in visitIntrinsicCall()