forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcppcheck.yaml
57 lines (57 loc) · 2.8 KB
/
cppcheck.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
"functions":
- "name": "_ZN8CppCheck5checkERK12FileSettings"
"params":
- "name": ""
"type": "CppCheck *"
- "name": ""
"type": "struct FileSettings *"
"return_type": "int"
"signature": "unsigned int CppCheck::check(const FileSettings &)"
- "name": "_ZN8CppCheck5checkERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEE"
"params":
- "name": ""
"type": "CppCheck *"
- "name": ""
"type": "std::string *"
"return_type": "int"
"signature": "unsigned int CppCheck::check(const string &)"
- "name": "_ZN13ImportProject6importERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEEP8Settings"
"params":
- "name": ""
"type": "ImportProject *"
- "name": ""
"type": "std::string *"
- "name": ""
"type": "Settings *"
"return_type": "int"
"signature": "DW_TAG_enumeration_typeType ImportProject::import(const string &, Settings *)"
- "name": "_ZN13ImportProject9importSlnERNSt3__113basic_istreamIcNS0_11char_traitsIcEEEERKNS0_12basic_stringIcS3_NS0_9allocatorIcEEEERKNS0_6vectorIS9_NS7_IS9_EEEE"
"params":
- "name": ""
"type": "ImportProject *"
- "name": ""
"type": "std::istream *"
- "name": ""
"type": "std::string *"
- "name": ""
"type": "std::vector *"
"return_type": "bool"
"signature": "bool ImportProject::importSln(istream &, const string &, const vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > &)"
- "name": "_ZN13ImportProject13importVcxprojERKNSt3__112basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEERNS0_3mapIS6_S6_N8cppcheck7stricmpENS4_INS0_4pairIS7_S6_EEEEEES8_RKNS0_6vectorIS6_NS4_IS6_EEEE"
"params":
- "name": ""
"type": "ImportProject *"
- "name": ""
"type": "std::string *"
- "name": ""
"type": "std::set *"
- "name": ""
"type": "std::string *"
- "name": ""
"type": "std::vector *"
"return_type": "bool"
"signature": "bool ImportProject::importVcxproj(const string &, map<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, cppcheck::stricmp, std::__1::allocator<std::__1::pair<const std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > > &, const string &, const vector<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, std::__1::allocator<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > > > &)"
"language": "c++"
"project": "cppcheck"
"target_name": "oss-fuzz-client"
"target_path": "/src/cppcheck/oss-fuzz/main.cpp"