Home
last modified time | relevance | path

Searched refs:follow_ (Results 1 – 13 of 13) sorted by relevance

/dports/print/lilypond-devel/lilypond-2.23.5/lily/
H A Dnote-head-line-engraver.cc49 bool follow_; member in Note_head_line_engraver
58 follow_ = false; in Note_head_line_engraver()
74 follow_ = true; in acknowledge_rhythmic_head()
82 if (!line_ && follow_ && last_head_ && head_) in process_acknowledged()
89 if (follow_) in process_acknowledged()
95 follow_ = false; in process_acknowledged()
/dports/print/lilypond/lilypond-2.22.1/lily/
H A Dnote-head-line-engraver.cc49 bool follow_; member in Note_head_line_engraver
58 follow_ = false; in Note_head_line_engraver()
74 follow_ = true; in acknowledge_rhythmic_head()
82 if (!line_ && follow_ && last_head_ && head_) in process_acknowledged()
89 if (follow_) in process_acknowledged()
95 follow_ = false; in process_acknowledged()
/dports/textproc/jade/jade-1.2.1/lib/
H A DContentToken.cxx252 size_t n = follow_.size(); in finish()
296 follow_.resize(j); in finish()
319 size_t n = follow_.size(); in andFinish()
328 follow_[j] = follow_[i]; in andFinish()
379 if (follow_[i] != prev in andFinish()
386 a.to2 = follow_[i]; in andFinish()
399 follow_.resize(j); in andFinish()
561 size_t length = follow_.size(); in addTransitions()
563 follow_.resize(length + n); in addTransitions()
729 return follow_[requiredIndex_]; in impliedStartTag()
[all …]
/dports/textproc/opensp/OpenSP-1.5.2/lib/
H A DContentToken.cxx254 size_t n = follow_.size(); in finish()
298 follow_.resize(j); in finish()
321 size_t n = follow_.size(); in andFinish()
330 follow_[j] = follow_[i]; in andFinish()
381 if (follow_[i] != prev in andFinish()
388 a.to2 = follow_[i]; in andFinish()
401 follow_.resize(j); in andFinish()
563 size_t length = follow_.size(); in addTransitions()
565 follow_.resize(length + n); in addTransitions()
731 return follow_[requiredIndex_]; in impliedStartTag()
[all …]
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/clasp/
H A Dasp_preprocessor.h109 if (follow_.empty() || idx == follow_.size()) { return varMax; } in nextBodyId()
111 uint32 id = follow_.back(); in nextBodyId()
112 follow_.pop_back(); in nextBodyId()
115 return follow_[idx++];; in nextBodyId()
120 VarVec follow_; // bodies yet to classify variable
/dports/math/clingo/clingo-5.5.1/clasp/clasp/
H A Dasp_preprocessor.h109 if (follow_.empty() || idx == follow_.size()) { return varMax; } in nextBodyId()
111 uint32 id = follow_.back(); in nextBodyId()
112 follow_.pop_back(); in nextBodyId()
115 return follow_[idx++];; in nextBodyId()
120 VarVec follow_; // bodies yet to classify variable
/dports/math/clasp/clasp-3.3.5/clasp/
H A Dasp_preprocessor.h109 if (follow_.empty() || idx == follow_.size()) { return varMax; } in nextBodyId()
111 uint32 id = follow_.back(); in nextBodyId()
112 follow_.pop_back(); in nextBodyId()
115 return follow_[idx++];; in nextBodyId()
120 VarVec follow_; // bodies yet to classify variable
/dports/math/clasp/clasp-3.3.5/src/
H A Dasp_preprocessor.cpp119 follow_.clear(); in classifyProgram()
127 follow_.clear(); in classifyProgram()
134 follow_.push_back(bodyId); in classifyProgram()
141 if (follow_.empty()) break; in classifyProgram()
350 follow_.push_back( bodyId ); in propagateAtomVar()
/dports/math/clingo/clingo-5.5.1/clasp/clasp-da10954/src/
H A Dasp_preprocessor.cpp119 follow_.clear(); in classifyProgram()
127 follow_.clear(); in classifyProgram()
134 follow_.push_back(bodyId); in classifyProgram()
141 if (follow_.empty()) break; in classifyProgram()
350 follow_.push_back( bodyId ); in propagateAtomVar()
/dports/math/clingo/clingo-5.5.1/clasp/src/
H A Dasp_preprocessor.cpp119 follow_.clear(); in classifyProgram()
127 follow_.clear(); in classifyProgram()
134 follow_.push_back(bodyId); in classifyProgram()
141 if (follow_.empty()) break; in classifyProgram()
350 follow_.push_back( bodyId ); in propagateAtomVar()
/dports/textproc/jade/jade-1.2.1/include/
H A DContentToken.h250 Vector<LeafContentToken *> follow_; variable
/dports/textproc/opensp/OpenSP-1.5.2/include/
H A DContentToken.h255 Vector<LeafContentToken *> follow_; variable
/dports/devel/ppl/ppl-1.2/
H A DChangeLog16615 CO_Tree::tree_iterator: remove follow_{left,right}_childs() methods.
17364 follow_{left,right}_childs_with_value() methods.