OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_template
(Results
1 - 10
of
10
) sorted by relevancy
/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/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/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
...]
/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
...]
/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
)
Completed in 44 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026