Searched refs:BinaryOperatorKind (Results 26 - 32 of 32) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3439 typedef BinaryOperatorKind Opcode;
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1553 BinaryOperatorKind Opcode = Info.Opcode;
H A DCGOpenMPRuntime.cpp5847 BinaryOperatorKind BO = BO_Comma;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp7232 BinaryOperatorKind BOK = BO->getOpcode();
H A DSemaDeclCXX.cpp7861 BinaryOperatorKind Opc = BinaryOperator::getOverloadedOpcode(OO);
H A DSemaOverload.cpp13124 /// \param Opc The BinaryOperatorKind that describes this operator.
13143 BinaryOperatorKind Opc,
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp764 BinaryOperatorKind::BO_LAnd,

Completed in 289 milliseconds

12