| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/ |
| output_test.h | 161 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ 163 (entry.getfn< var_type >(var_name), (value)) << "\n" \ 166 << "expected (" << #var_type << ")" << (var_name) \ 167 << "=" << (entry).getfn< var_type >(var_name) \ 172 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor) \ 174 (entry.getfn< var_type >(var_name), (value), (eps_factor) * (value)) << "\n" \ 177 << "expected (" << #var_type << ")" << (var_name) \ 178 << "=" << (entry).getfn< var_type >(var_name) \ 183 << "but delta was " << ((entry).getfn< var_type >(var_name) - (value)) \ 184 << " (" << (((entry).getfn< var_type >(var_name) - (value)) [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/ |
| output_test.h | 151 #define _CHECK_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value) \ 153 (entry.getfn< var_type >(var_name), (value)) << "\n" \ 156 << "expected (" << #var_type << ")" << (var_name) \ 157 << "=" << (entry).getfn< var_type >(var_name) \ 162 #define _CHECK_FLOAT_RESULT_VALUE(entry, getfn, var_type, var_name, relationship, value, eps_factor) \ 164 (entry.getfn< var_type >(var_name), (value), (eps_factor) * (value)) << "\n" \ 167 << "expected (" << #var_type << ")" << (var_name) \ 168 << "=" << (entry).getfn< var_type >(var_name) \ 173 << "but delta was " << ((entry).getfn< var_type >(var_name) - (value)) \ 174 << " (" << (((entry).getfn< var_type >(var_name) - (value)) [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| mi-var-rtti.exp | 60 proc check_new_derived_without_rtti {var_name var_type testname} { 62 mi_create_varobj_checked ${varobj_name} ${var_name} ${var_type} \ 100 proc check_new_derived_with_rtti {var_name var_type testname} { 102 mi_create_varobj_checked ${varobj_name} ${var_name} ${var_type} \
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| mi-var-rtti.exp | 60 proc check_new_derived_without_rtti {var_name var_type testname} { 62 mi_create_varobj_checked ${varobj_name} ${var_name} ${var_type} \ 100 proc check_new_derived_with_rtti {var_name var_type testname} { 102 mi_create_varobj_checked ${varobj_name} ${var_name} ${var_type} \
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-setshow.h | 41 extern LONGEST parse_cli_var_integer (var_types var_type,
|
| cli-setshow.c | 198 parse_cli_var_integer (var_types var_type, const literal_def *extra_literals, 257 || (var_type == var_uinteger && val < 0) 258 || (var_type == var_integer && val > INT_MAX) 259 || (var_type == var_pinteger && val < 0) 260 || (var_type == var_pinteger && val > INT_MAX)) 449 error (_("gdb internal error: bad var_type in do_setshow_command")); 640 gdb_assert_not_reached ("bad var_type");
|
| /src/external/gpl3/gdb.old/dist/gdb/cli/ |
| cli-setshow.h | 41 extern LONGEST parse_cli_var_integer (var_types var_type,
|
| cli-setshow.c | 198 parse_cli_var_integer (var_types var_type, const literal_def *extra_literals, 257 || (var_type == var_uinteger && val < 0) 258 || (var_type == var_integer && val > INT_MAX) 259 || (var_type == var_pinteger && val < 0) 260 || (var_type == var_pinteger && val > INT_MAX)) 449 error (_("gdb internal error: bad var_type in do_setshow_command")); 640 gdb_assert_not_reached ("bad var_type");
|
| /src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| gcn-tree.cc | 104 tree var_type = TREE_TYPE (var); local 106 if (TREE_CODE (var_type) == COMPLEX_TYPE 107 || TREE_CODE (var_type) == REAL_TYPE) 110 if (TYPE_SIZE (var_type) == TYPE_SIZE (long_long_unsigned_type_node)) 120 tree init_expr = omp_reduction_init_op (loc, op, var_type); 141 tree write_expr = fold_build1 (code, var_type, expect_var); 142 write_expr = fold_build2 (op, var_type, write_expr, var); 183 return fold_build1 (code, var_type, write_var); 209 tree var_type = TREE_TYPE (var); local 261 tree acc_in = make_ssa_name (var_type); 316 tree var_type local 353 tree var_type = TREE_TYPE (var); local 422 tree var_type = TREE_TYPE (var); local 464 tree var_type = TREE_TYPE (var); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| gcn-tree.cc | 104 tree var_type = TREE_TYPE (var); local 106 if (TREE_CODE (var_type) == COMPLEX_TYPE 107 || SCALAR_FLOAT_TYPE_P (var_type)) 110 if (TYPE_SIZE (var_type) == TYPE_SIZE (long_long_unsigned_type_node)) 120 tree init_expr = omp_reduction_init_op (loc, op, var_type); 141 tree write_expr = fold_build1 (code, var_type, expect_var); 142 write_expr = fold_build2 (op, var_type, write_expr, var); 183 return fold_build1 (code, var_type, write_var); 209 tree var_type = TREE_TYPE (var); local 261 tree acc_in = make_ssa_name (var_type); 316 tree var_type local 353 tree var_type = TREE_TYPE (var); local 422 tree var_type = TREE_TYPE (var); local 464 tree var_type = TREE_TYPE (var); local [all...] |
| /src/external/bsd/top/dist/ |
| ap_snprintf.c | 675 enum var_type_enum var_type = IS_INT; local 774 var_type = IS_QUAD; 778 var_type = IS_LONG; 782 var_type = IS_SHORT; 786 var_type = IS_INT; 802 if (var_type == IS_QUAD) { 808 if (var_type == IS_LONG) 810 else if (var_type == IS_SHORT) 822 if (var_type == IS_QUAD) { 828 if (var_type == IS_LONG [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| command.h | 131 /* Return true if a setting of type VAR_TYPE is backed with type T. 136 parameter is not a type used to back a var_type and it is most likely a 139 bool var_type_uses (var_types var_type) = delete; variable 224 Type T must match the var type VAR_TYPE (see VAR_TYPE_USES). */ 226 setting (var_types var_type, T *var, 228 : m_var_type (var_type), m_var (var), m_extra_literals (extra_literals) 231 gdb_assert (var_type_uses<T> (var_type)); 246 static erased_args erase_args (var_types var_type, 251 gdb_assert (var_type_uses<T> (var_type)); 269 type VAR_TYPE (see VAR_TYPE_USES). * [all...] |
| ada-typeprint.c | 516 VAR_TYPE. DISCR_TYPE is the type of the discriminant (or nullptr 522 print_variant_clauses (struct type *var_type, struct type *discr_type, 527 for (int i = 0; i < var_type->num_fields (); i += 1) 530 if (print_choices (var_type, i, stream, discr_type)) 532 if (print_record_field_types (var_type->field (i).type (), 539 print_selected_record_field_types (var_type, outer_type, i, i, 558 struct type *var_type, *par_type; 561 var_type = type->field (field_num).type (); 562 discr_type = ada_variant_discrim_type (var_type, outer_type); 564 if (var_type->code () == TYPE_CODE_PTR 557 struct type *var_type, *par_type; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| command.h | 132 /* Return true if a setting of type VAR_TYPE is backed with type T. 137 parameter is not a type used to back a var_type and it is most likely a 140 bool var_type_uses (var_types var_type) = delete; variable 225 Type T must match the var type VAR_TYPE (see VAR_TYPE_USES). */ 227 setting (var_types var_type, T *var, 229 : m_var_type (var_type), m_var (var), m_extra_literals (extra_literals) 232 gdb_assert (var_type_uses<T> (var_type)); 247 static erased_args erase_args (var_types var_type, 252 gdb_assert (var_type_uses<T> (var_type)); 270 type VAR_TYPE (see VAR_TYPE_USES). * [all...] |
| ada-typeprint.c | 518 VAR_TYPE. DISCR_TYPE is the type of the discriminant (or nullptr 524 print_variant_clauses (struct type *var_type, struct type *discr_type, 529 for (int i = 0; i < var_type->num_fields (); i += 1) 532 if (print_choices (var_type, i, stream, discr_type)) 534 if (print_record_field_types (var_type->field (i).type (), 541 print_selected_record_field_types (var_type, outer_type, i, i, 560 struct type *var_type, *par_type; 563 var_type = type->field (field_num).type (); 564 discr_type = ada_variant_discrim_type (var_type, outer_type); 566 if (var_type->code () == TYPE_CODE_PTR 559 struct type *var_type, *par_type; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| opth-gen.awk | 90 print "extern " var_type(flags[i]) name ";" 92 print " " var_type(flags[i]) "x_" name ";" 100 print " " var_type(flags[i]) "x_" name ";"
|
| opt-functions.awk | 236 function var_type(flags) function 285 # "var_enum", "var_type" and "var_value" fields of its cl_options[] entry. 318 if (var_type(flags) == "const char *")
|
| /src/external/gpl3/gcc/dist/gcc/ |
| opt-functions.awk | 251 function var_type(flags) function 300 # "var_enum", "var_type" and "var_value" fields of its cl_options[] entry. 333 if (var_type(flags) == "const char *")
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-var.c | 98 enum varobj_type var_type; local 117 var_type = USE_CURRENT_FRAME; 119 var_type = USE_SELECTED_FRAME; 122 var_type = USE_SPECIFIED_FRAME; 131 var = varobj_create (name, expr, frameaddr, var_type);
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-param.c | 293 enum var_types var_type = self->type; 362 || (var_type == var_uinteger && val < 0) 363 || (var_type == var_integer && val > INT_MAX) 364 || (var_type == var_pinteger && val < 0) 365 || (var_type == var_pinteger && val > INT_MAX)) 292 enum var_types var_type = self->type; local
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-var.c | 98 enum varobj_type var_type; local 117 var_type = USE_CURRENT_FRAME; 119 var_type = USE_SELECTED_FRAME; 122 var_type = USE_SPECIFIED_FRAME; 131 var = varobj_create (name, expr, frameaddr, var_type);
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-param.c | 293 enum var_types var_type = self->type; 362 || (var_type == var_uinteger && val < 0) 363 || (var_type == var_integer && val > INT_MAX) 364 || (var_type == var_pinteger && val < 0) 365 || (var_type == var_pinteger && val > INT_MAX)) 292 enum var_types var_type = self->type; local
|
| /src/external/bsd/atf/dist/tools/ |
| parser_test.cpp | 173 static const tools::parser::token_type var_type = 3; member in namespace:keywords 183 add_keyword("var", var_type); 538 EXPECT(mt, var_type, "var"); 574 EXPECT(mt, var_type, "var"); 598 EXPECT(mt, var_type, "var"); 607 EXPECT(mt, var_type, "var"); 620 EXPECT(mt, var_type, "var");
|
| /src/external/gpl3/gdb/dist/gdb/guile/ |
| scm-param.c | 630 If the var_type of VAR is not supported, then a <gdb:exception> object is 794 enum var_types var_type = var.type (); 833 val = (var_type == var_uinteger 856 || (var_type == var_uinteger && val < 0) 857 || (var_type == var_integer && val > INT_MAX) 858 || (var_type == var_pinteger && val < 0) 859 || (var_type == var_pinteger && val > INT_MAX)) 866 if (var_type == var_uinteger) 792 enum var_types var_type = var.type (); local
|
| /src/external/gpl3/gdb.old/dist/gdb/guile/ |
| scm-param.c | 630 If the var_type of VAR is not supported, then a <gdb:exception> object is 794 enum var_types var_type = var.type (); 833 val = (var_type == var_uinteger 856 || (var_type == var_uinteger && val < 0) 857 || (var_type == var_integer && val > INT_MAX) 858 || (var_type == var_pinteger && val < 0) 859 || (var_type == var_pinteger && val > INT_MAX)) 866 if (var_type == var_uinteger) 792 enum var_types var_type = var.type (); local
|