Searched refs:is_constant (Results 1 - 16 of 16) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dptrmem1.C6 virtual int is_constant();
12 if (y->is_constant) // { dg-error "" } assuming &
/haiku-buildtools/legacy/gcc/gcc/ch/
H A Dconvert.c253 int is_erroneous = 0, is_constant = 1, is_simple = 1;
265 is_constant = 0;
311 is_constant = 0;
318 if (is_constant)
320 if (is_constant && is_simple)
332 int is_constant = 1;
372 is_constant = 0;
496 is_constant = 0;
560 if (is_constant)
562 if (is_constant
250 int is_erroneous = 0, is_constant = 1, is_simple = 1; local
329 int is_constant = 1; local
655 int is_constant = 1; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-ccp.c1679 bool is_constant = false; local
1710 is_constant = simplified && is_gimple_min_invariant (simplified);
1711 fold_undefer_overflow_warnings (is_constant, stmt, 0);
1712 if (is_constant)
1739 is_constant = simplified && is_gimple_min_invariant (simplified);
1740 if (is_constant)
1752 && !is_constant)
1882 is_constant = (val.lattice_val == CONSTANT);
1886 && ((is_constant && TREE_CODE (val.value) == INTEGER_CST)
1887 || (!is_constant
[all...]
/haiku-buildtools/gcc/gcc/go/gofrontend/
H A Dbackend.h578 bool is_constant, bool is_common, int64_t alignment) = 0;
593 bool is_hidden, bool is_constant, bool is_common,
H A Dexpressions.h478 is_constant() const function in class:Expression
1538 { return this->left_->is_constant() && this->right_->is_constant(); }
H A Dstatements.h1321 is_constant() const;
1395 is_constant() const;
H A Dstatements.cc2202 if ((*p)->is_constant())
2308 if ((*p)->is_constant())
2472 if ((*arg)->is_constant())
3356 Case_clauses::Case_clause::is_constant() const function in class:Case_clauses::Case_clause
3363 if (!(*p)->is_constant() || (*p)->type()->integer_type() == NULL)
3599 Case_clauses::is_constant() const function in class:Case_clauses
3604 if (!p->is_constant())
3896 && this->clauses_->is_constant())
H A Dexpressions.cc3227 if (!this->expr_->is_constant())
3790 return this->expr_->is_constant();
5198 && !this->left_->is_constant())
5205 && !this->right_->is_constant())
6811 if (this->is_constant())
7293 if (!arg->is_constant())
7308 bool ret = arg->is_constant();
7331 return args->front()->is_constant() && args->back()->is_constant();
7339 return arg != NULL && arg->is_constant();
[all...]
H A Dgogo.cc2956 else if (variable->init()->is_constant())
3069 else if (!constant->expr()->is_constant())
H A Dtypes.cc5755 if (!this->length_->is_constant())
/haiku-buildtools/gcc/gcc/go/
H A Dgo-gcc.cc1669 bool is_constant = true; local
1699 is_constant = false;
1703 if (is_constant)
1728 bool is_constant = true; local
1749 is_constant = false;
1758 if (is_constant)
2610 bool is_hidden, bool is_constant,
2642 if (is_constant)
2609 implicit_variable(const std::string& name, Btype* type, bool is_hidden, bool is_constant, bool is_common, int64_t alignment) argument
/haiku-buildtools/gcc/gcc/jit/
H A Djit-recording.h962 virtual bool is_constant () const { return false; } function in class:gcc::jit::recording::rvalue
1251 bool is_constant () const { return true; } function in class:gcc::jit::recording::memento_of_new_rvalue_from_const
H A Dlibgccjit.c2149 RETURN_NULL_IF_FAIL_PRINTF1 (min_value->is_constant (), ctxt, NULL,
2152 RETURN_NULL_IF_FAIL_PRINTF1 (max_value->is_constant (), ctxt, NULL,
/haiku-buildtools/isl/
H A Disl_tab_pip.c1364 static int is_constant(struct isl_tab *tab, int row) function
1399 if (is_constant(tab, row)) {
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-intrinsic.c84 bool is_constant; member in struct:gfc_intrinsic_map_t
837 TREE_READONLY (fndecl) = m->is_constant;
/haiku-buildtools/gcc/gcc/config/rs6000/
H A Drs6000.c17844 bool is_constant = CONSTANT_P (x);
17851 if (is_constant)
17882 if (is_constant || GET_CODE (x) == PLUS)
17817 bool is_constant = CONSTANT_P (x); local
[all...]

Completed in 515 milliseconds