Searched refs:is_lvalue (Results 1 - 25 of 25) sorted by relevance

/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp274 // is_lvalue is used to record whether the expression returns an assignable Lvalue or an
313 bool is_lvalue = local
330 log->Printf("Last statement is an %s with type: %s", (is_lvalue ? "lvalue" : "rvalue"), s.c_str());
335 if (is_lvalue)
H A DClangExpressionDeclMap.cpp184 bool is_lvalue
205 uint32_t offset = m_parser_vars->m_materializer->AddResultVariable(user_type, is_lvalue, m_keep_result_in_memory, err);
271 if (is_lvalue)
/external/eigen/Eigen/src/Core/
H A DArrayWrapper.h44 internal::is_lvalue<ExpressionType>::value,
164 internal::is_lvalue<ExpressionType>::value,
H A DDiagonal.h54 MaskLvalueBit = is_lvalue<MatrixType>::value ? LvalueBit : 0,
93 internal::is_lvalue<MatrixType>::value,
H A DMap.h96 Flags3 = is_lvalue<PlainObjectType>::value ? int(Flags2) : (int(Flags2) & ~LvalueBit),
H A DSwap.h44 internal::is_lvalue<ExpressionType>::value,
H A DMapBase.h45 bool(internal::is_lvalue<Derived>::value),
193 internal::is_lvalue<Derived>::value,
H A DTranspose.h44 FlagsLvalueBit = is_lvalue<MatrixType>::value ? LvalueBit : 0,
113 internal::is_lvalue<MatrixType>::value,
H A DRef.h206 typename internal::enable_if<bool(internal::is_lvalue<Derived>::value&&bool(Traits::template match<Derived>::MatchAtCompileTime)),Derived>::type* = 0,
H A DBlock.h85 FlagsLvalueBit = is_lvalue<XprType>::value ? LvalueBit : 0,
/external/eigen/Eigen/src/Core/util/
H A DStaticAssert.h192 EIGEN_STATIC_ASSERT(internal::is_lvalue<Derived>::value, \
H A DXprHelper.h459 struct is_lvalue
/external/lldb/include/lldb/Expression/
H A DClangExpressionDeclMap.h141 bool is_lvalue);
H A DMaterializer.h89 uint32_t AddResultVariable (const TypeFromUser &type, bool is_lvalue, bool keep_in_memory, Error &err);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.h168 virtual bool is_lvalue() const function in class:ir_rvalue
1482 bool is_lvalue() const function in class:ir_swizzle
1484 return val->is_lvalue() && !mask.has_duplicates;
1514 bool is_lvalue() const;
H A Dir_validate.cpp610 if (!actual_param->is_lvalue()) {
H A Dast_function.cpp144 * is_lvalue() is insufficient because the actual parameter at the
166 } else if (!actual->is_lvalue()) {
H A Dir.cpp1263 ir_dereference::is_lvalue() const function in class:ir_dereference
H A Dast_to_hir.cpp644 * is handled by ir_dereference::is_lvalue.
707 } else if (!lhs->is_lvalue()) {
/external/mesa3d/src/glsl/
H A Dir.h168 virtual bool is_lvalue() const function in class:ir_rvalue
1482 bool is_lvalue() const function in class:ir_swizzle
1484 return val->is_lvalue() && !mask.has_duplicates;
1514 bool is_lvalue() const;
H A Dir_validate.cpp610 if (!actual_param->is_lvalue()) {
H A Dast_function.cpp144 * is_lvalue() is insufficient because the actual parameter at the
166 } else if (!actual->is_lvalue()) {
H A Dir.cpp1263 ir_dereference::is_lvalue() const function in class:ir_dereference
H A Dast_to_hir.cpp644 * is handled by ir_dereference::is_lvalue.
707 } else if (!lhs->is_lvalue()) {
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DExprNodes.py315 def is_lvalue(self): member in class:ExprNode
319 return self.is_lvalue() and not self.type.is_memoryviewslice
1695 if (not self.is_lvalue() and self.entry.is_cfunction and
1705 if not self.is_lvalue():
1830 def is_lvalue(self): member in class:NameNode
2905 if not node.is_lvalue():
3362 def is_lvalue(self): member in class:IndexNode
4315 def is_lvalue(self): member in class:CallNode
5243 if not node.is_lvalue():
5490 def is_lvalue(sel member in class:AttributeNode
[all...]

Completed in 415 milliseconds