HomeSort by relevance Sort by last modified time
    Searched refs:VEC (Results 76 - 86 of 86) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree.h 29 #include "vec.h"
207 extern GTY(()) VEC(alias_pair,gc) * alias_pairs;
829 if (__i < 0 || __i >= __t->vec.length) \
830 tree_vec_elt_check_failed (__i, __t->vec.length, \
832 &__t->vec.a[__i]; }))
942 #define TREE_VEC_ELT_CHECK(T, I) ((T)->vec.a[I])
    [all...]
gimple.h 26 #include "vec.h"
40 typedef VEC(gimple, heap) *gimple_vec;
818 gimple gimple_build_call_vec (tree, VEC(tree, heap) *);
827 gimple gimple_build_asm_vec (const char *, VEC(tree,gc) *, VEC(tree,gc) *,
828 VEC(tree,gc) *, VEC(tree,gc) *);
838 gimple gimple_build_switch_vec (tree, tree, VEC(tree,heap) *);
856 void sort_case_labels (VEC(tree,heap) *);
1018 VEC(gimple,heap) *bind_expr_stack
    [all...]
rtl.h 29 #include "vec.h"
222 VEC(rtx,gc) *objects;
232 VEC(rtx,gc) *anchors;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 26 #include "vec.h"
40 typedef VEC(gimple, heap) *gimple_vec;
818 gimple gimple_build_call_vec (tree, VEC(tree, heap) *);
827 gimple gimple_build_asm_vec (const char *, VEC(tree,gc) *, VEC(tree,gc) *,
828 VEC(tree,gc) *, VEC(tree,gc) *);
838 gimple gimple_build_switch_vec (tree, tree, VEC(tree,heap) *);
856 void sort_case_labels (VEC(tree,heap) *);
1018 VEC(gimple,heap) *bind_expr_stack
    [all...]
rtl.h 29 #include "vec.h"
222 VEC(rtx,gc) *objects;
232 VEC(rtx,gc) *anchors;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
gimple.h 26 #include "vec.h"
40 typedef VEC(gimple, heap) *gimple_vec;
818 gimple gimple_build_call_vec (tree, VEC(tree, heap) *);
827 gimple gimple_build_asm_vec (const char *, VEC(tree,gc) *, VEC(tree,gc) *,
828 VEC(tree,gc) *, VEC(tree,gc) *);
838 gimple gimple_build_switch_vec (tree, tree, VEC(tree,heap) *);
856 void sort_case_labels (VEC(tree,heap) *);
1018 VEC(gimple,heap) *bind_expr_stack
    [all...]
rtl.h 29 #include "vec.h"
222 VEC(rtx,gc) *objects;
232 VEC(rtx,gc) *anchors;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
gimple.h 26 #include "vec.h"
40 typedef VEC(gimple, heap) *gimple_vec;
818 gimple gimple_build_call_vec (tree, VEC(tree, heap) *);
827 gimple gimple_build_asm_vec (const char *, VEC(tree,gc) *, VEC(tree,gc) *,
828 VEC(tree,gc) *, VEC(tree,gc) *);
838 gimple gimple_build_switch_vec (tree, tree, VEC(tree,heap) *);
856 void sort_case_labels (VEC(tree,heap) *);
1018 VEC(gimple,heap) *bind_expr_stack
    [all...]
rtl.h 29 #include "vec.h"
222 VEC(rtx,gc) *objects;
232 VEC(rtx,gc) *anchors;
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 794 <invalid> <EOR> <DOWN> <UP> VEC ASSIGN PRINT
811 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
814 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))"
818 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_true
823 '(PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3])))'
826 labels = @wizard.match( tree, "(%x:PRINT (MULT ID (VEC INT INT INT)))" )
828 @wizard.in_context?( labels.fetch( 'x' ), 'VEC' ).should be_false
833 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID[x] (VEC INT[1] INT[2] INT[3]))))"
837 "(nil (ASSIGN ID[x] INT[3]) (PRINT (MULT ID (VEC INT %x:INT INT))))"
841 @wizard.in_context?( node, 'VEC ...' ).should be_tru
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 782 milliseconds

1 2 34