Searched refs:LengthTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 323 QualType LengthTy); 1002 SVal LengthVal, QualType LengthTy) { in isFirstBufInBound() argument 1021 NonLoc One = SB.makeIntVal(1, LengthTy).castAs<NonLoc>(); in isFirstBufInBound() 1022 SVal Offset = SB.evalBinOpNN(State, BO_Sub, *Length, One, LengthTy); in isFirstBufInBound()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 6199 llvm::IntegerType *LengthTy = in GetAddrOfConstantCFString() local 6205 LengthTy = Int32Ty; in GetAddrOfConstantCFString() 6207 LengthTy = IntPtrTy; in GetAddrOfConstantCFString() 6209 Fields.addInt(LengthTy, StringLength); in GetAddrOfConstantCFString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.cpp | 6238 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local 6242 DAG.getAtomicMemcpy(getRoot(), sdl, Dst, Src, Length, LengthTy, ElemSz, in visitIntrinsicCall() 6254 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local 6258 DAG.getAtomicMemmove(getRoot(), sdl, Dst, Src, Length, LengthTy, ElemSz, in visitIntrinsicCall() 6270 Type *LengthTy = MI.getLength()->getType(); in visitIntrinsicCall() local 6274 DAG.getAtomicMemset(getRoot(), sdl, Dst, Val, Length, LengthTy, ElemSz, in visitIntrinsicCall()
|