HomeSort by relevance Sort by last modified time
    Searched defs:FUNCTION_ANN (Results 1 - 3 of 3) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
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.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.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 297 milliseconds