HomeSort by relevance Sort by last modified time
    Searched refs:getLHS (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefinedAssignmentChecker.cpp 66 if (state->getSVal(B->getLHS(), C.getLocationContext()).isUndef()) {
69 ex = B->getLHS();
UndefResultChecker.cpp 66 if (state->getSVal(B->getLHS(), LCtx).isUndef()) {
67 Ex = B->getLHS()->IgnoreParenCasts();
PointerSubChecker.cpp 44 SVal LV = state->getSVal(B->getLHS(), LCtx);
MallocOverflowSecurityChecker.cpp 90 const Expr *lhs = binop->getLHS();
196 const Expr *numerator = BOp->getLHS()->IgnoreParenImpCasts();
209 const Expr *lhs = AssignEx->getLHS();
227 const Expr * lhs = E->getLHS();
IdenticalExprChecker.cpp 82 const Expr *LHS = B->getLHS();
97 LHS = B2->getLHS();
223 const Expr *LHS = B->getLHS()->IgnoreParenImpCasts();
254 if (isIdenticalStmt(AC->getASTContext(), B->getLHS(), B->getRHS())) {
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 46 Expr *E = Exp->getLHS();
TransZeroOutPropsInDealloc.cpp 163 return isZeroingPropIvar(BOE->getLHS()) &&
169 Expr *LHS = BOE->getLHS();
199 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens());
  /external/llvm/lib/Target/XCore/InstPrinter/
XCoreInstPrinter.cpp 54 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCExpr.cpp 56 AddValueSymbols_(BE->getLHS(), Asm);
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 55 if (Loc::isLocType(SSE->getLHS()->getType())) {
148 return assumeSymRel(state, SE->getLHS(), op, SE->getRHS());
163 assert(Loc::isLocType(SSE->getLHS()->getType()));
167 SSE->getLHS(), DiffTy);
234 Sym = SE->getLHS();
SymbolManager.cpp 32 getLHS()->dumpToStream(os);
41 os << getLHS().getZExtValue();
42 if (getLHS().isUnsigned())
53 getLHS()->dumpToStream(os);
128 itr.push_back(cast<SymIntExpr>(SE)->getLHS());
135 itr.push_back(x->getLHS());
480 KnownLive = isLive(cast<SymIntExpr>(sym)->getLHS());
486 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS()) &&
CheckerHelpers.cpp 85 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS()))
  /external/llvm/lib/Target/BPF/InstPrinter/
BPFInstPrinter.cpp 40 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
  /external/swiftshader/third_party/LLVM/lib/MC/
MCExpr.cpp 87 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
88 OS << *BE.getLHS();
90 OS << '(' << *BE.getLHS() << ')';
502 if (!ABE->getLHS()->EvaluateAsRelocatableImpl(LHSValue, Asm, Layout,
588 const MCSection *LHS_S = BE->getLHS()->FindAssociatedSection();
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCExpr.cpp 114 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
  /external/llvm/lib/Target/Lanai/AsmParser/
LanaiAsmParser.cpp 227 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
264 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
288 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
339 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
342 dyn_cast<MCSymbolRefExpr>(BinaryExpr->getLHS()))
463 assert(dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()) &&
464 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())->getKind() ==
493 assert(dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()) &&
494 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS())->getKind() ==
533 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 122 OS << "(" << Visit(S->getLHS()) << ") "
132 return "(" + Visit(S->getLHS()) + ") " +
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 122 OS << "(" << Visit(S->getLHS()) << ") "
132 return "(" + Visit(S->getLHS()) + ") " +
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 122 OS << "(" << Visit(S->getLHS()) << ") "
132 return "(" + Visit(S->getLHS()) + ") " +
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 122 OS << "(" << Visit(S->getLHS()) << ") "
132 return "(" + Visit(S->getLHS()) + ") " +
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 122 OS << "(" << Visit(S->getLHS()) << ") "
132 return "(" + Visit(S->getLHS()) + ") " +
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 122 OS << "(" << Visit(S->getLHS()) << ") "
132 return "(" + Visit(S->getLHS()) + ") " +
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 122 OS << "(" << Visit(S->getLHS()) << ") "
132 return "(" + Visit(S->getLHS()) + ") " +
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 122 OS << "(" << Visit(S->getLHS()) << ") "
132 return "(" + Visit(S->getLHS()) + ") " +
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Checkers/
SValExplainer.h 122 OS << "(" << Visit(S->getLHS()) << ") "
132 return "(" + Visit(S->getLHS()) + ") " +

Completed in 876 milliseconds

1 2 3 4 5 6 7 8 910