/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerContext.cpp | 101 static bool evalComparison(SVal LHSVal, BinaryOperatorKind ComparisonOp, in evalComparison()
|
H A D | ExprEngineC.cpp | 164 SVal LHSVal; in VisitBinaryOperator() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerArithChecker.cpp | 335 SVal LHSVal = C.getSVal(Lhs); in checkPreStmt() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_handlers.cc | 191 Value LHSVal(Data->Type, LHS); in handleDivremOverflowImpl() local 236 Value LHSVal(Data->LHSType, LHS); in handleShiftOutOfBoundsImpl() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.cc | 187 Value LHSVal(Data->Type, LHS); in handleDivremOverflowImpl() local 232 Value LHSVal(Data->LHSType, LHS); in handleShiftOutOfBoundsImpl() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_handlers.cpp | 289 Value LHSVal(Data->Type, LHS); in handleDivremOverflowImpl() local 334 Value LHSVal(Data->LHSType, LHS); in handleShiftOutOfBoundsImpl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 934 ComplexPairTy LHSVal = EmitLoadOfLValue(LHS, Loc); in EmitCompoundAssignLValue() local 937 llvm::Value *LHSVal = CGF.EmitLoadOfScalar(LHS, Loc); in EmitCompoundAssignLValue() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 765 for (const auto &LHSVal : LHSVals) in computeValueKnownInPredecessorsImpl() local 807 for (const auto &LHSVal : LHSVals) { in computeValueKnownInPredecessorsImpl() local 940 for (const auto &LHSVal : LHSVals) { in computeValueKnownInPredecessorsImpl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombinePHI.cpp | 385 Value *LHSVal = FirstInst->getOperand(0); in foldPHIArgBinOpIntoPHI() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 75 int64_t LHSVal = EvaluateCRExpr(BE->getLHS()); in EvaluateCRExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/ |
H A D | Record.h | 1978 unsigned LHSVal, RHSVal; in operator() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelDAGToDAG.cpp | 80 uint32_t LHSVal, RHSVal; in packConstantV2I16() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 493 Sema::ActOnCaseStmt(SourceLocation CaseLoc, ExprResult LHSVal, in ActOnCaseStmt()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 3252 SDValue LHSVal = getValue(I.getOperand(1)); in visitSelect() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 12374 const APValue &LHSVal = LHSResult.Val; in VisitBinOp() local
|