Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

函数参数的处理 #42

Answered by Yorkking
paprika0741 asked this question in Q&A
May 16, 2022 · 3 comments · 5 replies
Discussion options

You must be logged in to vote

需要加入到符号表,和局部变量类似。函数主体可以调用 (Function*) F->Args() 获得。比如:

for(auto& arg: F->Args()){

}

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
5 replies
@paprika0741
Comment options

@Yorkking
Comment options

@paprika0741
Comment options

@lyh1028
Comment options

@Yorkking
Comment options

Answer selected by paprika0741
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants