Searched defs:Promote (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/heap/
H A Darray-buffer-tracker.cc125 void ArrayBufferTracker::Promote(JSArrayBuffer* buffer) { function in class:v8::internal::ArrayBufferTracker
/external/clang/test/SemaTemplate/
H A Dnested-name-spec-template.cpp7 template<typename T> struct Promote;
9 template<> struct Promote<short> { struct in namespace:N::M
13 template<> struct Promote<int> { struct in namespace:N::M
17 template<> struct Promote<float> { struct in namespace:N::M
21 Promote<short>::type *ret_intptr(int* ip) { return ip; }
22 Promote<int>::type *ret_intptr2(int* ip) { return ip; }
25 M::Promote<int>::type *ret_intptr3(int* ip) { return ip; }
26 M::template Promote<int>::type *ret_intptr4(int* ip) { return ip; }
31 M::template Promote<int> pi;
37 N::M::Promote<in
42 N::M::template Promote; // expected-error{{expected unqualified-id}} member in class:N::M
[all...]
/external/drm_hwcomposer/
H A Dglworker.cpp712 bool GLWorkerCompositor::CachedFramebuffer::Promote() { function in class:android::GLWorkerCompositor::CachedFramebuffer
733 if (cached_framebuffer->Promote()) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp114 SDValue Promote(SDValue Op);
353 case TargetLowering::Promote:
354 Result = Promote(Op);
383 SDValue VectorLegalizer::Promote(SDValue Op) { function in class:__anon11847::VectorLegalizer
389 // "Promote" the operation by extending the operand.
393 // Promote the operation by extending the operand.

Completed in 136 milliseconds