Searched defs:OptInt (Results 1 – 3 of 3) sorted by relevance
/llvm-project/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ | ||
H A D | const_optional_U.pass.cpp | 147 using OptInt = std::optional<int>; in test_ambiguous_assign() typedef |
H A D | optional_U.pass.cpp | 154 using OptInt = std::optional<int>; in test_ambiguous_assign() typedef |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | StreamChecker.cpp | 607 if (const std::optional<int> OptInt = initMacroValues() local |