reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
743 DenseMap& operator=(DenseMap &&other) {
include/llvm/ADT/SmallPtrSet.h 454 operator=(SmallPtrSet<PtrType, SmallSize> &&RHS) {
include/llvm/ADT/StringMap.h 305 StringMap &operator=(StringMap RHS) {
usr/include/c++/7.4.0/bits/stl_list.h 759 operator=(list&& __x)
usr/include/c++/7.4.0/bits/stl_map.h 315 operator=(map&&) = default;
usr/include/c++/7.4.0/bits/stl_vector.h 461 operator=(vector&& __x) noexcept(_Alloc_traits::_S_nothrow_move())
utils/TableGen/GlobalISelEmitter.cpp811 MatchersTy Matchers; 815 ActionList Actions; 820 DefinedInsnVariablesMap InsnVariableIDs; 826 MutatableInsnSet MutatableInsns; 830 StringMap<OperandMatcher *> DefinedOperands; 834 DenseMap<Record *, OperandMatcher *> PhysRegOperands; 837 unsigned NextInsnVarID; 840 unsigned NextOutputInsnID; 843 unsigned NextTempRegID; 845 std::vector<Record *> RequiredFeatures; 846 std::vector<std::unique_ptr<PredicateMatcher>> EpilogueMatchers; 848 ArrayRef<SMLoc> SrcLoc; 855 DefinedComplexPatternSubOperandMap ComplexSubOperands; 857 uint64_t RuleID; 867 RuleMatcher &operator=(RuleMatcher &&Other) = default;