OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:then_clause
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vect-patterns.cc
5060
tree cond_expr,
then_clause
, else_clause;
local
5074
then_clause
= gimple_assign_rhs2 (last_stmt);
5087
|| ((TREE_CODE (
then_clause
) != INTEGER_CST
5093
if ((TREE_CODE (
then_clause
) != INTEGER_CST
5094
&& !type_conversion_p (vinfo,
then_clause
, false,
5109
then_clause
= gimple_assign_rhs1 (def_stmt0);
5153
if ((TREE_CODE (
then_clause
) == INTEGER_CST
5154
&& !int_fits_type_p (
then_clause
, itype))
5162
fold_convert (itype,
then_clause
),
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-patterns.cc
3863
tree cond_expr,
then_clause
, else_clause;
local
3877
then_clause
= gimple_assign_rhs2 (last_stmt);
3890
|| ((TREE_CODE (
then_clause
) != INTEGER_CST
3896
if ((TREE_CODE (
then_clause
) != INTEGER_CST
3897
&& !type_conversion_p (vinfo,
then_clause
, false,
3912
then_clause
= gimple_assign_rhs1 (def_stmt0);
3956
if ((TREE_CODE (
then_clause
) == INTEGER_CST
3957
&& !int_fits_type_p (
then_clause
, itype))
3965
fold_convert (itype,
then_clause
),
tree-vect-stmts.cc
10336
tree
then_clause
, else_clause;
local
10420
&
then_clause
, &then_slp_node, &dts[2], &vectype1))
10467
std::swap (
then_clause
, else_clause);
10642
then_clause
, &vec_oprnds2, vectype,
10649
then_clause
, &vec_oprnds2, vectype,
/src/external/gpl3/gcc/dist/gcc/cp/
decl.cc
10094
tree
then_clause
= NULL_TREE, inner_then_clause = NULL_TREE;
10140
then_clause
= begin_compound_stmt (BCS_NO_SCOPE);
10217
finish_compound_stmt (
then_clause
);
10082
tree
then_clause
= NULL_TREE, inner_
then_clause
= NULL_TREE;
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc
9641
tree
then_clause
= NULL_TREE, inner_then_clause = NULL_TREE;
9687
then_clause
= begin_compound_stmt (BCS_NO_SCOPE);
9764
finish_compound_stmt (
then_clause
);
9629
tree
then_clause
= NULL_TREE, inner_
then_clause
= NULL_TREE;
local
Completed in 66 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026