HomeSort by relevance Sort by last modified time
    Searched refs:function_ann (Results 1 - 6 of 6) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree-flow-inline.h 218 function_ann (const_tree t) function
223 || t->base.ann->common.type == FUNCTION_ANN);
233 function_ann_t ann = function_ann (var);
234 gcc_assert (!var->base.ann || var->base.ann->common.type == FUNCTION_ANN);
    [all...]
tree-flow.h 271 enum tree_ann_type { TREE_ANN_COMMON, VAR_ANN, FUNCTION_ANN };
522 struct function_ann_d GTY((tag ("FUNCTION_ANN"))) fdecl;
534 static inline function_ann_t function_ann (const_tree);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
tree-flow-inline.h 218 function_ann (const_tree t) function
223 || t->base.ann->common.type == FUNCTION_ANN);
233 function_ann_t ann = function_ann (var);
234 gcc_assert (!var->base.ann || var->base.ann->common.type == FUNCTION_ANN);
    [all...]
tree-flow.h 271 enum tree_ann_type { TREE_ANN_COMMON, VAR_ANN, FUNCTION_ANN };
522 struct function_ann_d GTY((tag ("FUNCTION_ANN"))) fdecl;
534 static inline function_ann_t function_ann (const_tree);
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
tree-flow-inline.h 218 function_ann (const_tree t) function
223 || t->base.ann->common.type == FUNCTION_ANN);
233 function_ann_t ann = function_ann (var);
234 gcc_assert (!var->base.ann || var->base.ann->common.type == FUNCTION_ANN);
    [all...]
tree-flow.h 271 enum tree_ann_type { TREE_ANN_COMMON, VAR_ANN, FUNCTION_ANN };
522 struct function_ann_d GTY((tag ("FUNCTION_ANN"))) fdecl;
534 static inline function_ann_t function_ann (const_tree);
    [all...]

Completed in 646 milliseconds