Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/docs/Status/
H A DSpaceshipProjects.csv19 | error_condition",None,Unassigned,|Not Started|
30 | `[type.index.members] <https://wg21.link/type.index.members>`_,| type_index,None,Unassigned,|Not …
43 | multimap",[expos.only.func],Unassigned,|Not Started|
45 | set",[expos.only.func],Unassigned,|Not Started|
46 | `[queue.ops] <https://wg21.link/queue.ops>`_,| queue,None,Unassigned,|Not Started|
47 | `[stack.ops] <https://wg21.link/stack.ops>`_,| stack,None,Unassigned,|Not Started|
49 | `[move.iter.op.comp] <https://wg21.link/move.iter.op.comp>`_,| move_iterator,None,Unassigned,|Not…
50 | `[counted.iter.cmp] <https://wg21.link/counted.iter.cmp>`_,| counted_iterator,None,Unassigned,|No…
78 | chrono::time_zone_link",None,Unassigned,|Not Started|
81 | `[re.submatch.op] <https://wg21.link/re.submatch.op>`_,| sub_match,None,Unassigned,|Not Started|
[all …]
H A DZipProjects.csv7 …struction>`_", "[pair] uses_allocator_construction_args overloads", None, Unassigned, |Not Started|
9 …s://wg21.link/iterator.concept.winc>`_, "Update weakly_comparable", None, Unassigned, |Not Started|
15 | `zip_transform_view::sentinel`", Unassigned, |Not Started|
16 …nk/range.zip.transform.iterator>`_, "zip_transform_view::iterator", None, Unassigned, |Not Started|
17 …nk/range.zip.transform.sentinel>`_, "zip_transform_view::sentinel", None, Unassigned, |Not Started|
19 | `adjacent_view::sentinel`", Unassigned, |Not Started|
20 …://wg21.link/range.adjacent.iterator>`_, "adjacent_view::iterator", None, Unassigned, |Not Started|
21 …://wg21.link/range.adjacent.sentinel>`_, "adjacent_view::sentinel", None, Unassigned, |Not Started|
23 | `adjacent_transform_view::sentinel`", Unassigned, |Not Started|
24 …djacent.transform.iterator>`_, "adjacent_transform_view::iterator", None, Unassigned, |Not Started|
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp419 Unassigned = -1, enumerator
447 VarAssignments.resize(Formula.LargestVar + 1, Assignment::Unassigned); in WatchedLiteralsSolverImpl()
569 VarAssignments[Var] = Assignment::Unassigned; in reverseForcedMoves()
609 VarAssignments[NewWatchedLitVar] == Assignment::Unassigned) in updateWatchedLiterals()
680 return VarAssignments[Var] == Assignment::Unassigned; in activeVarsAreUnassigned()
700 if (VarAssignments[Var] != Assignment::Unassigned) in unassignedVarsFormingWatchedLiteralsAreActive()