/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-check.h | 39 #define VAR_DECL_CHECK(t) TREE_CHECK (t, VAR_DECL)
|
function.h | 712 tree var_decl; 725 void types_used_by_var_decl_insert (tree type, tree var_decl); 711 tree var_decl; variable
|
gimple.def | 324 CONTROL is a VAR_DECL used for deciding which of the sections
|
cgraph.h | 792 gcc_checking_assert (TREE_CODE (node->decl) == VAR_DECL); 805 gcc_checking_assert (TREE_CODE (node->decl) == VAR_DECL); [all...] |
output.h | 511 /* If nonnull, the VAR_DECL or FUNCTION_DECL with which the
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-check.h | 39 #define VAR_DECL_CHECK(t) TREE_CHECK (t, VAR_DECL)
|
function.h | 712 tree var_decl; 725 void types_used_by_var_decl_insert (tree type, tree var_decl); 711 tree var_decl; variable
|
gimple.def | 324 CONTROL is a VAR_DECL used for deciding which of the sections
|
cgraph.h | 792 gcc_checking_assert (TREE_CODE (node->decl) == VAR_DECL); 805 gcc_checking_assert (TREE_CODE (node->decl) == VAR_DECL); [all...] |
output.h | 511 /* If nonnull, the VAR_DECL or FUNCTION_DECL with which the
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-check.h | 39 #define VAR_DECL_CHECK(t) TREE_CHECK (t, VAR_DECL)
|
function.h | 712 tree var_decl; 725 void types_used_by_var_decl_insert (tree type, tree var_decl); 711 tree var_decl; variable
|
gimple.def | 324 CONTROL is a VAR_DECL used for deciding which of the sections
|
cgraph.h | 792 gcc_checking_assert (TREE_CODE (node->decl) == VAR_DECL); 805 gcc_checking_assert (TREE_CODE (node->decl) == VAR_DECL); [all...] |
output.h | 511 /* If nonnull, the VAR_DECL or FUNCTION_DECL with which the
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
function.h | 712 tree var_decl; 725 void types_used_by_var_decl_insert (tree type, tree var_decl); 711 tree var_decl; variable
|
gimple.def | 324 CONTROL is a VAR_DECL used for deciding which of the sections
|
cgraph.h | 792 gcc_checking_assert (TREE_CODE (node->decl) == VAR_DECL); 805 gcc_checking_assert (TREE_CODE (node->decl) == VAR_DECL); [all...] |
output.h | 511 /* If nonnull, the VAR_DECL or FUNCTION_DECL with which the
|
rtl.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 48 DECL_PRETTY_FUNCTION_P (in VAR_DECL) 670 /* Pointer to function to lazily generate the VAR_DECL for __FUNCTION__ etc. [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 48 DECL_PRETTY_FUNCTION_P (in VAR_DECL) 670 /* Pointer to function to lazily generate the VAR_DECL for __FUNCTION__ etc. [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 48 DECL_PRETTY_FUNCTION_P (in VAR_DECL) 670 /* Pointer to function to lazily generate the VAR_DECL for __FUNCTION__ etc. [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/ |
c-common.h | 48 DECL_PRETTY_FUNCTION_P (in VAR_DECL) 670 /* Pointer to function to lazily generate the VAR_DECL for __FUNCTION__ etc. [all...] |
/external/clang/bindings/python/clang/ |
cindex.py | 597 CursorKind.VAR_DECL = CursorKind(9) [all...] |