Searched defs:addLink (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
H A DSpillPlacement.cpp120 /// addLink - Add a link to bundle b with weight w.
122 void addLink(unsigned b, float w, bool out) { function in struct:SpillPlacement::Node
276 nodes[ib].addLink(ob, Freq, 1);
277 nodes[ob].addLink(ib, Freq, 0);
/external/webkit/Source/WebCore/html/
H A DHTMLViewSourceDocument.cpp276 m_current = addLink(text, isAnchor);
297 PassRefPtr<Element> HTMLViewSourceDocument::addLink(const AtomicString& url, bool isAnchor) function in class:WebCore::HTMLViewSourceDocument
/external/icu4c/tools/tzcode/
H A Dtz2icu.cpp754 void addLink(const string& alias) { function in struct:FinalZone

Completed in 161 milliseconds