Home
last modified time | relevance | path

Searched refs:OperatorKind (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h76 class OperatorKind {
84 explicit OperatorKind(BinaryOperatorKind Bin) : Op{Bin}, IsBinary{true} {} in OperatorKind() function
85 explicit OperatorKind(UnaryOperatorKind Un) : IsBinary{false} { Op.Un = Un; } in OperatorKind() function
112 OperatorKind operationKindFromOverloadedOperator(OverloadedOperatorKind OOK,
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h200 const IdentifierInfo *Name, OverloadedOperatorKind OperatorKind, in Create()
208 OperatorKind, OpaqueTemplateName, TemplateKind, in Create()
241 OverloadedOperatorKind OperatorKind, in TemplateIdAnnotation()
248 Name(Name), Operator(OperatorKind), Template(OpaqueTemplateName), in TemplateIdAnnotation()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp152 OperatorKind operationKindFromOverloadedOperator(OverloadedOperatorKind OOK, in operationKindFromOverloadedOperator()
169 return OperatorKind(BinOpIt->second); \ in operationKindFromOverloadedOperator()
175 return OperatorKind(UnOpIt->second); \ in operationKindFromOverloadedOperator()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp599 CXXOperatorCallExprBits.OperatorKind = OpKind;
601 (CXXOperatorCallExprBits.OperatorKind == static_cast<unsigned>(OpKind)) &&
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h739 unsigned OperatorKind : 6;
H A DExprCXX.h113 CXXOperatorCallExprBits.OperatorKind); in getOperator()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1716 E->CXXOperatorCallExprBits.OperatorKind = Record.readInt(); in VisitCXXOperatorCallExpr()