Home
last modified time | relevance | path

Searched defs:RVal (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMismatchedIteratorChecker.cpp199 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local
DIteratorModeling.cpp270 const SVal RVal = State->getSVal(RHS, C.getLocationContext()); in checkPostStmt() local
451 const SVal &RVal, in handleComparison()
DIteratorRangeChecker.cpp171 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
DMips16HardFloat.cpp385 Value *RVal = RI->getReturnValue(); in fixupFPReturnAndCall() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp4213 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion()
4412 const APValue &RVal) { in handleCompoundAssignment()
7816 APValue RVal; in VisitCastExpr() local
7856 APValue RVal; in VisitUnaryPostIncDec() local
8170 APValue RVal; in VisitVarDecl() local
8660 APValue RVal; in VisitCXXThisExpr() local
8858 APValue RVal; in VisitCastExpr() local
11466 APValue RVal; in tryEvaluateBuiltinObjectSize() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp2272 SVal RVal; in handle() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp677 SDValue RVal = SDValue(Node, 0); in LegalizeLoadOps() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp5383 LValue LVal, RValue RVal) { in emitSimpleAtomicStore()
5400 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DLoopStrengthReduce.cpp2781 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()