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

123456

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp62 B->getRHS(), C.getASTContext().getIntWidth(B->getLHS()->getType()));
69 const llvm::APSInt *LHS = SB.getKnownValue(State, C.getSVal(B->getLHS()));
101 if (C.getSVal(B->getLHS()).isUndef()) {
102 Ex = B->getLHS()->IgnoreParenCasts();
147 << B->getLHS()->getType().getAsString() << "'.";
149 C.isNegative(B->getLHS())) {
152 Ex = B->getLHS();
158 SB.getKnownValue(State, C.getSVal(B->getLHS()));
164 << "the return type \'" << B->getLHS()->getType().getAsString()
166 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 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 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())) {
H A DCStringSyntaxChecker.cpp133 const Expr *L = BE->getLHS();
190 DstArgDRE = dyn_cast<DeclRefExpr>(BE->getLHS()->IgnoreParenImpCasts());
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransARCAssign.cpp45 Expr *E = Exp->getLHS();
H A DTransZeroOutPropsInDealloc.cpp162 return isZeroingPropIvar(BOE->getLHS()) &&
168 Expr *LHS = BOE->getLHS();
198 dyn_cast<ObjCPropertyRefExpr>(BO->getLHS()->IgnoreParens());
/freebsd-11-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 DSymbolManager.cpp43 getLHS()->dumpToStream(os);
55 if (getLHS().isUnsigned())
56 os << getLHS().getZExtValue();
58 os << getLHS().getSExtValue();
59 if (getLHS().isUnsigned())
70 getLHS()->dumpToStream(os);
152 itr.push_back(cast<SymIntExpr>(SE)->getLHS());
159 itr.push_back(x->getLHS());
490 KnownLive = isLive(cast<SymIntExpr>(sym)->getLHS());
496 KnownLive = isLive(cast<SymSymExpr>(sym)->getLHS())
[all...]
H A DCheckerHelpers.cpp88 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS()))
H A DSimpleSValBuilder.cpp359 return std::make_pair(SymInt->getLHS(),
708 return makeNonLoc(symIntExpr->getLHS(), opc,
739 lhs = nonloc::SymbolVal(symIntExpr->getLHS());
1278 SVal LHS = Visit(S->getLHS());
1279 if (isUnchanged(S->getLHS(), LHS))
1287 if (Loc::isLocType(S->getLHS()->getType()) &&
1314 if (Loc::isLocType(S->getLHS()->getType()) !=
1318 SVal LHS = Visit(S->getLHS());
1320 if (isUnchanged(S->getLHS(), LHS) && isUnchanged(S->getRHS(), RHS))
/freebsd-11-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-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyWasmObjectWriter.cpp54 auto SectionLHS = getFixupSection(BinOp->getLHS());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/MCTargetDesc/
H A DXCoreInstPrinter.cpp56 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h171 LHS = getSymVal(State, SIE->getLHS());
174 LHS = &ISE->getLHS();
178 LHS = getSymVal(State, SSM->getLHS());
278 return canReasonAbout(SVB.makeSymbolVal(SIE->getLHS()));
284 return canReasonAbout(SVB.makeSymbolVal(SSE->getLHS())) &&
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp42 return CheckConstraintExpression(BinOp->getLHS(), NextToken,
104 if (calculateConstraintSatisfaction(S, BO->getLHS(), Satisfaction,
497 diagnoseWellFormedUnsatisfiedConstraintExpr(S, BO->getLHS(), First);
503 BO->getLHS()->EvaluateAsBooleanCondition(LHSSatisfied, S.Context);
510 diagnoseWellFormedUnsatisfiedConstraintExpr(S, BO->getLHS(), First);
525 if (BO->getLHS()->getType()->isIntegerType() &&
529 BO->getLHS()->EvaluateAsInt(SimplifiedLHS, S.Context);
643 if (substituteParameterMappings(S, N.getLHS(), Concept, TemplateArgs,
730 auto LHS = fromConstraintExpr(S, D, BO->getLHS());
784 NormalForm LCNF = makeCNF(Normalized.getLHS());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp242 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
279 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
303 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
354 dyn_cast<LanaiMCExpr>(BinaryExpr->getLHS()))
357 dyn_cast<MCSymbolRefExpr>(BinaryExpr->getLHS()))
479 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS()) &&
480 cast<LanaiMCExpr>(BinaryExpr->getLHS())->getKind() ==
510 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS()) &&
511 cast<LanaiMCExpr>(BinaryExpr->getLHS())->getKind() ==
549 assert(BinaryExpr && isa<LanaiMCExpr>(BinaryExpr->getLHS())
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCExpr.cpp50 fixELFSymbolsInTLSFixupsImpl(be->getLHS(), Asm);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp123 fixELFSymbolsInTLSFixupsImpl(BE->getLHS(), Asm);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFInstPrinter.cpp39 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DSValExplainer.h122 OS << "(" << Visit(S->getLHS()) << ") "
132 return "(" + Visit(S->getLHS()) + ") " +
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp94 if (isa<MCConstantExpr>(BE.getLHS()) || isa<MCSymbolRefExpr>(BE.getLHS())) {
95 BE.getLHS()->print(OS, MAI);
98 BE.getLHS()->print(OS, MAI);
786 if (!ABE->getLHS()->evaluateAsRelocatableImpl(LHSValue, Asm, Layout, Fixup,
791 if (const MCTargetExpr *L = dyn_cast<MCTargetExpr>(ABE->getLHS()))
909 MCFragment *LHS_F = BE->getLHS()->findAssociatedFragment();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp119 SRE = dyn_cast<MCSymbolRefExpr>(BE->getLHS());

Completed in 196 milliseconds

123456