|
clang 22.0.0git
|
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h"
Public Member Functions | |
| OperatorKind (BinaryOperatorKind Bin) | |
| OperatorKind (UnaryOperatorKind Un) | |
| bool | IsBinaryOp () const |
| BinaryOperatorKind | GetBinaryOpUnsafe () const |
| std::optional< BinaryOperatorKind > | GetBinaryOp () const |
| UnaryOperatorKind | GetUnaryOpUnsafe () const |
| std::optional< UnaryOperatorKind > | GetUnaryOp () const |
Definition at line 76 of file CheckerHelpers.h.
|
inlineexplicit |
Definition at line 84 of file CheckerHelpers.h.
|
inlineexplicit |
Definition at line 85 of file CheckerHelpers.h.
|
inline |
Definition at line 93 of file CheckerHelpers.h.
|
inline |
Definition at line 88 of file CheckerHelpers.h.
|
inline |
Definition at line 105 of file CheckerHelpers.h.
|
inline |
Definition at line 99 of file CheckerHelpers.h.
|
inline |
Definition at line 86 of file CheckerHelpers.h.
| BinaryOperatorKind clang::ento::OperatorKind::Bin |
Definition at line 78 of file CheckerHelpers.h.
Referenced by OperatorKind().
| UnaryOperatorKind clang::ento::OperatorKind::Un |
Definition at line 79 of file CheckerHelpers.h.
Referenced by OperatorKind().