Searched refs:insertElement (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLOutput.cpp80 insertElement(
81 insertElement(getUndef(vectorType(doubleType, 2)), value, int32Zero),
H A DFTLOutput.h140 LValue insertElement(LValue vector, LValue element, LValue index) { return buildInsertElement(m_builder, vector, element, index); } function in class:JSC::FTL::Output
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/
H A Dxml.xotcl37 set currentElement [$currentElement insertElement $name $attrList]
66 Node instproc insertElement {tag args} {
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c21866 static void insertElement( function
21927 insertElement(pH, &new_ht[h], elem);
22069 insertElement(pH, &pH->ht[h], new_elem);
22071 insertElement(pH, 0, new_elem);
[all...]

Completed in 412 milliseconds