Searched defs:RVal (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | MismatchedIteratorChecker.cpp | 199 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local
|
H A D | IteratorModeling.cpp | 270 const SVal RVal = State->getSVal(RHS, C.getLocationContext()); in checkPostStmt() local 451 const SVal &RVal, in handleComparison()
|
H A D | IteratorRangeChecker.cpp | 171 SVal RVal = State->getSVal(BO->getRHS(), C.getLocationContext()); in checkPreStmt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 385 Value *RVal = RI->getReturnValue(); in fixupFPReturnAndCall() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 4210 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 D | BugReporterVisitors.cpp | 2173 SVal RVal; in trackExpressionValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 675 SDValue RVal = SDValue(Node, 0); in LegalizeLoadOps() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 5355 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 D | LoopStrengthReduce.cpp | 2749 static bool isCompatibleIVType(Value *LVal, Value *RVal) { in isCompatibleIVType()
|