HomeSort by relevance Sort by last modified time
    Searched refs:getLHS (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 82 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParenCasts()))
MallocSizeofChecker.cpp 117 Visit(E->getLHS());
CheckSecuritySyntaxOnly.cpp 191 if (const DeclRefExpr *lhs = getIncrementedVar(B->getLHS(), x, y))
248 dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenLValueCasts());
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 183 const SCEV *LO = X->getLHS();
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 74 AddValueSymbols(BE->getLHS());
MCELFStreamer.cpp 421 fixSymbolsInTLSFixups(be->getLHS());
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h 222 const MCExpr *LHS = BE->getLHS();
MipsMCCodeEmitter.cpp 200 Expr = static_cast<const MCBinaryExpr*>(Expr)->getLHS();
  /external/clang/lib/Analysis/
CFG.cpp 480 if (Bop->getLHS()->EvaluateAsInt(IntVal, *Context)) {
503 TryResult LHS = tryEvaluateBool(Bop->getLHS());
    [all...]
LiveVariables.cpp 345 Expr *LHS = B->getLHS()->IgnoreParens();
531 dyn_cast<DeclRefExpr>(BO->getLHS()->IgnoreParens())) {
UninitializedValues.cpp 369 classify(BO->getLHS(), Use);
371 classify(BO->getLHS(), Ignore);
637 FindVarResult Var = findVar(BO->getLHS());
ThreadSafety.cpp 373 unsigned Sz = buildSExpr(BOE->getLHS(), CallCtx);
420 Sz += buildSExpr(CE->getLHS(), CallCtx);
    [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 501 return (E->getLHS()->getObjectKind() == OK_ObjCProperty
516 : ClassifyInternal(Ctx, E->getLHS());
ExprConstant.cpp     [all...]
Expr.cpp 94 return BO->getLHS()->isKnownToHaveBooleanValue() &&
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 56 S = B->getLHS()->IgnoreParenCasts();
802 const bool isVarLHS = patternMatch(BExpr->getLHS(), OutLHS, BRC, R, N,
815 return VisitConditionVariable(LhsString, BExpr->getLHS(), tookTrue,
    [all...]
BugReporter.cpp 534 const Expr *LHS = Case->getLHS()->IgnoreParenCasts();
619 PathDiagnosticLocation End(B->getLHS(), SMgr, LC);
627 PathDiagnosticLocation Start(B->getLHS(), SMgr, LC);
639 PathDiagnosticLocation Start(B->getLHS(), SMgr, LC);
646 PathDiagnosticLocation End(B->getLHS(), SMgr, LC);
820 S = cast<BinaryOperator>(S)->getLHS();
    [all...]
ProgramState.cpp 507 return scan(cast<SymIntExpr>(sym)->getLHS());
512 return scan(x->getLHS()) && scan(x->getRHS());
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 189 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) {
TransProperties.cpp 307 Expr *lhs = E->getLHS()->IgnoreParenImpCasts();
  /external/clang/lib/CodeGen/
CGStmt.cpp 828 llvm::APSInt LHS = S.getLHS()->EvaluateKnownConstInt(getContext());
898 Builder.getInt(S.getLHS()->EvaluateKnownConstInt(getContext()));
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 429 /// getLHS - Get the left-hand side expression of the binary operator.
430 const MCExpr *getLHS() const { return LHS; }
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]

Completed in 3164 milliseconds

12 3 4