Home
last modified time | relevance | path

Searched defs:Symbol_Ref (Results 1 – 4 of 4) sorted by relevance

/dports/math/curv/curv-0.5/libcurv/
H A Dsymbol.h46 struct Symbol_Ref : private Shared<const Symbol> struct
50 inline Symbol_Ref(Base sym) : Base(sym) {} in Symbol_Ref() function
55 inline Symbol_Ref() in Symbol_Ref() function
76 int cmp(Symbol_Ref a) const noexcept in cmp() argument
104 friend void swap(Symbol_Ref& a1, Symbol_Ref& a2) noexcept in swap() argument
H A Drecord.cc40 const Context& cx, std::function<void(Symbol_Ref,Value)> visitor) const in each_field()
H A Dpattern.cc635 std::function<void(Symbol_Ref, Value, Value, Shared<const Phrase>)> f) in record_pattern_each_parameter()
H A Devaluator.cc54 Operation::Action_Executor::push_field(Symbol_Ref, Value, const Context& cstmt) in push_field() argument