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