FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cppcheck/lib/cppcheck.natvis at main · cppcheck-opensource/cppcheck · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
200
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
cppcheck
/
lib
/
cppcheck.natvis
Copy path
More file actions
More file actions
Latest commit
History
History
History
71 lines (55 loc) · 2.16 KB
Breadcrumbs
cppcheck
/
lib
/
cppcheck.natvis
Copy path
File metadata and controls
71 lines (55 loc) · 2.16 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?
xml
version
=
"
1.0
"
encoding
=
"
utf-8
"
?>
<
AutoVisualizer
xmlns
=
"
http://schemas.microsoft.com/vstudio/debugger/natvis/2010
"
>
<
Type
Name
=
"
Token
"
>
<
DisplayString
>{mStr}</
DisplayString
>
</
Type
>
<
Type
Name
=
"
TokensFrontBack
"
>
<
DisplayString
>{front->mStr} - {back->mStr}</
DisplayString
>
</
Type
>
<
Type
Name
=
"
TokenList
"
>
<
DisplayString
>{mTokensFrontBack->front->mStr} - {mTokensFrontBack->back->mStr}</
DisplayString
>
<
Expand
>
<
Item
Name
=
"
[files]
"
>mFiles</
Item
>
<
CustomListItems
Optional
=
"
true
"
MaxItemsPerView
=
"
5000
"
>
<
Variable
Name
=
"
pCurr
"
InitialValue
=
"
mTokensFrontBack->front
"
/>
<
Loop
>
<
If
Condition
=
"
pCurr == mTokensFrontBack->back
"
>
<
Break
Condition
=
"
1
"
/>
</
If
>
<
Item
>pCurr</
Item
>
<
Exec
>pCurr = pCurr->mNext</
Exec
>
</
Loop
>
</
CustomListItems
>
</
Expand
>
</
Type
>
<
Type
Name
=
"
Variable
"
>
<
DisplayString
>{mNameToken->mStr}</
DisplayString
>
</
Type
>
<
Type
Name
=
"
Function
"
>
<
DisplayString
>{tokenDef->mStr}</
DisplayString
>
</
Type
>
<
Type
Name
=
"
Dimension
"
>
<
DisplayString
Condition
=
"
known
"
>{num}</
DisplayString
>
<
DisplayString
Condition
=
"
!known
"
>?</
DisplayString
>
</
Type
>
<
Type
Name
=
"
Scope
"
>
<
DisplayString
>{type}: {className}</
DisplayString
>
</
Type
>
<
Type
Name
=
"
cppcheck::Platform
"
>
<
DisplayString
>{platformType}</
DisplayString
>
</
Type
>
<
Type
Name
=
"
simplecpp::Location
"
>
<
DisplayString
>{files[fileIndex]} : {line} [col={col}]</
DisplayString
>
</
Type
>
<
Type
Name
=
"
ValueFlow::Value
"
>
<
DisplayString
Condition
=
"
valueType==INT
"
>{intvalue} (INT)</
DisplayString
>
<
DisplayString
Condition
=
"
valueType==TOK
"
>{tokvalue} (TOK)</
DisplayString
>
<
DisplayString
Condition
=
"
valueType==FLOAT
"
>{floatValue} (FLOAT)</
DisplayString
>
<!--
DisplayString Condition="valueType==MOVED">{moveKind}</DisplayString
-->
</
Type
>
<
Type
Name
=
"
Enumerator
"
>
<
DisplayString
Condition
=
"
!name
"
>[UNKNOWN]</
DisplayString
>
<
DisplayString
Condition
=
"
value_known
"
>{name} = {value} (value_known=true)</
DisplayString
>
<
DisplayString
Condition
=
"
!value_known
"
>{name} = ?</
DisplayString
>
</
Type
>
</
AutoVisualizer
>
Back
|
FazBrowse Home
|
New Git URL