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

  /src/external/gpl3/gcc.old/dist/gcc/config/riscv/
riscv.cc 3350 tree func_decl = func;
3352 func_decl = current_function_decl;
3353 return NULL_TREE != lookup_attribute ("naked", DECL_ATTRIBUTES (func_decl));
3347 tree func_decl = func; local

Completed in 27 milliseconds