OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BinaryOperator
(Results
101 - 125
of
183
) sorted by null
1
2
3
4
5
6
7
8
/external/clang/lib/Analysis/
ThreadSafety.cpp
386
} else if (const
BinaryOperator
*BOE = dyn_cast<
BinaryOperator
>(Exp)) {
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp
162
void VisitBinaryOperator(const
BinaryOperator
*BO);
682
const
BinaryOperator
*BO) {
/external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp
845
const
BinaryOperator
* B = cast<
BinaryOperator
>(S);
[
all
...]
PathDiagnostic.cpp
604
PathDiagnosticLocation::createOperatorLoc(const
BinaryOperator
*BO,
709
BinaryOperatorKind Op = cast<
BinaryOperator
>(S)->getOpcode();
743
if (const
BinaryOperator
*B = dyn_cast<
BinaryOperator
>(S))
[
all
...]
BugReporter.cpp
398
const
BinaryOperator
*B = cast<
BinaryOperator
>(Parent);
714
const
BinaryOperator
*B = cast<
BinaryOperator
>(T);
872
if (const
BinaryOperator
*B = dyn_cast<
BinaryOperator
>(E))
916
S = cast<
BinaryOperator
>(S)->getLHS();
[
all
...]
CallEvent.cpp
695
if (const
BinaryOperator
*BO = dyn_cast<
BinaryOperator
>(Syntactic))
[
all
...]
/external/llvm/include/llvm/
InstVisitor.h
231
RetTy visitBinaryOperator(
BinaryOperator
&I) { DELEGATE(Instruction);}
/external/llvm/include/llvm/Support/
PatternMatch.h
383
BinaryOperator
*I = cast<
BinaryOperator
>(V);
515
BinaryOperator
*I = cast<
BinaryOperator
>(V);
[
all
...]
/external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp
191
Instruction* Add =
BinaryOperator
::CreateAdd(Val, NegLo,
SimplifyCFG.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp
413
BinaryOperator
*SubOneOp;
415
if ((SubOneOp = dyn_cast<
BinaryOperator
>(DefX2->getOperand(0))))
419
SubOneOp = dyn_cast<
BinaryOperator
>(DefX2->getOperand(1));
[
all
...]
JumpThreading.cpp
130
bool ProcessBranchOnXOR(
BinaryOperator
*BO);
460
} else if (
BinaryOperator
*BO = dyn_cast<
BinaryOperator
>(I)) {
821
return ProcessBranchOnXOR(cast<
BinaryOperator
>(CondInst));
[
all
...]
GVN.cpp
899
StoredVal =
BinaryOperator
::CreateLShr(StoredVal, Val, "tmp", InsertPt);
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
786
///
binaryOperator
matcher.
1121
BinaryOperator
>
binaryOperator
;
[
all
...]
/external/clang/tools/libclang/
RecursiveASTVisitor.h
285
// (they're all opcodes in
BinaryOperator
) but do have visitors.
301
#define OPERATOR(NAME) GENERAL_BINOP_FALLBACK(NAME,
BinaryOperator
)
473
if (
BinaryOperator
*BinOp = dyn_cast<
BinaryOperator
>(S)) {
476
case BO_##NAME: DISPATCH_STMT(Bin##NAME,
BinaryOperator
, S);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
409
if (ISDOpcode == ISD::SDIV && isa<
BinaryOperator
>(I) &&
410
cast<
BinaryOperator
>(I)->isExact() &&
417
if (ISDOpcode == ISD::UREM && isa<
BinaryOperator
>(I) &&
896
unsigned OpReg = getRegForValue(
BinaryOperator
::getFNegArgument(I));
[
all
...]
/external/clang/lib/Sema/
SemaExpr.cpp
[
all
...]
SemaLambda.cpp
255
if (
BinaryOperator
*BO = dyn_cast<
BinaryOperator
>(E)) {
[
all
...]
SemaChecking.cpp
[
all
...]
/external/clang/lib/ARCMigrate/
TransProperties.cpp
314
bool VisitBinAssign(
BinaryOperator
*E) {
ObjCMT.cpp
452
if (const
BinaryOperator
*BO = dyn_cast<
BinaryOperator
>(InitExpr))
Transforms.cpp
70
bool trans::isPlusOneAssign(const
BinaryOperator
*E) {
/external/clang/include/clang/AST/
Expr.h
[
all
...]
/external/clang/lib/CodeGen/
CodeGenFunction.h
[
all
...]
Completed in 883 milliseconds
1
2
3
4
5
6
7
8