Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp170 bool Restricted, bool IsMempcpy, bool IsWide) const;
255 bool IsWide = false) const;
342 bool IsWide) const { in CheckLocation()
363 if (!IsWide) { in CheckLocation()
420 AccessKind Access, bool IsWide) const { in CheckBufferAccess()
463 State = CheckLocation(C, State, Buffer, BufEnd, Access, IsWide); in CheckBufferAccess()
478 bool IsWide) const { in CheckOverlap()
1193 bool IsMempcpy, bool IsWide) const { in evalCopyCommon()
1240 state = CheckOverlap(C, state, Size, Dest, Source, IsWide); in evalCopyCommon()
1291 bool IsWide) const { in evalMemcpy()
[all …]
/llvm-project-15.0.7/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp644 bool IsWide; in writeSingleAccelerator() local
645 stripQuotes(Str, IsWide); in writeSingleAccelerator()
/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp12208 bool IsWide = BuiltinOp == Builtin::BIwcscmp || in VisitBuiltinCallExpr() local
12220 if (IsWide) // wmemcmp compares with wchar_t signedness. in VisitBuiltinCallExpr()