Home
last modified time | relevance | path

Searched refs:PopValue (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Common/
H A DFastIntSetTest.cpp51 x = set.PopValue(); in TEST()
57 x = set.PopValue(); in TEST()
82 x = set.PopValue(); in TEST()
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dfast-int-set.h86 std::optional<int> PopValue() { in PopValue() function
/llvm-project-15.0.7/flang/runtime/
H A Dunit-map.cpp32 std::optional<int> n{freeNewUnits_.PopValue()}; in NewUnit()