OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BinOpKind
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
7159
BinaryOperatorKind
BinOpKind
,
7178
if (
BinOpKind
== BO_Add)
7181
assert(AddendIsRight &&
BinOpKind
== BO_Sub &&
7192
sumOffsets(Offset, Addend,
BinOpKind
, AddendIsRight);
7534
BinaryOperatorKind
BinOpKind
= BinOp->getOpcode();
7537
if (
BinOpKind
== BO_Add) {
7538
sumOffsets(Offset, LResult.Val.getInt(),
BinOpKind
, RIsInt);
7543
sumOffsets(Offset, RResult.Val.getInt(),
BinOpKind
, RIsInt);
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp
12187
enum { AnyExprKind,
BinOpKind
, BinOpVisitedLHSKind } Kind;
12435
job.Kind = Job::
BinOpKind
;
12446
case Job::
BinOpKind
: {
Completed in 44 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026