| /src/external/gpl2/texinfo/dist/makeinfo/ |
| html.h | 30 char *attribs; member in struct:hstack
|
| html.h | 30 char *attribs; member in struct:hstack
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| parser.h | 228 tree *attribs[2]; member in struct:cp_omp_declare_simd_data
|
| parser.h | 228 tree *attribs[2]; member in struct:cp_omp_declare_simd_data
|
| decl2.cc | 40 #include "attribs.h" 3017 tree attribs = (TREE_CODE (decl) == TYPE_DECL 3020 tree attr = lookup_attribute ("visibility", attribs); 3012 tree attribs = (TREE_CODE (decl) == TYPE_DECL local
|
| decl2.cc | 40 #include "attribs.h" 3017 tree attribs = (TREE_CODE (decl) == TYPE_DECL 3020 tree attr = lookup_attribute ("visibility", attribs); 3012 tree attribs = (TREE_CODE (decl) == TYPE_DECL local
|
| decl.cc | 41 #include "attribs.h" 1851 tree attribs = (*targetm.merge_type_attributes) 1854 type = cp_build_type_attribute_variant (type, attribs); 5042 /* Ensure attribs.cc is initialized. */ 1846 tree attribs = (*targetm.merge_type_attributes) local
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| parser.h | 221 tree *attribs[2]; member in struct:cp_omp_declare_simd_data
|
| parser.h | 221 tree *attribs[2]; member in struct:cp_omp_declare_simd_data
|
| decl2.cc | 40 #include "attribs.h" 2859 tree attribs = (TREE_CODE (decl) == TYPE_DECL 2862 tree attr = lookup_attribute ("visibility", attribs); 2854 tree attribs = (TREE_CODE (decl) == TYPE_DECL local
|
| decl2.cc | 40 #include "attribs.h" 2859 tree attribs = (TREE_CODE (decl) == TYPE_DECL 2862 tree attr = lookup_attribute ("visibility", attribs); 2854 tree attribs = (TREE_CODE (decl) == TYPE_DECL local
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-attribs.cc | 1 /* d-attribs.c -- D attributes handling. 40 #include "attribs.h" 241 tree attribs = merge_attributes (TYPE_ATTRIBUTES (type), local 244 return build_type_attribute_variant (type, attribs); 257 tree attribs = merge_attributes (DECL_ATTRIBUTES (decl), local 260 return build_decl_attribute_variant (decl, attribs); 309 tree attribs = NULL_TREE; local 404 attribs = chainon (attribs, list); 407 return attribs; [all...] |
| d-attribs.cc | 1 /* d-attribs.c -- D attributes handling. 40 #include "attribs.h" 241 tree attribs = merge_attributes (TYPE_ATTRIBUTES (type), local 244 return build_type_attribute_variant (type, attribs); 257 tree attribs = merge_attributes (DECL_ATTRIBUTES (decl), local 260 return build_decl_attribute_variant (decl, attribs); 309 tree attribs = NULL_TREE; local 404 attribs = chainon (attribs, list); 407 return attribs; [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| cofflink.c | 1295 char *attribs; 1303 s = get_name (s, &attribs); 1307 switch (*attribs++) 1294 char *attribs; local
|
| cofflink.c | 1295 char *attribs; 1303 s = get_name (s, &attribs); 1307 switch (*attribs++) 1294 char *attribs; local
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cofflink.c | 1307 char *attribs; 1315 s = get_name (s, &attribs); 1319 switch (*attribs++) 1306 char *attribs; local
|
| cofflink.c | 1307 char *attribs; 1315 s = get_name (s, &attribs); 1319 switch (*attribs++) 1306 char *attribs; local
|
| /src/external/gpl3/gdb/dist/bfd/ |
| cofflink.c | 1268 char *attribs; 1276 s = get_name (s, &attribs); 1280 switch (*attribs++) 1267 char *attribs; local
|
| cofflink.c | 1268 char *attribs; 1276 s = get_name (s, &attribs); 1280 switch (*attribs++) 1267 char *attribs; local
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cofflink.c | 1268 char *attribs; 1276 s = get_name (s, &attribs); 1280 switch (*attribs++) 1267 char *attribs; local
|
| cofflink.c | 1268 char *attribs; 1276 s = get_name (s, &attribs); 1280 switch (*attribs++) 1267 char *attribs; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| cfgexpand.cc | 71 #include "attribs.h" 1979 tree attribs = DECL_ATTRIBUTES (current_function_decl); local 1980 if (!lookup_attribute ("no_stack_protector", attribs) 1984 && lookup_attribute ("stack_protect", attribs)))) 2287 tree attribs = DECL_ATTRIBUTES (current_function_decl); local 2297 && !lookup_attribute ("no_stack_protector", attribs) 2300 && lookup_attribute ("stack_protect", attribs)))) 2314 if (!lookup_attribute ("no_stack_protector", attribs)) 2325 || lookup_attribute ("stack_protect", attribs)) 2332 || lookup_attribute ("stack_protect", attribs)) [all...] |
| cfgexpand.cc | 71 #include "attribs.h" 1979 tree attribs = DECL_ATTRIBUTES (current_function_decl); local 1980 if (!lookup_attribute ("no_stack_protector", attribs) 1984 && lookup_attribute ("stack_protect", attribs)))) 2287 tree attribs = DECL_ATTRIBUTES (current_function_decl); local 2297 && !lookup_attribute ("no_stack_protector", attribs) 2300 && lookup_attribute ("stack_protect", attribs)))) 2314 if (!lookup_attribute ("no_stack_protector", attribs)) 2325 || lookup_attribute ("stack_protect", attribs)) 2332 || lookup_attribute ("stack_protect", attribs)) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| cfgexpand.cc | 71 #include "attribs.h" 1987 tree attribs = DECL_ATTRIBUTES (current_function_decl); local 1988 if (!lookup_attribute ("no_stack_protector", attribs) 1992 && lookup_attribute ("stack_protect", attribs)))) 2295 tree attribs = DECL_ATTRIBUTES (current_function_decl); local 2305 && !lookup_attribute ("no_stack_protector", attribs) 2308 && lookup_attribute ("stack_protect", attribs)))) 2322 if (!lookup_attribute ("no_stack_protector", attribs)) 2333 || lookup_attribute ("stack_protect", attribs)) 2340 || lookup_attribute ("stack_protect", attribs)) [all...] |
| cfgexpand.cc | 71 #include "attribs.h" 1987 tree attribs = DECL_ATTRIBUTES (current_function_decl); local 1988 if (!lookup_attribute ("no_stack_protector", attribs) 1992 && lookup_attribute ("stack_protect", attribs)))) 2295 tree attribs = DECL_ATTRIBUTES (current_function_decl); local 2305 && !lookup_attribute ("no_stack_protector", attribs) 2308 && lookup_attribute ("stack_protect", attribs)))) 2322 if (!lookup_attribute ("no_stack_protector", attribs)) 2333 || lookup_attribute ("stack_protect", attribs)) 2340 || lookup_attribute ("stack_protect", attribs)) [all...] |