HomeSort by relevance Sort by last modified time
    Searched refs:deref (Results 76 - 100 of 187) sorted by null

1 2 34 5 6 7 8

  /external/mesa3d/src/glsl/
ir_builder.cpp 49 assign(deref lhs, operand rhs, int writemask)
61 assign(deref lhs, operand rhs)
lower_mat_op_to_vec.cpp 326 ir_dereference *deref = orig_expr->operands[i]->as_dereference(); local
329 if (deref &&
330 deref->variable_referenced() != result->variable_referenced()) {
331 op[i] = deref;
344 * that others that want to use op[i] have to clone the deref.
lower_clip_distance.cpp 184 * there's no way this deref can refer to it.
291 ir_dereference_variable *deref = actual_param->as_dereference_variable(); local
292 if (deref && deref->var == this->old_clip_distance_var) {
opt_dead_code_local.cpp 102 ir_dereference_variable *deref = ir->val->as_dereference_variable(); local
103 if (!deref)
112 kill_channels(deref->var, used);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h 458 m_data.m_value->deref();
520 m_data.m_tagQName->deref();
522 m_data.m_rareData->deref();
524 m_data.m_value->deref();
CSSComputedStyleDeclaration.h 59 virtual void deref() OVERRIDE;
StylePropertySet.h 50 // Override RefCounted's deref() to ensure operator delete is called on
52 void deref();
283 inline void StylePropertySet::deref() function in class:blink::StylePropertySet
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipRects.h 73 void deref() function in class:blink::ClipRects
  /external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.h 86 virtual void derefHTMLMediaSource() OVERRIDE { deref(); }
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_mat_op_to_vec.cpp 326 ir_dereference *deref = orig_expr->operands[i]->as_dereference(); local
329 if (deref &&
330 deref->variable_referenced() != result->variable_referenced()) {
331 op[i] = deref;
344 * that others that want to use op[i] have to clone the deref.
lower_clip_distance.cpp 184 * there's no way this deref can refer to it.
291 ir_dereference_variable *deref = actual_param->as_dereference_variable(); local
292 if (deref && deref->var == this->old_clip_distance_var) {
opt_dead_code_local.cpp 102 ir_dereference_variable *deref = ir->val->as_dereference_variable(); local
103 if (!deref)
112 kill_channels(deref->var, used);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
insn.h 117 unsigned int deref:1; member in struct:yasm_insn_operand
  /external/opencv/cv/src/
cvkdtree.cpp 57 struct deref { struct in struct:CvFeatureTree
62 deref(CvMat* _mat) : mat(_mat) { function in struct:CvFeatureTree::deref
73 { typedef CvKDTree<int, deref<float, CV_32F> > tree_type; c; break; } \
75 { typedef CvKDTree<int, deref<double, CV_64F> > tree_type; c; break; } \
  /external/lldb/source/Target/
StackFrame.cpp 560 bool deref = false; local
575 deref = true;
646 // Make sure we aren't trying to deref an objective
762 if (valobj_sp->GetClangType().IsPointerToScalarType() && deref)
764 // what we have is *ptr[low]. the most similar C++ syntax is to deref ptr
766 // would be done by saying ptr[low], without a deref * sign
778 deref = false;
780 else if (valobj_sp->GetClangType().IsArrayOfScalarType() && deref)
783 // (an operation that is equivalent to deref-ing arr)
785 // would be done by saying arr[low], without a deref * sig
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.cpp 100 void deref() const;
117 deref();
130 deref();
144 void FormElementKey::deref() const function in class:blink::FormElementKey
147 name()->deref();
149 type()->deref();
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptState.cpp 18 // This is deref()ed in the weak callback of the v8::Context.
27 data.GetParameter()->deref();
102 // This is deref()ed in the weak callback of the v8::Context.
V8ValueCache.cpp 45 key->deref();
ScriptStreamer.cpp 236 deref();
248 deref();
300 // running. This is taken care of with a manual ref() & deref() pair;
301 // the corresponding deref() is in streamingComplete.
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8ArrayBufferCustom.cpp 73 toImpl(internalPointer)->deref();
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEmpty.cpp 81 internalPointer->toImpl<TestInterfaceEmpty>()->deref();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContext.h 117 void deref() { derefExecutionContext(); } function in class:blink::ExecutionContext
  /external/chromium_org/third_party/WebKit/Source/core/testing/
MockPagePopupDriver.cpp 104 deref();
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzFace.cpp 98 result.get()->value->deref();
  /external/chromium_org/third_party/WebKit/Source/web/
WebSecurityOrigin.cpp 163 m_private->deref();

Completed in 809 milliseconds

1 2 34 5 6 7 8