Home
last modified time | relevance | path

Searched refs:tryExpandAsInteger (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h72 std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP);
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp114 std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP) { in tryExpandAsInteger() function
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp493 tryExpandAsInteger("EOF", C.getPreprocessor())) in initMacroValues()
498 tryExpandAsInteger("SEEK_SET", C.getPreprocessor())) in initMacroValues()
501 tryExpandAsInteger("SEEK_END", C.getPreprocessor())) in initMacroValues()
504 tryExpandAsInteger("SEEK_CUR", C.getPreprocessor())) in initMacroValues()
H A DStdLibraryFunctionsChecker.cpp1705 const auto EOFv = tryExpandAsInteger("EOF", PP).value_or(-1); in initFunctionSummaries()
1706 const auto AT_FDCWDv = tryExpandAsInteger("AT_FDCWD", PP).value_or(-100); in initFunctionSummaries()
H A DMallocChecker.cpp3331 tryExpandAsInteger("ZERO_SIZE_PTR", C.getPreprocessor()); in isArgZERO_SIZE_PTR()