| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-ch.cc | 252 bool static_p = loop_static_stmt_p (loop, *ranger, local 254 gimple_set_uid (psi.phi (), static_p ? 2 : 0); 302 bool inv = true, static_p = false; local 311 static_p = loop_static_stmt_p (loop, *ranger, query, last); 312 gimple_set_uid (last, (inv ? 1 : 0) | (static_p ? 2 : 0)); 317 if (static_p) 327 if (inv || static_p)
|
| attribs.h | 351 bool static_p; member in struct:attr_access
|
| lra-assigns.cc | 929 bool static_p, best_static_p; 977 static_p = false; 982 static_p = true; 1064 if ((! static_p && best_static_p) 1065 || (static_p == best_static_p 1074 best_static_p = static_p;
|
| attribs.cc | 2427 acc.static_p = p[-1] == 's'; 2442 acc.static_p = p[-2] == 's'; 2658 if (static_p || vla_p) 2660 tree flag = static_p ? integer_one_node : NULL_TREE;
|
| pointer-query.cc | 582 if (warn_array_parameter < 2 && !access->static_p) 586 *static_array = access->static_p;
|
| gcc.cc | 316 static bool static_p; 4655 static_p = true; 5040 if (!avoid_linker_hardening_p && !static_p) 314 static bool static_p; variable
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| attribs.h | 289 bool static_p; member in struct:attr_access
|
| lra-assigns.cc | 928 bool static_p, best_static_p; 976 static_p = false; 981 static_p = true; 1063 if ((! static_p && best_static_p) 1064 || (static_p == best_static_p 1073 best_static_p = static_p;
|
| attribs.cc | 2289 acc.static_p = p[-1] == 's'; 2304 acc.static_p = p[-2] == 's'; 2520 if (static_p || vla_p) 2522 tree flag = static_p ? integer_one_node : NULL_TREE;
|
| pointer-query.cc | 580 if (warn_array_parameter < 2 && !access->static_p) 584 *static_array = access->static_p;
|
| gimple-ssa-warn-access.cc | 3492 else if (access_size && access.second.static_p)
|
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-tree.h | 486 BOOL_BITFIELD static_p : 1; member in struct:c_declarator::__anon10263::__anon10265
|
| c-decl.cc | 4944 array is converted). STATIC_P is true if "static" is inside the 4952 tree expr, struct c_declspecs *quals, bool static_p, 4971 declarator->u.array.static_p = static_p; 4973 if (static_p || quals != NULL) 5892 if (pd->u.array.static_p) 6701 array_parm_static = declarator->u.array.static_p;
|
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-tree.h | 540 BOOL_BITFIELD static_p : 1; member in struct:c_declarator::__anon33::__anon35
|
| c-decl.cc | 5252 array is converted). STATIC_P is true if "static" is inside the 5260 tree expr, struct c_declspecs *quals, bool static_p, 5279 declarator->u.array.static_p = static_p; 5281 if (static_p || quals != NULL) 6302 if (pd->u.array.static_p) 7218 array_parm_static = declarator->u.array.static_p;
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-warn.cc | 3730 if (!newa->static_p && !cura->static_p && warn_array_parameter < 2)
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-warn.cc | 3754 if (!newa->static_p && !cura->static_p && warn_array_parameter < 2)
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| parser.cc | 13368 /*static_p=*/false); 19126 /*static_p=*/false); 22459 bool static_p = decl_specifiers->storage_class == sc_static; 22489 member_p, friend_p, static_p); 22914 STATIC_P is true iff the keyword static was seen. */ 22922 bool member_p, bool friend_p, bool static_p) 22962 member_p, friend_p, static_p); 22981 member_p, friend_p, static_p); 23017 CTOR_DTOR_OR_CONV_P, MEMBER_P, FRIEND_P, and STATIC_P are 23025 bool member_p, bool friend_p, bool static_p) [all...] |
| pt.cc | 26068 bool static_p = false; 26089 static_p = true; 26150 && !static_p
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| parser.cc | 13962 /*static_p=*/false); 19884 /*static_p=*/false); 23274 bool static_p = decl_specifiers->storage_class == sc_static; 23304 member_p, friend_p, static_p); 23752 STATIC_P is true iff the keyword static was seen. */ 23760 bool member_p, bool friend_p, bool static_p) 23800 member_p, friend_p, static_p); 23819 member_p, friend_p, static_p); 23855 CTOR_DTOR_OR_CONV_P, MEMBER_P, FRIEND_P, and STATIC_P are 23863 bool member_p, bool friend_p, bool static_p) [all...] |
| pt.cc | 26656 bool static_p = false; 26677 static_p = true; 26738 && !static_p 26654 bool static_p = false; local
|