Home
last modified time | relevance | path

Searched defs:is_lvalue (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Core/
H A DStlIterators.h181 enum { is_lvalue = internal::is_lvalue<XprType>::value }; enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dcompiler.cpp41 bool value::is_lvalue() const in is_lvalue() function in client::code_gen::value
/aosp_15_r20/external/libaom/tools/auto_refactor/
H A Dauto_refactor.py712 def is_lvalue(self, node): member in FuncInOutVisitor
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir.cpp1730 ir_dereference::is_lvalue(const struct _mesa_glsl_parse_state *state) const in is_lvalue() function in ir_dereference
H A Dir.h2046 bool is_lvalue(const struct _mesa_glsl_parse_state *state) const in is_lvalue() function