Searched refs:getLHS (Results 1 - 25 of 150) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp63 B->getRHS(), C.getASTContext().getIntWidth(B->getLHS()->getType()));
70 const llvm::APSInt *LHS = SB.getKnownValue(State, C.getSVal(B->getLHS()));
102 if (C.getSVal(B->getLHS()).isUndef()) {
103 Ex = B->getLHS()->IgnoreParenCasts();
148 << B->getLHS()->getType().getAsString() << "'.";
150 C.isNegative(B->getLHS())) {
153 Ex = B->getLHS();
159 SB.getKnownValue(State, C.getSVal(B->getLHS()));
165 << "the return type \'" << B->getLHS()->getType().getAsString()
167 Ex = B->getLHS();
[all...]
H A DUndefinedAssignmentChecker.cpp75 if (C.getSVal(B->getLHS()).isUndef()) {
78 ex = B->getLHS();
H A DConversionChecker.cpp84 LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C);
87 LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C);
96 LossOfPrecision = isLossOfPrecision(Cast, B->getLHS()->getType(), C);
H A DPointerSubChecker.cpp41 SVal LV = C.getSVal(B->getLHS());
H A DInvalidatedIteratorChecker.cpp93 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext());
103 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext());
H A DMallocOverflowSecurityChecker.cpp89 const Expr *lhs = binop->getLHS();
198 const Expr *numerator = BOp->getLHS()->IgnoreParenImpCasts();
211 const Expr *lhs = AssignEx->getLHS();
229 const Expr * lhs = E->getLHS();
H A DCStringSyntaxChecker.cpp133 const Expr *L = BE->getLHS();
190 DstArgDRE = dyn_cast<DeclRefExpr>(BE->getLHS()->IgnoreParenImpCasts());
H A DDirectIvarAssignment.cpp171 dyn_cast<ObjCIvarRefExpr>(BO->getLHS()->IgnoreParenCasts());
H A DIdenticalExprChecker.cpp81 const Expr *LHS = B->getLHS();
96 LHS = B2->getLHS();
222 const Expr *LHS = B->getLHS()->IgnoreParenImpCasts();
253 if (isIdenticalStmt(AC->getASTContext(), B->getLHS(), B->getRHS())) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp39 return assumeSymRel(State, SIE->getLHS(), op, SIE->getRHS());
54 if (Loc::isLocType(SSE->getLHS()->getType()) &&
58 SymMgr.getSymSymExpr(SSE->getRHS(), BO_Sub, SSE->getLHS(), DiffTy);
190 Sym = SE->getLHS();
H A DSimpleSValBuilder.cpp359 return std::make_pair(SymInt->getLHS(),
713 return makeNonLoc(symIntExpr->getLHS(), opc,
744 lhs = nonloc::SymbolVal(symIntExpr->getLHS());
1283 SVal LHS = Visit(S->getLHS());
1284 if (isUnchanged(S->getLHS(), LHS))
1292 if (Loc::isLocType(S->getLHS()->getType()) &&
1319 if (Loc::isLocType(S->getLHS()->getType()) !=
1323 SVal LHS = Visit(S->getLHS());
1325 if (isUnchanged(S->getLHS(), LHS) && isUnchanged(S->getRHS(), RHS))
H A DCheckerHelpers.cpp89 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS()))
H A DSymbolManager.cpp134 itr.push_back(cast<SymIntExpr>(SE)->getLHS());
141 itr.push_back(x->getLHS());
464 KnownLive = isLive(cast<SymIntExpr>(sym)->getLHS());
470 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS()) &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp45 Expr *E = Exp->getLHS();
H A DTransZeroOutPropsInDealloc.cpp160 return isZeroingPropIvar(BOE->getLHS()) &&
166 Expr *LHS = BOE->getLHS();
196 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp41 LHS = BO->getLHS();
54 const Expr *getLHS() const { return LHS; } function in class:__anon2040::LogicalBinOp
68 return CheckConstraintExpression(BO.getLHS(), NextToken,
129 if (calculateConstraintSatisfaction(S, BO.getLHS(), Satisfaction,
521 diagnoseWellFormedUnsatisfiedConstraintExpr(S, BO->getLHS(), First);
527 BO->getLHS()->EvaluateAsBooleanCondition(LHSSatisfied, S.Context);
534 diagnoseWellFormedUnsatisfiedConstraintExpr(S, BO->getLHS(), First);
549 if (BO->getLHS()->getType()->isIntegerType() &&
553 BO->getLHS()->EvaluateAsInt(SimplifiedLHS, S.Context);
667 if (substituteParameterMappings(S, N.getLHS(), Concep
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h106 NormalizedConstraint(C, Other.getLHS()),
131 NormalizedConstraint &getLHS() const { function in struct:clang::NormalizedConstraint
132 assert(!isAtomic() && "getLHS called on atomic constraint.");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp56 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h173 LHS = getSymVal(State, SIE->getLHS());
176 LHS = &ISE->getLHS();
180 LHS = getSymVal(State, SSM->getLHS());
280 return canReasonAbout(SVB.makeSymbolVal(SIE->getLHS()));
286 return canReasonAbout(SVB.makeSymbolVal(SSE->getLHS())) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp244 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
281 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
305 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
356 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
359 dyn_cast<MCSymbolRefExpr>(BinaryExpr->getLHS()))
481 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS()) &&
482 cast<LanaiMCExpr>(BinaryExpr->getLHS())->getKind() ==
512 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS()) &&
513 cast<LanaiMCExpr>(BinaryExpr->getLHS())->getKind() ==
551 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS())
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp39 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.cpp50 fixELFSymbolsInTLSFixupsImpl(be->getLHS(), Asm);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp123 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp54 auto SectionLHS = getFixupSection(BinOp->getLHS());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp111 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
112 BE.getLHS()->print(OS, MAI);
115 BE.getLHS()->print(OS, MAI);
844 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
849 if (const MCTargetExpr *L = dyn_cast<MCTargetExpr>(ABE->getLHS()))
967 MCFragment *LHS_F = BE->getLHS()->findAssociatedFragment();

Completed in 133 milliseconds

123456