HomeSort by: relevance | last modified time | path
    Searched refs:DECL_READ_P (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/cp/
expr.cc 363 DECL_READ_P (exp) = 1;
except.cc 319 DECL_READ_P (decl) = 1;
decl.cc 676 && (! TREE_USED (decl) || !DECL_READ_P (decl))
2927 if (DECL_READ_P (olddecl))
2928 DECL_READ_P (newdecl) = 1;
2929 else if (DECL_READ_P (newdecl))
2930 DECL_READ_P (olddecl) = 1;
7712 DECL_READ_P (decl) = 1;
9081 int save_read = DECL_READ_P (decl);
9126 DECL_READ_P (decl) = save_read;
9444 DECL_READ_P (parmdecl) = 1;
18123 && !DECL_READ_P (decl
    [all...]
call.cc 13041 TREE_USED (decl) = DECL_READ_P (decl) = true;
  /src/external/gpl3/gcc/dist/gcc/cp/
expr.cc 362 DECL_READ_P (exp) = 1;
except.cc 322 DECL_READ_P (decl) = 1;
decl.cc 699 && (! TREE_USED (decl) || !DECL_READ_P (decl))
3155 if (DECL_READ_P (olddecl))
3156 DECL_READ_P (newdecl) = 1;
3157 else if (DECL_READ_P (newdecl))
3158 DECL_READ_P (olddecl) = 1;
8077 DECL_READ_P (decl) = 1;
9516 int save_read = DECL_READ_P (decl);
9561 DECL_READ_P (decl) = save_read;
9897 DECL_READ_P (parmdecl) = 1;
18845 && !DECL_READ_P (decl
    [all...]
call.cc 13993 TREE_USED (decl) = DECL_READ_P (decl) = true;
  /src/external/gpl3/gcc.old/dist/gcc/config/
darwin-c.cc 145 DECL_READ_P (local) = 1;
  /src/external/gpl3/gcc/dist/gcc/config/
darwin-c.cc 145 DECL_READ_P (local) = 1;
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-attribs.cc 1402 DECL_READ_P (*node) = 1;
d-codegen.cc 788 DECL_READ_P (exp) = 1;
  /src/external/gpl3/gcc.old/dist/gcc/
print-tree.cc 458 if ((code == VAR_DECL || code == PARM_DECL) && DECL_READ_P (node))
tree.h 919 #define DECL_READ_P(NODE) \
  /src/external/gpl3/gcc/dist/gcc/jit/
dummy-frontend.cc 808 DECL_READ_P (node) = 1;
  /src/external/gpl3/gcc/dist/gcc/
print-tree.cc 459 if ((code == VAR_DECL || code == PARM_DECL) && DECL_READ_P (node))
tree.h 1025 #define DECL_READ_P(NODE) \
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 4361 DECL_READ_P (decl) = 1;
8912 DECL_READ_P (self_decl) = 1;
8914 DECL_READ_P (DECL_CHAIN (self_decl)) = 1;
9008 DECL_READ_P (UOBJC_SUPER_decl) = 1;
9988 DECL_READ_P (object_expression) = 1;
objc-gnu-runtime-abi-01.cc 1772 DECL_READ_P (decl) = 1;
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 4359 DECL_READ_P (decl) = 1;
8910 DECL_READ_P (self_decl) = 1;
8912 DECL_READ_P (DECL_CHAIN (self_decl)) = 1;
9006 DECL_READ_P (UOBJC_SUPER_decl) = 1;
9986 DECL_READ_P (object_expression) = 1;
objc-gnu-runtime-abi-01.cc 1775 DECL_READ_P (decl) = 1;
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 1310 if ((!TREE_USED (p) || !DECL_READ_P (p))
2882 DECL_READ_P (newdecl) |= DECL_READ_P (olddecl);
5529 DECL_READ_P (decl) = 1;
5681 DECL_READ_P (decl) = 1;
6012 DECL_READ_P (decl) = 1;
10372 && !DECL_READ_P (decl)
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 1362 if ((!TREE_USED (p) || !DECL_READ_P (p))
3070 DECL_READ_P (newdecl) |= DECL_READ_P (olddecl);
5939 DECL_READ_P (decl) = 1;
6091 DECL_READ_P (decl) = 1;
6442 DECL_READ_P (decl) = 1;
11313 && !DECL_READ_P (decl)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 1564 DECL_READ_P (node) = 1;
1595 DECL_READ_P (decl) = 1;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 1840 DECL_READ_P (node) = 1;
1871 DECL_READ_P (decl) = 1;

Completed in 206 milliseconds

1 2