Searched refs:BLOCK_CHECK (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dtree.h2034 #define BLOCK_VARS(NODE) (BLOCK_CHECK (NODE)->block.vars)
2036 (BLOCK_CHECK (NODE)->block.nonlocalized_vars)
2040 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
2041 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block.supercontext)
2042 #define BLOCK_CHAIN(NODE) (BLOCK_CHECK (NODE)->block.chain)
2043 #define BLOCK_ABSTRACT_ORIGIN(NODE) (BLOCK_CHECK (NODE)->block.abstract_origin)
2044 #define BLOCK_ABSTRACT(NODE) (BLOCK_CHECK (NODE)->block.abstract_flag)
2047 #define BLOCK_SAME_RANGE(NODE) (BLOCK_CHECK (NODE)->base.u.bits.nameless_flag)
2052 #define BLOCK_NUMBER(NODE) (BLOCK_CHECK (NODE)->block.block_num)
2076 #define BLOCK_FRAGMENT_ORIGIN(NODE) (BLOCK_CHECK (NOD
[all...]
H A Dtree-check.h10 #define BLOCK_CHECK(t) TREE_CHECK (t, BLOCK) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dtree.h1970 #define BLOCK_VARS(NODE) (BLOCK_CHECK (NODE)->block.vars)
1971 #define BLOCK_NONLOCALIZED_VARS(NODE) (BLOCK_CHECK (NODE)->block.nonlocalized_vars)
1974 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
1975 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block.supercontext)
1978 #define BLOCK_CHAIN(NODE) TREE_CHAIN (BLOCK_CHECK (NODE))
1979 #define BLOCK_ABSTRACT_ORIGIN(NODE) (BLOCK_CHECK (NODE)->block.abstract_origin)
1980 #define BLOCK_ABSTRACT(NODE) (BLOCK_CHECK (NODE)->block.abstract_flag)
1985 #define BLOCK_NUMBER(NODE) (BLOCK_CHECK (NODE)->block.block_num)
2009 #define BLOCK_FRAGMENT_ORIGIN(NODE) (BLOCK_CHECK (NODE)->block.fragment_origin)
2010 #define BLOCK_FRAGMENT_CHAIN(NODE) (BLOCK_CHECK (NOD
[all...]
H A Dtree-check.h10 #define BLOCK_CHECK(t) TREE_CHECK (t, BLOCK) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dtree.h1993 #define BLOCK_VARS(NODE) (BLOCK_CHECK (NODE)->block.vars)
1995 (BLOCK_CHECK (NODE)->block.nonlocalized_vars)
2000 #define BLOCK_SUBBLOCKS(NODE) (BLOCK_CHECK (NODE)->block.subblocks)
2001 #define BLOCK_SUPERCONTEXT(NODE) (BLOCK_CHECK (NODE)->block.supercontext)
2004 #define BLOCK_CHAIN(NODE) TREE_CHAIN (BLOCK_CHECK (NODE))
2005 #define BLOCK_ABSTRACT_ORIGIN(NODE) (BLOCK_CHECK (NODE)->block.abstract_origin)
2006 #define BLOCK_ABSTRACT(NODE) (BLOCK_CHECK (NODE)->block.abstract_flag)
2011 #define BLOCK_NUMBER(NODE) (BLOCK_CHECK (NODE)->block.block_num)
2035 #define BLOCK_FRAGMENT_ORIGIN(NODE) (BLOCK_CHECK (NODE)->block.fragment_origin)
2036 #define BLOCK_FRAGMENT_CHAIN(NODE) (BLOCK_CHECK (NOD
[all...]
H A Dtree-check.h10 #define BLOCK_CHECK(t) TREE_CHECK (t, BLOCK) macro

Completed in 221 milliseconds