Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h74 std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp115 std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP) { in tryExpandAsInteger() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp608 tryExpandAsInteger("EOF", C.getPreprocessor())) in initMacroValues()
613 tryExpandAsInteger("SEEK_SET", C.getPreprocessor())) in initMacroValues()
616 tryExpandAsInteger("SEEK_END", C.getPreprocessor())) in initMacroValues()
619 tryExpandAsInteger("SEEK_CUR", C.getPreprocessor())) in initMacroValues()
H A DUnixAPIChecker.cpp142 Val_O_CREAT = tryExpandAsInteger("O_CREAT", Mgr.getPreprocessor()); in checkASTDecl()
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.cpp3386 tryExpandAsInteger("ZERO_SIZE_PTR", C.getPreprocessor()); in isArgZERO_SIZE_PTR()