Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp199 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local
H A DIteratorModeling.cpp270 const SVal RVal = State->getSVal(RHS, C.getLocationContext()); in checkPostStmt() local
451 const SVal &RVal, in handleComparison()
H A DIteratorRangeChecker.cpp171 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp385 Value *RVal = RI->getReturnValue(); in fixupFPReturnAndCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4210 const LValue &LVal, APValue &RVal, in handleLValueToRValueConversion()
4409 const APValue &RVal) { in handleCompoundAssignment()
7807 APValue RVal; in VisitCastExpr() local
7847 APValue RVal; in VisitUnaryPostIncDec() local
8161 APValue RVal; in VisitVarDecl() local
8651 APValue RVal; in VisitCXXThisExpr() local
8829 APValue RVal; in VisitCastExpr() local
11425 APValue RVal; in tryEvaluateBuiltinObjectSize() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2173 SVal RVal; in trackExpressionValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp675 SDValue RVal = SDValue(Node, 0); in LegalizeLoadOps() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp5355 LValue LVal, RValue RVal) { in emitSimpleAtomicStore()
5372 void CodeGenFunction::emitOMPSimpleStore(LValue LVal, RValue RVal, in emitOMPSimpleStore()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2749 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()