HomeSort by relevance Sort by last modified time
    Searched refs:deref (Results 1 - 25 of 228) sorted by null

1 2 3 4 5 6 7 8 910

  /external/webkit/Source/WebCore/platform/network/
AuthenticationClient.h 41 void deref() { derefAuthenticationClient(); } function in class:WebCore::AuthenticationClient
  /frameworks/compile/mclinker/include/mcld/LD/
FragmentRef.h 68 Address deref();
70 ConstAddress deref() const;
73 { return deref(); }
76 { return deref(); }
  /external/mesa3d/src/glsl/
lower_texture_projection.cpp 63 ir_dereference *deref = new(mem_ctx) ir_dereference_variable(var); local
68 ir_assignment *assign = new(mem_ctx) ir_assignment(deref, expr, NULL);
71 deref = new(mem_ctx) ir_dereference_variable(var);
75 deref);
78 deref = new(mem_ctx) ir_dereference_variable(var);
82 deref);
lower_vec_index_to_cond_assign.cpp 73 ir_dereference *deref; local
94 deref = new(base_ir) ir_dereference_variable(index);
95 assign = new(base_ir) ir_assignment(deref, orig_deref->array_index, NULL);
105 deref = new(base_ir) ir_dereference_variable(index);
108 deref,
111 /* Just clone the rest of the deref chain when trying to get at the
117 deref = new(base_ir) ir_dereference_variable(var);
118 assign = new(base_ir) ir_assignment(deref, swizzle, condition);
154 ir_dereference_variable *deref; local
178 deref = new(ir) ir_dereference_variable(index)
    [all...]
lower_vec_index_to_swizzle.cpp 63 ir_dereference_array *deref = ir->as_dereference_array(); local
66 if (!deref)
69 if (deref->array->type->is_matrix() || deref->array->type->is_array())
72 assert(deref->array_index->type->base_type == GLSL_TYPE_INT);
73 ir_constant = deref->array_index->constant_expression_value();
79 return new(ctx) ir_swizzle(deref->array,
opt_function_inlining.cpp 41 ir_dereference *deref);
191 /* If any samplers were passed in, replace any deref of the sampler
192 * with a deref of the sampler argument.
201 ir_dereference *deref = param->as_dereference(); local
203 assert(deref);
204 do_sampler_replacement(&new_instructions, sig_param, deref);
323 * Replaces references to the "sampler" variable with a clone of "deref."
333 ir_sampler_replacement_visitor(ir_variable *sampler, ir_dereference *deref)
336 this->deref = deref;
352 ir_dereference *deref; member in class:ir_sampler_replacement_visitor
    [all...]
lower_if_to_cond_assign.cpp 113 ir_dereference *deref = new(mem_ctx) ir_dereference_variable(cond_var); local
116 cond_expr = deref;
120 deref,
160 ir_dereference_variable *deref; local
184 deref = new(mem_ctx) ir_dereference_variable(cond_var);
185 assign = new(mem_ctx) ir_assignment(deref,
  /external/llvm/include/llvm/CodeGen/
MachineInstrBundle.h 113 MachineOperand &deref() const { return *OpI; } function in class:llvm::MachineOperandIteratorBase
166 MachineOperand &operator* () const { return deref(); }
167 MachineOperand *operator->() const { return &deref(); }
176 const MachineOperand &operator* () const { return deref(); }
177 const MachineOperand *operator->() const { return &deref(); }
186 MachineOperand &operator* () const { return deref(); }
187 MachineOperand *operator->() const { return &deref(); }
197 const MachineOperand &operator* () const { return deref(); }
198 const MachineOperand *operator->() const { return &deref(); }
  /external/webkit/Source/JavaScriptCore/runtime/
RopeImpl.cpp 41 nextRope->deref();
43 static_cast<StringImpl*>(fiber)->deref();
RopeImpl.h 54 static void deref(Fiber fiber) function in class:JSC::RopeImpl
57 static_cast<RopeImpl*>(fiber)->deref();
59 static_cast<StringImpl*>(fiber)->deref();
72 ALWAYS_INLINE void deref() function in class:JSC::RopeImpl
  /external/webkit/Source/WebCore/html/
ValidityState.h 41 void deref() { m_control->deref(); } function in class:WebCore::ValidityState
DOMSettableTokenList.h 47 virtual void deref() { RefCounted<DOMSettableTokenList>::deref(); } function in class:WebCore::DOMSettableTokenList
  /external/webkit/Source/WebCore/bindings/cpp/
WebNativeNodeFilterCondition.cpp 34 m_filter->deref();
  /external/webkit/Source/WebCore/bridge/jni/
JobjectWrapper.h 50 void deref() function in class:JSC::Bindings::JobjectWrapper
  /external/webkit/Source/WebCore/platform/graphics/android/
SharedBufferStream.cpp 36 ((SharedBuffer*)buffer)->deref();
46 // we can't necessarily call fBuffer->deref() here, as we may be
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCustomPlatformDataPango.cpp 40 static_cast<SharedBuffer*>(data)->deref();
  /external/webkit/Source/WebCore/rendering/
RenderWidgetProtector.h 44 m_object->deref(m_arena);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKType.cpp 47 static_cast<APIObject*>(const_cast<void*>(typeRef))->deref();
  /frameworks/compile/mclinker/include/mcld/MC/
MCFragmentRef.h 67 Address deref();
69 ConstAddress deref() const;
72 { return deref(); }
75 { return deref(); }
  /external/webkit/Source/WebCore/rendering/style/
ContentData.cpp 68 m_content.m_image->deref();
71 m_content.m_text->deref();
  /external/webkit/Source/WebCore/workers/
AbstractWorker.h 58 using RefCounted<AbstractWorker>::deref;
71 virtual void derefEventTarget() { deref(); }
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestUpload.h 66 using RefCounted<XMLHttpRequestUpload>::deref;
72 virtual void derefEventTarget() { deref(); }
  /external/webkit/Source/WebKit/qt/Api/
qwebhistory_p.h 45 item->deref();
62 lst->deref();
  /external/webkit/Tools/DumpRenderTree/chromium/
TestWebWorker.h 67 deref();
81 deref();
  /external/webkit/Source/WebCore/bindings/objc/
DOMXPath.mm 48 IMPL->deref();
55 IMPL->deref();

Completed in 465 milliseconds

1 2 3 4 5 6 7 8 910