OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TREE_TYPE
(Results
1 - 4
of
4
) sorted by null
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree.h
868
#define
TREE_TYPE
(NODE) __extension__ \
937
#define
TREE_TYPE
(NODE) ((NODE)->common.type)
995
&& (TYPE_MODE (
TREE_TYPE
(EXP)) \
996
== TYPE_MODE (
TREE_TYPE
(TREE_OPERAND (EXP, 0))))) \
1005
&& (TYPE_MODE (
TREE_TYPE
(EXP)) \
1006
== TYPE_MODE (
TREE_TYPE
(TREE_OPERAND (EXP, 0)))) \
1007
&& (TYPE_UNSIGNED (
TREE_TYPE
(EXP)) \
1008
== TYPE_UNSIGNED (
TREE_TYPE
(TREE_OPERAND (EXP, 0)))) \
1009
&& (POINTER_TYPE_P (
TREE_TYPE
(EXP)) \
1010
== POINTER_TYPE_P (
TREE_TYPE
(TREE_OPERAND (EXP, 0)))))
2272
struct
tree_type
GTY(())
function
[
all
...]
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h
409
in tree_base instead of
tree_type
is to save space. The size of the
881
#define
TREE_TYPE
(NODE) __extension__ \
950
#define
TREE_TYPE
(NODE) ((NODE)->common.type)
1012
/* Like STRIP_NOPS, but don't alter the
TREE_TYPE
either. */
1018
&& (
TREE_TYPE
(EXP) \
1019
==
TREE_TYPE
(TREE_OPERAND (EXP, 0)))) \
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree.h
409
in tree_base instead of
tree_type
is to save space. The size of the
881
#define
TREE_TYPE
(NODE) __extension__ \
950
#define
TREE_TYPE
(NODE) ((NODE)->common.type)
1012
/* Like STRIP_NOPS, but don't alter the
TREE_TYPE
either. */
1018
&& (
TREE_TYPE
(EXP) \
1019
==
TREE_TYPE
(TREE_OPERAND (EXP, 0)))) \
[
all
...]
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h
409
in tree_base instead of
tree_type
is to save space. The size of the
881
#define
TREE_TYPE
(NODE) __extension__ \
950
#define
TREE_TYPE
(NODE) ((NODE)->common.type)
1012
/* Like STRIP_NOPS, but don't alter the
TREE_TYPE
either. */
1018
&& (
TREE_TYPE
(EXP) \
1019
==
TREE_TYPE
(TREE_OPERAND (EXP, 0)))) \
[
all
...]
Completed in 48 milliseconds