Searched refs:tryExpandAsInteger (Results 1 – 5 of 5) sorted by relevance
72 std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP);
114 std::optional<int> tryExpandAsInteger(StringRef Macro, const Preprocessor &PP) { in tryExpandAsInteger() function
493 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()
1705 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()
3331 tryExpandAsInteger("ZERO_SIZE_PTR", C.getPreprocessor()); in isArgZERO_SIZE_PTR()