Home
last modified time | relevance | path

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

123456

/dports/math/rumur/rumur-2021.09.29/librumur/src/
H A DDecl.cc38 bool AliasDecl::is_lvalue() const { return value->is_lvalue(); } in is_lvalue() function in rumur::AliasDecl
62 bool ConstDecl::is_lvalue() const { return false; } in is_lvalue() function in rumur::ConstDecl
108 bool VarDecl::is_lvalue() const { return true; } in is_lvalue() function in rumur::VarDecl
H A DExpr.cc29 bool Expr::is_lvalue() const { return false; } in is_lvalue() function in rumur::Expr
792 bool ExprID::is_lvalue() const { in is_lvalue() function in rumur::ExprID
870 bool Field::is_lvalue() const { return record->is_lvalue(); } in is_lvalue() function in rumur::Field
926 bool Element::is_lvalue() const { return array->is_lvalue(); } in is_lvalue() function in rumur::Element
/dports/devel/upp/upp/uppsrc/plugin/Eigen/Eigen/src/Core/
H A DStlIterators.h99 enum { is_lvalue = internal::is_lvalue<XprType>::value }; enumerator
/dports/math/pdal/PDAL-2.3.0/vendor/eigen/Eigen/src/Core/
H A DStlIterators.h178 enum { is_lvalue = internal::is_lvalue<XprType>::value }; enumerator
/dports/misc/openmvg/openMVG-2.0/src/third_party/eigen/Eigen/src/Core/
H A DStlIterators.h181 enum { is_lvalue = internal::is_lvalue<XprType>::value }; enumerator
/dports/devel/bullet/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/
H A DStlIterators.h181 enum { is_lvalue = internal::is_lvalue<XprType>::value }; enumerator
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/Eigen/src/Core/
H A DStlIterators.h181 enum { is_lvalue = internal::is_lvalue<XprType>::value }; enumerator
/dports/math/adept/adept-2.0.8/include/adept/
H A DArrayWrapper.h31 static const bool is_lvalue = true; member
H A DExpression.h67 static const bool is_lvalue = false; member
402 static const bool is_lvalue = E::is_lvalue; member
H A DActive.h54 static const bool is_lvalue = true; variable
/dports/sysutils/edk2/edk2-edk2-stable202102/CryptoPkg/Library/OpensslLib/openssl/test/
H A DREADME.ssltest.md195 * SRPUser, SRPPassword - SRP settings. For client, this is the SRP user to
/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/examples.vpi/
H A Dvchkprt1.c253 static int is_lvalue(vpiHandle xref) in is_lvalue() function
/dports/lang/nwcc/nwcc_0.8.3/cpp/
H A Dsubexpr.h147 int is_lvalue; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp285 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp285 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp285 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp285 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp285 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp285 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp285 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp285 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp296 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTResultSynthesizer.cpp285 bool is_lvalue = last_expr->getValueKind() == VK_LValue && in SynthesizeBodyResult() local
/dports/lang/nwcc/nwcc_0.8.3/
H A Dsubexpr.h147 int is_lvalue; member
/dports/math/rumur/rumur-2021.09.29/rumur/src/
H A Dgenerate-expr.cc311 bool is_lvalue = argument->is_lvalue(); in visit_functioncall() local

123456