Searched refs:elseb (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-warn.c | 2800 tree elseb = COND_EXPR_ELSE (expr); in do_warn_duplicated_branches() local 2803 if (thenb == NULL_TREE || elseb == NULL_TREE) in do_warn_duplicated_branches() 2824 inchash::add_expr (elseb, hstate1); in do_warn_duplicated_branches() 2829 && operand_equal_p (thenb, elseb, OEP_LEXICOGRAPHIC) in do_warn_duplicated_branches() 2834 && !walk_tree_without_duplicates (&elseb, expr_from_macro_expansion_r, in do_warn_duplicated_branches()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-warn.cc | 2790 tree elseb = COND_EXPR_ELSE (expr); in do_warn_duplicated_branches() local 2793 if (thenb == NULL_TREE || elseb == NULL_TREE) in do_warn_duplicated_branches() 2814 inchash::add_expr (elseb, hstate1); in do_warn_duplicated_branches() 2819 && operand_equal_p (thenb, elseb, OEP_LEXICOGRAPHIC in do_warn_duplicated_branches() 2825 && !walk_tree_without_duplicates (&elseb, expr_from_macro_expansion_r, in do_warn_duplicated_branches()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | ir.go | 1396 func (b Builder) CreateCondBr(ifv Value, thenb, elseb BasicBlock) (rv Value) { 1397 rv.C = C.LLVMBuildCondBr(b.C, ifv.C, thenb.C, elseb.C) 1400 func (b Builder) CreateSwitch(v Value, elseb BasicBlock, numCases int) (rv Value) { 1401 rv.C = C.LLVMBuildSwitch(b.C, v.C, elseb.C, C.unsigned(numCases))
|