HomeSort by: relevance | last modified time | path
    Searched defs:function_decl (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
debug.h 117 void (* function_decl) (tree decl); member in struct:gcc_debug_hooks
  /src/external/gpl3/gcc.old/dist/gcc/
debug.h 117 void (* function_decl) (tree decl); member in struct:gcc_debug_hooks
  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 84 tree function_decl; /* The original function decl. */ variable
133 return DECL_UID (info->function_decl);
150 return lhs->function_decl == rhs->function_decl;
156 return lhs->function_decl == rhs;
173 (*slot)->function_decl = fn_decl;
4233 /* Build, return FUNCTION_DECL node based on ORIG with a type FN_TYPE which has
4243 = build_lang_decl (FUNCTION_DECL, copy_node (DECL_NAME (orig)), fn_type);
4612 gcc_checking_assert (orig && TREE_CODE (orig) == FUNCTION_DECL);
name-lookup.cc 407 || (TREE_CODE (decl) == FUNCTION_DECL
1322 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_USE_TEMPLATE (fn))
3203 else if (TREE_CODE (decl) == FUNCTION_DECL
3518 || TREE_CODE (decl) == FUNCTION_DECL
3569 if (TREE_CODE (decl) == FUNCTION_DECL
3575 || (TREE_CODE (decl) == FUNCTION_DECL
3600 && TREE_CODE (decl) == FUNCTION_DECL
3636 if (TREE_CODE (alias) == FUNCTION_DECL)
3720 if ((TREE_CODE (not_tmpl) == FUNCTION_DECL
3927 && TREE_CODE (*iter) == FUNCTION_DECL
5108 tree function_decl = current_function_decl; local
    [all...]
cp-tree.h 436 DECL_OVERRIDE_P (in FUNCTION_DECL)
466 DECL_FINAL_P (in FUNCTION_DECL)
482 FNDECL_USED_AUTO (in FUNCTION_DECL)
515 FNDECL_MANIFESTLY_CONST_EVALUATED (in FUNCTION_DECL)
543 DECL_LOCAL_DECL_P (in FUNCTION_DECL, VAR_DECL)
548 DECL_TEMPLATE_INSTANTIATED (in a VAR_DECL or a FUNCTION_DECL)
554 2: DECL_THIS_EXTERN (in VAR_DECL, FUNCTION_DECL or PARM_DECL)
563 DECL_INVALID_OVERRIDER_P (in a FUNCTION_DECL)
566 6: DECL_THIS_STATIC (in VAR_DECL, FUNCTION_DECL or PARM_DECL)
569 7: DECL_THUNK_P (in a member FUNCTION_DECL)
1876 tree function_decl; variable
    [all...]
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 5363 && TREE_CODE (exp) == FUNCTION_DECL
5364 /* For some reason, we sometimes wind up with multiple FUNCTION_DECL
7469 tree objc_property_temp_decl, function_decl, function_call;
7489 function_decl = objc_copyStruct_decl;
7491 function_decl = objc_getPropertyStruct_decl;
7496 function_decl,
7676 tree function_decl, size_of, is_atomic;
7691 function_decl = objc_copyStruct_decl;
7693 function_decl = objc_setPropertyStruct_decl;
7698 function_decl,
7465 tree objc_property_temp_decl, function_decl, function_call; local
7672 tree function_decl, size_of, is_atomic; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 84 tree function_decl; /* The original function decl. */ variable
127 return DECL_UID (info->function_decl);
144 return lhs->function_decl == rhs->function_decl;
150 return lhs->function_decl == rhs;
167 (*slot)->function_decl = fn_decl;
4005 /* Build, return FUNCTION_DECL node based on ORIG with a type FN_TYPE which has
4015 = build_lang_decl (FUNCTION_DECL, copy_node (DECL_NAME (orig)), fn_type);
4375 gcc_checking_assert (orig && TREE_CODE (orig) == FUNCTION_DECL);
name-lookup.cc 403 || (TREE_CODE (decl) == FUNCTION_DECL
1317 if (TREE_CODE (fn) == FUNCTION_DECL && DECL_USE_TEMPLATE (fn))
3020 else if (TREE_CODE (decl) == FUNCTION_DECL
3289 || TREE_CODE (decl) == FUNCTION_DECL
3339 if (TREE_CODE (decl) == FUNCTION_DECL
3345 || (TREE_CODE (decl) == FUNCTION_DECL
3370 && TREE_CODE (decl) == FUNCTION_DECL
3406 if (TREE_CODE (alias) == FUNCTION_DECL)
3490 if ((TREE_CODE (not_tmpl) == FUNCTION_DECL
3679 && TREE_CODE (*iter) == FUNCTION_DECL
4765 tree function_decl = current_function_decl; local
    [all...]
cp-tree.h 433 DECL_OVERRIDE_P (in FUNCTION_DECL)
462 DECL_FINAL_P (in FUNCTION_DECL)
478 FNDECL_USED_AUTO (in FUNCTION_DECL)
507 FNDECL_MANIFESTLY_CONST_EVALUATED (in FUNCTION_DECL)
532 DECL_LOCAL_DECL_P (in FUNCTION_DECL, VAR_DECL)
537 DECL_TEMPLATE_INSTANTIATED (in a VAR_DECL or a FUNCTION_DECL)
543 2: DECL_THIS_EXTERN (in VAR_DECL, FUNCTION_DECL or PARM_DECL)
554 DECL_INVALID_OVERRIDER_P (in a FUNCTION_DECL)
557 6: DECL_THIS_STATIC (in VAR_DECL, FUNCTION_DECL or PARM_DECL)
560 7: DECL_THUNK_P (in a member FUNCTION_DECL)
1828 tree function_decl; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 5365 && TREE_CODE (exp) == FUNCTION_DECL
5366 /* For some reason, we sometimes wind up with multiple FUNCTION_DECL
7471 tree objc_property_temp_decl, function_decl, function_call;
7491 function_decl = objc_copyStruct_decl;
7493 function_decl = objc_getPropertyStruct_decl;
7498 function_decl,
7678 tree function_decl, size_of, is_atomic;
7693 function_decl = objc_copyStruct_decl;
7695 function_decl = objc_setPropertyStruct_decl;
7700 function_decl,
7467 tree objc_property_temp_decl, function_decl, function_call; local
7674 tree function_decl, size_of, is_atomic; local
    [all...]

Completed in 119 milliseconds