| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/ |
| FileWriter.h | 117 FileWriter(const FileWriter &rhs) = delete; member in class:llvm::gsym::FileWriter 118 void operator=(const FileWriter &rhs) = delete; member in class:llvm::gsym::FileWriter
|
| FileWriter.h | 117 FileWriter(const FileWriter &rhs) = delete; member in class:llvm::gsym::FileWriter 118 void operator=(const FileWriter &rhs) = delete; member in class:llvm::gsym::FileWriter
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| tilegx-multiply.h | 43 unsigned char rhs; member in struct:tilegx_multiply_insn_seq_entry
|
| tilegx-multiply.h | 43 unsigned char rhs; member in struct:tilegx_multiply_insn_seq_entry
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| tilepro-multiply.h | 46 unsigned char rhs; member in struct:tilepro_multiply_insn_seq_entry
|
| tilepro-multiply.h | 46 unsigned char rhs; member in struct:tilepro_multiply_insn_seq_entry
|
| /src/sys/ddb/ |
| db_expr.c | 147 db_expr_t lhs, rhs; local 155 if (!db_term(&rhs)) { 160 lhs *= rhs; 162 if (rhs == 0) { 167 lhs /= rhs; 169 lhs %= rhs; 171 lhs = ((lhs+rhs-1)/rhs)*rhs; 183 db_expr_t lhs, rhs; local 209 db_expr_t lhs, rhs; local 226 lhs <<= rhs; local [all...] |
| db_expr.c | 147 db_expr_t lhs, rhs; local 155 if (!db_term(&rhs)) { 160 lhs *= rhs; 162 if (rhs == 0) { 167 lhs /= rhs; 169 lhs %= rhs; 171 lhs = ((lhs+rhs-1)/rhs)*rhs; 183 db_expr_t lhs, rhs; local 209 db_expr_t lhs, rhs; local 226 lhs <<= rhs; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| c-exp.h | 140 value *rhs variable 143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
|
| c-exp.h | 140 value *rhs variable 143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| c-exp.h | 140 value *rhs variable 143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
|
| c-exp.h | 140 value *rhs variable 143 return FUNC (expect_type, exp, noside, OP, lhs, rhs);
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-mve-builtins-base.cc | 60 tree rhs = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (f.lhs), variable 62 return gimple_build_assign (f.lhs, VIEW_CONVERT_EXPR, rhs);
|
| arm-mve-builtins-base.cc | 60 tree rhs = build1 (VIEW_CONVERT_EXPR, TREE_TYPE (f.lhs), variable 62 return gimple_build_assign (f.lhs, VIEW_CONVERT_EXPR, rhs);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-predicate-analysis.h | 51 predicate (const predicate &rhs) : m_preds (vNULL) { *this = rhs; } 142 uninit_analysis (const uninit_analysis &rhs) = delete; member in class:uninit_analysis
|
| tree-nrv.cc | 184 tree rhs; local 189 rhs = gimple_assign_rhs1 (stmt); 198 if (found != rhs) 202 found = rhs; 299 expression where the RHS is a function returning an aggregate. 323 return in memory on the RHS. For each of these, determine whether it is
|
| gimple-predicate-analysis.h | 51 predicate (const predicate &rhs) : m_preds (vNULL) { *this = rhs; } 142 uninit_analysis (const uninit_analysis &rhs) = delete; member in class:uninit_analysis
|
| tree-nrv.cc | 184 tree rhs; local 189 rhs = gimple_assign_rhs1 (stmt); 198 if (found != rhs) 202 found = rhs; 299 expression where the RHS is a function returning an aggregate. 323 return in memory on the RHS. For each of these, determine whether it is
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-nrv.cc | 184 tree rhs; local 189 rhs = gimple_assign_rhs1 (stmt); 198 if (found != rhs) 202 found = rhs; 289 expression where the RHS is a function returning an aggregate. 313 return in memory on the RHS. For each of these, determine whether it is
|
| tree-nrv.cc | 184 tree rhs; local 189 rhs = gimple_assign_rhs1 (stmt); 198 if (found != rhs) 202 found = rhs; 289 expression where the RHS is a function returning an aggregate. 313 return in memory on the RHS. For each of these, determine whether it is
|
| gimple-walk.cc | 190 /* Walk the RHS operands. If the LHS is of a non-renamable type or 191 is a register variable, we may use a COMPONENT_REF on the RHS. */ 208 /* Walk the LHS. If the RHS is appropriate for a memory, we 212 /* If the RHS is of a non-renamable type or is a register variable, 761 tree lhs, rhs, arg; local 770 rhs = arg; 771 while (handled_component_p (rhs)) 772 rhs = TREE_OPERAND (rhs, 0); 775 if (TREE_CODE (rhs) == ADDR_EXPR 848 tree rhs = get_base_loadstore (arg); local [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| FormatVariadic.h | 80 formatv_object_base(formatv_object_base const &rhs) = delete; member in class:llvm::formatv_object_base 81 formatv_object_base(formatv_object_base &&rhs) = default; member in class:llvm::formatv_object_base 157 formatv_object(formatv_object const &rhs) = delete; member in class:llvm::formatv_object 159 formatv_object(formatv_object &&rhs) 160 : formatv_object_base(std::move(rhs)), 161 Parameters(std::move(rhs.Parameters)) {
|
| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| po-gram-gen.h | 13 struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs; member in union:__anon9270
|
| po-gram-gen2.h | 13 struct { struct msgstr_def rhs; lex_pos_ty pos; bool obsolete; } rhs; member in union:__anon9278
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| pass-by-ref-2.cc | 34 ByRef (const ByRef &rhs); 44 ByRef::ByRef (const ByRef &rhs) 116 Inlined (const Inlined &rhs) 161 FourCCtor (FourCCtor &rhs); 162 FourCCtor (const FourCCtor &rhs); 163 FourCCtor (volatile FourCCtor &rhs); 164 FourCCtor (const volatile FourCCtor &rhs); 174 FourCCtor::FourCCtor (FourCCtor &rhs) 179 FourCCtor::FourCCtor (const FourCCtor &rhs) 184 FourCCtor::FourCCtor (volatile FourCCtor &rhs) 208 TwoMCtor (TwoMCtor &&rhs) = default; member in class:TwoMCtor 234 TwoMCtorAndCCtor (const TwoMCtorAndCCtor &rhs) = default; member in class:TwoMCtorAndCCtor 239 TwoMCtorAndCCtor (TwoMCtorAndCCtor &&rhs) = default; member in class:TwoMCtorAndCCtor [all...] |