Home
last modified time | relevance | path

Searched refs:lvalues (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/LLVM/test/Transforms/ScalarRepl/
Dphinodepromote.ll6 ; lvalues), so handling this simple extension is quite useful.
/external/webrtc/webrtc/base/
Dsigslottester.h.pump47 // non-const value types suitable for use as lvalues.
/external/eigen/doc/
DTutorialBlockOperations.dox7 as rvalues and as lvalues. As usual with Eigen expressions, this abstraction has zero runtime cost
49 it was only read from. However, blocks can also be used as \em lvalues, meaning that you can assign…
DTutorialArrayClass.dox145 can be used as rvalues and as lvalues.
/external/skia/site/dev/contrib/
Dstyle.md393 We prefer that equality operators between lvalues and rvalues place the lvalue
/external/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp1411 std::vector<std::tuple<SpvId, SpvId, std::unique_ptr<LValue>>> lvalues; in writeFunctionCall() local
1431 lvalues.push_back(std::make_tuple(tmpVar, this->getType(c.fArguments[i]->fType), in writeFunctionCall()
1458 for (const auto& tuple : lvalues) { in writeFunctionCall()
/external/curl/m4/
Dcurl-compilers.m4600 dnl would restrict the lvalues that could be safely used to access
/external/clang/docs/
DAutomaticReferenceCounting.rst700 lvalues of retainable object pointer type have an ownership qualifier. The
880 and rvalue references in C++. For ``__strong`` lvalues, moving is equivalent
883 of the current full-expression. For all other lvalues, moving is equivalent to
DUsersManual.rst1715 - Arrays which are not lvalues are not implicitly promoted to pointers
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.14937 (ffi_prep_clousure): Avoid the casts on lvalues. Change the branch