Home
last modified time | relevance | path

Searched refs:HEAD_FILE_NAME_LIST (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/tools/api_cmp_tool/
H A Dcompare.py193 global HEAD_FILE_NAME_LIST
194 HEAD_FILE_NAME_LIST = list(set(HEAD_FILE_NAME_LIST))
195 HEAD_FILE_NAME_LIST.sort()
200 Recursively obtain the symbol list from the c language header file and store it in HEAD_FILE_NAME_LIST
202 global HEAD_FILE_NAME_LIST
205 HEAD_FILE_NAME_LIST.append(node.spelling)
208 HEAD_FILE_NAME_LIST.append(node.spelling)
227 Recursively obtain the symbol list from the c++ language header file and store it in HEAD_FILE_NAME_LIST
229 global HEAD_FILE_NAME_LIST
320 HEAD_FILE_NAME_LIST = [] #header file symbol list global() variable
[all...]

Completed in 1 milliseconds