clang 18.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 74 of file CheckerHelpers.h.
|
inlineexplicit |
Definition at line 82 of file CheckerHelpers.h.
|
inlineexplicit |
Definition at line 83 of file CheckerHelpers.h.
References Un.
|
inline |
Definition at line 91 of file CheckerHelpers.h.
|
inline |
Definition at line 86 of file CheckerHelpers.h.
|
inline |
Definition at line 103 of file CheckerHelpers.h.
|
inline |
Definition at line 97 of file CheckerHelpers.h.
|
inline |
Definition at line 84 of file CheckerHelpers.h.
BinaryOperatorKind clang::ento::OperatorKind::Bin |
Definition at line 76 of file CheckerHelpers.h.
UnaryOperatorKind clang::ento::OperatorKind::Un |
Definition at line 77 of file CheckerHelpers.h.
Referenced by OperatorKind().