Home
last modified time | relevance | path

Searched refs:InsertHead (Results 1 – 17 of 17) sorted by relevance

/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DForStmt.cpp34 fChildren.InsertHead(fBody); in ForStmt()
36 fChildren.InsertHead(fIterate); in ForStmt()
38 fChildren.InsertHead(fInit); in ForStmt()
H A DConditional.cpp31 fLevels.InsertHead(l); in Conditional()
79 fLevels.InsertHead(l); in If()
H A DStmt.cpp111 list.InsertHead(s2); in BinaryStmt()
112 list.InsertHead(s1); in BinaryStmt()
H A DProgram.cpp54 fScopes.InsertHead(new Scope()); in Program()
89 fTasks.InsertHead(f); in AddFragment()
365 fScopes.InsertHead(s); in PushScope()
H A DBlockStmt.cpp57 fList.InsertHead(s); in Prepend()
H A DPreProc.cpp213 fExpList.InsertHead(new Expansion(e, v.fInt)); in GetRawToken()
418 fExpList.InsertHead(e); in BeginExpansion()
H A DBytecode.cpp204 fFixups.InsertHead(f); in AddFixup()
/dports/lang/nqc/nqc-3.1.r6_1/platform/
H A DPListS.cpp23 void P_ListS::InsertHead(P_LinkS* link) in InsertHead() function in P_ListS
73 void P_ListSS::InsertHead(P_LinkS* link) in InsertHead() function in P_ListSS
H A DPListS.h86 void InsertHead(P_LinkS* link);
109 void InsertHead(P_LinkS* link);
H A DPHashTable.cpp63 fBuckets[hash].InsertHead(item); in Add()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/speech/include/
H A Dspeventq.h437 m_FreeList.InsertHead(pNode); in _DeserializeAndAddEvent()
556 m_FreeList.InsertHead(pNode); in _CompleteEvents()
562 m_FreeList.InsertHead(pNode); in _CompleteEvents()
580 m_FreeList.InsertHead(pNode); in _MoveAllToFreeList()
H A DSpddkhlp.h307 InsertHead(pNewNode); in InsertAfter()
326 void InsertHead(T * pNode) in InsertHead() function
/dports/devel/liteide/liteide-x37.4/liteidex/src/utils/editorutil/
H A Deditorutil.h34 static void InsertHead(QPlainTextEdit *ed, const QString &tag, bool blockStart = true);
H A Deditorutil.cpp161 void EditorUtil::InsertHead(QPlainTextEdit *ed, const QString &tag, bool blockStart) in InsertHead() function in EditorUtil
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/golangpresent/
H A Dgolangpresentedit.cpp176 EditorUtil::InsertHead(m_ed,"* "); in s1()
181 EditorUtil::InsertHead(m_ed,"** "); in s2()
186 EditorUtil::InsertHead(m_ed,"*** "); in s3()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DDoubleLinkList.cs26 internal virtual void InsertHead(DoubleLink entry) { in InsertHead() method in System.Web.Util.DoubleLinkList
/dports/net/osrtspproxy/osrtspproxy_2_0/libapp/
H A Dtlist.h138 void InsertHead( const T& Data ) in InsertHead() function
326 void InsertHead( const T& Data ) in InsertHead() function