HomeSort by relevance Sort by last modified time
    Searched refs:is_lhs (Results 1 - 5 of 5) sorted by null

  /external/bcc/src/cc/frontends/b/
codegen_llvm.cc 249 if (n->is_lhs()) {
273 if (!n->is_lhs())
280 expr_ = n->is_lhs() ? it->second : (Value *)B.CreateLoad(it->second);
289 if (!n->is_lhs())
294 if (n->is_lhs())
304 if (n->is_lhs() || n->decl_->is_struct())
380 } else if (n->is_lhs()) {
423 if (n->is_lhs()) return mkstatus_(n, "cannot assign to a string");
842 if (n->is_lhs()) {
    [all...]
node.h 144 enum prop_flag { READ = 0, WRITE, PROTO, IS_LHS, IS_REF, IS_PKT, LAST };
157 bool is_lhs() const { return flags_[IS_LHS]; } function in class:ebpf::cc::ExprNode
245 lhs_->flags_[ExprNode::IS_LHS] = true;
250 lhs_->flags_[ExprNode::IS_LHS] = true;
  /external/mesa3d/src/compiler/glsl/
ast.h 230 this->is_lhs = false;
286 bool is_lhs; member in class:ast_expression
    [all...]
glsl_parser_extras.cpp     [all...]
ast_to_hir.cpp     [all...]

Completed in 106 milliseconds