Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
gimple_call_num_args(stmt)在我的陈述中给出 2 但get_name(gimple_call_arg(stmt,1))为空。关于如何获得论点的任何想法?
gimple_call_num_args(stmt)
get_name(gimple_call_arg(stmt,1))