Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h72 std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP);
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp114 std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP) { in tryExpandAsInteger() function
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp439 tryExpandAsInteger("EOF", C.getPreprocessor())) in initEof()
H A DMallocChecker.cpp3330 tryExpandAsInteger("ZERO_SIZE_PTR", C.getPreprocessor()); in isArgZERO_SIZE_PTR()
H A DStdLibraryFunctionsChecker.cpp1308 tryExpandAsInteger("EOF", C.getPreprocessor())) in initFunctionSummaries()