Searched refs:toVector (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DFileUtilities.h48 filename.toVector(Filename);
70 filename.toVector(Filename);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerRendererSurface.cpp61 return toVector<FloatPoint, 4>(m_drawTransform.mapQuad(FloatRect(-origin(), size())));
H A DLayerCompositingThread.cpp155 Vector<FloatPoint3D, 4> quad = toVector<FloatPoint3D, 4>(boundsRect);
183 m_transformedBounds = toVector<FloatPoint, 4>(m_drawTransform.mapQuad(boundsRect));
H A DLayerUtilities.h294 inline Vector<Point, inlineCapacity> toVector(const FloatQuad& quad) function in namespace:WebCore
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DTwine.cpp26 void Twine::toVector(SmallVectorImpl<char> &Out) const { function in class:Twine
34 toVector(Out);
52 toVector(Out);
H A DPathV2.cpp448 path.toVector(result);
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCContext.cpp113 Name.toVector(NameSV);
158 Name.toVector(NameSV);
H A DMCStreamer.cpp575 T.toVector(Str);
H A DMCAsmStreamer.cpp279 T.toVector(CommentToEmit);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp426 bool toVector(JSC::ExecState* exec, JSC::JSValue value, Vector<T, inlineCapacity>& vector) function in namespace:WebCore
527 if (!toVector(exec, exec->argument(1), array))
602 if (!toVector(exec, exec->argument(1), array))
665 if (!toVector(exec, exec->argument(2), array))
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DTwine.h420 /// toVector - Write the concatenated string into the given SmallString or
422 void toVector(SmallVectorImpl<char> &Out) const;

Completed in 234 milliseconds