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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tree.h 749 #define TREE_CHECK(T, CODE) \
750 (tree_check ((T), __FILE__, __LINE__, __FUNCTION__, (CODE)))
886 #define TREE_CHECK(T, CODE) (T)
3681 tree_check (tree __t, const char *__f, int __l, const char *__g, tree_code __c) function
3890 tree_check (const_tree __t, const char *__f, int __l, const char *__g, function
    [all...]
gtype-desc.h 216 #define ggc_alloc_tree_check() ((struct tree_check *)(ggc_internal_alloc_stat (sizeof (struct tree_check) MEM_STAT_INFO)))
217 #define ggc_alloc_cleared_tree_check() ((struct tree_check *)(ggc_internal_cleared_alloc_stat (sizeof (struct tree_check) MEM_STAT_INFO)))
218 #define ggc_alloc_vec_tree_check(n) ((struct tree_check *)(ggc_internal_vec_alloc_stat (sizeof (struct tree_check), n MEM_STAT_INFO)))
219 #define ggc_alloc_cleared_vec_tree_check(n) ((struct tree_check *)(ggc_internal_cleared_vec_alloc_stat (sizeof (struct tree_check), n MEM_STAT_INFO)))
    [all...]
  /tools/repohooks/tools/
checkpatch.pl 822 my @tree_check = (
828 foreach my $check (@tree_check) {
    [all...]

Completed in 261 milliseconds