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

  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctftools.h 211 typedef struct fnarg { struct
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-structalias.cc 4948 tree fnarg = gimple_call_arg (t, fnpos); local
4949 gcc_assert (TREE_CODE (fnarg) == ADDR_EXPR);
4950 tree fndecl = TREE_OPERAND (fnarg, 0);
5536 tree fnarg = gimple_call_arg (t, fnpos); local
5537 gcc_assert (TREE_CODE (fnarg) == ADDR_EXPR);
5538 tree fndecl = TREE_OPERAND (fnarg, 0);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-structalias.cc 4916 tree fnarg = gimple_call_arg (t, fnpos); local
4917 gcc_assert (TREE_CODE (fnarg) == ADDR_EXPR);
4918 tree fndecl = TREE_OPERAND (fnarg, 0);
5509 tree fnarg = gimple_call_arg (t, fnpos); local
5510 gcc_assert (TREE_CODE (fnarg) == ADDR_EXPR);
5511 tree fndecl = TREE_OPERAND (fnarg, 0);

Completed in 34 milliseconds