| /src/external/apache2/llvm/dist/llvm/utils/ |
| extract_symbols.py | 284 # (name, is_template), returning (list, rest of string). 313 is_template = False 318 is_template = True 320 ret.append((name_part, is_template))
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| metag-dis.c | 2330 bool is_template = (insn_word & 0x2); local 2337 if (is_template) 2410 if (is_dual && !is_template) 2418 if (is_dual && !is_template) 2558 bool is_template = false; local 2572 is_template = (((insn_word & 0x02000002) == 0x2) && !conditional); 2589 if (is_template) 2915 is_template ? "T" : ""); 2919 bool is_template; local 2932 is_template = (((insn_word & 0x02000002) == 0x2) & 3127 bool is_template = ((insn_word & 0x04000002) == 0x2); local [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| metag-dis.c | 2330 bool is_template = (insn_word & 0x2); local 2337 if (is_template) 2410 if (is_dual && !is_template) 2418 if (is_dual && !is_template) 2558 bool is_template = false; local 2572 is_template = (((insn_word & 0x02000002) == 0x2) && !conditional); 2589 if (is_template) 2915 is_template ? "T" : ""); 2919 bool is_template; local 2932 is_template = (((insn_word & 0x02000002) == 0x2) & 3127 bool is_template = ((insn_word & 0x04000002) == 0x2); local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| metag-dis.c | 2330 bool is_template = (insn_word & 0x2); local 2337 if (is_template) 2410 if (is_dual && !is_template) 2418 if (is_dual && !is_template) 2558 bool is_template = false; local 2572 is_template = (((insn_word & 0x02000002) == 0x2) && !conditional); 2589 if (is_template) 2915 is_template ? "T" : ""); 2919 bool is_template; local 2932 is_template = (((insn_word & 0x02000002) == 0x2) & 3127 bool is_template = ((insn_word & 0x04000002) == 0x2); local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| metag-dis.c | 2330 bool is_template = (insn_word & 0x2); local 2337 if (is_template) 2410 if (is_dual && !is_template) 2418 if (is_dual && !is_template) 2558 bool is_template = false; local 2572 is_template = (((insn_word & 0x02000002) == 0x2) && !conditional); 2589 if (is_template) 2915 is_template ? "T" : ""); 2919 bool is_template; local 2932 is_template = (((insn_word & 0x02000002) == 0x2) & 3127 bool is_template = ((insn_word & 0x04000002) == 0x2); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| decl2.cc | 817 bool is_template = (template_parms != NULL_TREE); 822 if (DECL_DESTRUCTOR_P (function) && is_template) 845 if (is_template != (TREE_CODE (fndecl) == TEMPLATE_DECL)) 881 && (!is_template 892 if (!matched && !is_template && saw_template 4576 case IS_TEMPLATE: 816 bool is_template = (template_parms != NULL_TREE); local
|
| pt.cc | 1434 bool is_template; local 1442 is_template = DECL_TEMPLATE_INFO (decl) 1444 if (need_template ^ is_template) 1446 else if (is_template) 1485 bool is_template; local 1490 is_template 1494 if (need_template ^ is_template) 1496 else if (is_template) 17327 bool is_template; 17337 is_template = true 17326 bool is_template; local [all...] |
| parser.cc | 3675 /*is_template=*/false, 7200 /*is_template=*/false, 18556 bool is_template; 18569 /*template_p=*/&is_template, 18582 /*is_template=*/is_template, 19345 /*is_template=*/1 + template_keyword_p, 19624 /*is_template=*/template_p, 20644 /*is_template=*/false, 21255 /*is_template=*/false [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| decl2.cc | 742 bool is_template = (template_parms != NULL_TREE); 747 if (DECL_DESTRUCTOR_P (function) && is_template) 770 if (is_template != (TREE_CODE (fndecl) == TEMPLATE_DECL)) 806 && (!is_template 817 if (!matched && !is_template && saw_template 4586 case IS_TEMPLATE: 741 bool is_template = (template_parms != NULL_TREE); local
|
| pt.cc | 1466 bool is_template; local 1474 is_template = DECL_TEMPLATE_INFO (decl) 1476 if (need_template ^ is_template) 1478 else if (is_template) 1517 bool is_template; local 1522 is_template 1526 if (need_template ^ is_template) 1528 else if (is_template) 16775 bool is_template; 16785 is_template = true [all...] |
| parser.cc | 3471 /*is_template=*/false, 6916 /*is_template=*/false, 17803 bool is_template; 17816 /*template_p=*/&is_template, 17829 /*is_template=*/is_template, 18592 /*is_template=*/1 + template_keyword_p, 18863 /*is_template=*/template_p, 19879 /*is_template=*/false, 20486 /*is_template=*/false [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-metag.c | 4478 bool is_template = false; local 4529 is_template = true; 4546 if (is_template || !(rd_reg >= 16 && rd_reg < 20)) 4556 if (is_template)
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-metag.c | 4478 bool is_template = false; local 4529 is_template = true; 4546 if (is_template || !(rd_reg >= 16 && rd_reg < 20)) 4556 if (is_template)
|