dextool v5.0.0 (2022-12-09T08:28:15Z)
Dub
Repo
Result
dextool
clang_extensions
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (
C
++)
struct
Result {
bool
hasValue
;
int
value
;
}
Members
Variables
hasValue
bool
hasValue
;
Only valid values if true.
value
int
value
;
McCabe complexity
Meta
Source
See Implementation
dextool
clang_extensions
enums
OpKind
ValueKind
functions
calculate
dex_getCaseStmt
dex_getExprOperator
dex_getExprValueKind
dex_getIfStmt
dex_getOperatorExprs
dex_getUnderlyingExprNode
dex_isAnyMacro
dex_isFunctionTemplateConstExpr
dex_isInSystemMacro
dex_isMacroArgExpansion
dex_isMacroBodyExpansion
dex_isPotentialConstExpr
exprValueKind
getCaseStmt
getExprOperator
getIfStmt
getUnderlyingExprNode
structs
CaseStmt
DXCaseStmt
DXIfStmt
DXOperator
DXOperatorExprs
IfStmt
Operator
OperatorSubExprs
Result