|
clang 23.0.0git
|
Public Member Functions | |
| StringRef | matchName (StringRef FunName, bool isBuiltin) |
| StringRef | matchLibcNameOrBuiltinChk (StringRef Name) |
| StringRef | matchLibcName (StringRef Name) |
Definition at line 858 of file UnsafeBufferUsage.cpp.
|
inline |
Definition at line 881 of file UnsafeBufferUsage.cpp.
Referenced by matchLibcNameOrBuiltinChk(), and matchName().
|
inline |
Definition at line 874 of file UnsafeBufferUsage.cpp.
References matchLibcName().
Referenced by matchName().
|
inline |
Definition at line 859 of file UnsafeBufferUsage.cpp.
References matchLibcName(), and matchLibcNameOrBuiltinChk().
Referenced by libc_func_matchers::isNormalPrintfFunc(), libc_func_matchers::isPredefinedUnsafeLibcFunc(), libc_func_matchers::isUnsafeMemset(), libc_func_matchers::isUnsafeSprintfFunc(), and libc_func_matchers::isUnsafeVaListPrintfFunc().