| /src/external/mpl/dhcp/bind/dist/lib/isc/include/pk11/ |
| pk11.h | 51 CK_ATTRIBUTE *repr; member in struct:pk11_object
|
| /src/external/bsd/ntp/dist/tests/libntp/ |
| timespecops.c | 779 const char * repr; member in struct:__anon7542 794 const char * E = data[i].repr;
|
| timevalops.c | 782 const char * repr; member in struct:__anon7544 797 const char * E = data[i].repr;
|
| /src/tests/usr.bin/xlint/lint1/ |
| d_c99_bool_strict.c | 906 static const char *repr[] = { "no", "yes" }; local 913 println(repr[cond]);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| merge.c | 616 asection *repr; local 680 && (repr = sinfo->chain->sec) 681 && ! ((repr->flags ^ sec->flags) & (SEC_MERGE | SEC_STRINGS)) 682 && repr->entsize == sec->entsize 683 && repr->alignment_power == sec->alignment_power 684 && repr->output_section == sec->output_section)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| merge.c | 619 asection *repr; local 684 && (repr = sinfo->chain->sec) 685 && ! ((repr->flags ^ sec->flags) & (SEC_MERGE | SEC_STRINGS)) 686 && repr->entsize == sec->entsize 687 && repr->alignment_power == sec->alignment_power 688 && repr->output_section == sec->output_section)
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-omp.cc | 267 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (field); local 269 && tree_fits_uhwi_p (DECL_FIELD_OFFSET (repr))) 271 - tree_to_uhwi (DECL_FIELD_OFFSET (repr))) * BITS_PER_UNIT; 275 - tree_to_uhwi (DECL_FIELD_BIT_OFFSET (repr))); 279 type = TREE_TYPE (repr); 280 lhs = build3 (COMPONENT_REF, TREE_TYPE (repr), TREE_OPERAND (lhs, 0), 281 repr, TREE_OPERAND (lhs, 2)); 556 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (field); local 557 lhs1 = build3 (COMPONENT_REF, TREE_TYPE (repr), TREE_OPERAND (lhs1, 0), 558 repr, TREE_OPERAND (lhs1, 2)) 568 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (field); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-omp.cc | 267 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (field); local 269 && tree_fits_uhwi_p (DECL_FIELD_OFFSET (repr))) 271 - tree_to_uhwi (DECL_FIELD_OFFSET (repr))) * BITS_PER_UNIT; 275 - tree_to_uhwi (DECL_FIELD_BIT_OFFSET (repr))); 279 type = TREE_TYPE (repr); 280 lhs = build3 (COMPONENT_REF, TREE_TYPE (repr), TREE_OPERAND (lhs, 0), 281 repr, TREE_OPERAND (lhs, 2)); 556 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (field); local 557 lhs1 = build3 (COMPONENT_REF, TREE_TYPE (repr), TREE_OPERAND (lhs1, 0), 558 repr, TREE_OPERAND (lhs1, 2)) 568 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (field); local [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| merge.c | 619 asection *repr; local 684 && (repr = sinfo->chain->sec) 685 && ! ((repr->flags ^ sec->flags) & (SEC_MERGE | SEC_STRINGS)) 686 && repr->entsize == sec->entsize 687 && repr->alignment_power == sec->alignment_power 688 && repr->output_section == sec->output_section)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| merge.c | 600 asection *repr; local 664 && (repr = sinfo->chain->sec) 665 && ! ((repr->flags ^ sec->flags) & (SEC_MERGE | SEC_STRINGS)) 666 && repr->entsize == sec->entsize 667 && repr->alignment_power == sec->alignment_power 668 && repr->output_section == sec->output_section)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-loop-interchange.cc | 1318 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (TREE_OPERAND (ref, 1)); local 1319 ref = build3 (COMPONENT_REF, TREE_TYPE (repr), TREE_OPERAND (ref, 0), 1320 repr, TREE_OPERAND (ref, 2));
|
| loop-invariant.cc | 1786 struct invariant *repr = invariants[inv->eqto]; local 1795 if (!repr->move) 1801 if (inv == repr) 1859 if (!move_invariant_reg (loop, repr->invno)) 1861 reg = repr->reg; 1862 regno = repr->orig_regno;
|
| stor-layout.cc | 2067 tree repr = make_node (FIELD_DECL); 2068 DECL_FIELD_OFFSET (repr) = DECL_FIELD_OFFSET (field); 2075 DECL_FIELD_BIT_OFFSET (repr) 2079 SET_DECL_OFFSET_ALIGN (repr, DECL_OFFSET_ALIGN (field)); 2080 DECL_SIZE (repr) = DECL_SIZE (field); 2081 DECL_SIZE_UNIT (repr) = DECL_SIZE_UNIT (field); 2082 DECL_PACKED (repr) = DECL_PACKED (field); 2083 DECL_CONTEXT (repr) = DECL_CONTEXT (field); 2088 DECL_NONADDRESSABLE_P (repr) = 1; 2089 return repr; 2063 tree repr = make_node (FIELD_DECL); local 2230 tree repr = NULL_TREE; local [all...] |
| ubsan.cc | 2177 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (TREE_OPERAND (t, 1)); local 2178 t = build3 (COMPONENT_REF, TREE_TYPE (repr), TREE_OPERAND (t, 0), 2179 repr, TREE_OPERAND (t, 2));
|
| asan.cc | 2758 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (TREE_OPERAND (t, 1)); local 2759 instrument_derefs (iter, build3 (COMPONENT_REF, TREE_TYPE (repr), 2760 TREE_OPERAND (t, 0), repr,
|
| gimple-fold.cc | 8429 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (field); local 8430 if (INTEGRAL_TYPE_P (TREE_TYPE (repr)) 8441 && poly_int_tree_p (DECL_FIELD_OFFSET (repr), &repr_offset)) 8446 - tree_to_uhwi (DECL_FIELD_BIT_OFFSET (repr))); 8448 int diff = (TYPE_PRECISION (TREE_TYPE (repr)) 8455 size = tree_to_uhwi (DECL_SIZE (repr)); 8457 tem = fold_ctor_reference (TREE_TYPE (repr), ctor, offset,
|
| tree-ssa-reassoc.cc | 6403 tree repr; member in struct:repeat_factor 6472 rfnew.repr = NULL_TREE; 6526 if (rf1->repr && rf1->count > 0) 6536 iter_result = rf1->repr; 6561 rf1->repr, power); 6574 = gimple_build_call (powi_fndecl, 2, rf1->repr, 6643 rf1->repr = rf1->factor; 6654 if (!rf2->repr) 6655 rf2->repr = rf2->factor; 6658 op2 = rf2->repr; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-loop-interchange.cc | 1316 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (TREE_OPERAND (ref, 1)); local 1317 ref = build3 (COMPONENT_REF, TREE_TYPE (repr), TREE_OPERAND (ref, 0), 1318 repr, TREE_OPERAND (ref, 2));
|
| loop-invariant.cc | 1786 struct invariant *repr = invariants[inv->eqto]; local 1795 if (!repr->move) 1801 if (inv == repr) 1859 if (!move_invariant_reg (loop, repr->invno)) 1861 reg = repr->reg; 1862 regno = repr->orig_regno;
|
| stor-layout.cc | 2031 tree repr = make_node (FIELD_DECL); 2032 DECL_FIELD_OFFSET (repr) = DECL_FIELD_OFFSET (field); 2039 DECL_FIELD_BIT_OFFSET (repr) 2043 SET_DECL_OFFSET_ALIGN (repr, DECL_OFFSET_ALIGN (field)); 2044 DECL_SIZE (repr) = DECL_SIZE (field); 2045 DECL_SIZE_UNIT (repr) = DECL_SIZE_UNIT (field); 2046 DECL_PACKED (repr) = DECL_PACKED (field); 2047 DECL_CONTEXT (repr) = DECL_CONTEXT (field); 2052 DECL_NONADDRESSABLE_P (repr) = 1; 2053 return repr; 2027 tree repr = make_node (FIELD_DECL); local 2176 tree repr = NULL_TREE; local [all...] |
| ubsan.cc | 2105 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (TREE_OPERAND (t, 1)); local 2106 t = build3 (COMPONENT_REF, TREE_TYPE (repr), TREE_OPERAND (t, 0), 2107 repr, TREE_OPERAND (t, 2));
|
| asan.cc | 2720 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (TREE_OPERAND (t, 1)); local 2721 instrument_derefs (iter, build3 (COMPONENT_REF, TREE_TYPE (repr), 2722 TREE_OPERAND (t, 0), repr,
|
| gimple-fold.cc | 8271 tree repr = DECL_BIT_FIELD_REPRESENTATIVE (field); local 8272 if (INTEGRAL_TYPE_P (TREE_TYPE (repr)) 8283 && poly_int_tree_p (DECL_FIELD_OFFSET (repr), &repr_offset)) 8288 - tree_to_uhwi (DECL_FIELD_BIT_OFFSET (repr))); 8290 int diff = (TYPE_PRECISION (TREE_TYPE (repr)) 8297 size = tree_to_uhwi (DECL_SIZE (repr)); 8299 tem = fold_ctor_reference (TREE_TYPE (repr), ctor, offset,
|
| tree-ssa-reassoc.cc | 6162 tree repr; member in struct:repeat_factor 6231 rfnew.repr = NULL_TREE; 6285 if (rf1->repr && rf1->count > 0) 6295 iter_result = rf1->repr; 6320 rf1->repr, power); 6333 = gimple_build_call (powi_fndecl, 2, rf1->repr, 6402 rf1->repr = rf1->factor; 6413 if (!rf2->repr) 6414 rf2->repr = rf2->factor; 6417 op2 = rf2->repr; [all...] |
| /src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| netpgppython_wrap.c | 1345 PyObject *repr = PyString_FromFormat("<Swig Object of type '%s' at 0x%s>", name, PyString_AsString(hex)); local 1353 PyString_ConcatAndDel(&repr,nrep); 1355 return repr; 1362 PyObject *repr = PySwigObject_repr(v); local 1364 PyObject *repr = PySwigObject_repr(v, NULL); 1366 if (repr) { 1367 fputs(PyString_AsString(repr), fp); 1368 Py_DECREF(repr);
|