HomeSort by: relevance | last modified time | path
    Searched refs:LVal (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
InvalidatedIteratorChecker.cpp 93 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext());
96 verifyAccess(C, LVal);
103 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext());
104 verifyAccess(C, LVal);
IteratorRangeChecker.cpp 166 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext());
169 verifyDereference(C, LVal);
174 verifyRandomIncrOrDecr(C, BinaryOperator::getOverloadedOperator(OK), LVal,
182 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext());
183 verifyDereference(C, LVal);
IteratorModeling.cpp 101 const SVal &LVal, const SVal &RVal,
269 const SVal LVal = State->getSVal(LHS, C.getLocationContext());
274 handleComparison(C, BO, Result, LVal, RVal,
286 const SVal &AmountVal = IsIterOnLHS ? RVal : LVal;
450 SVal RetVal, const SVal &LVal,
458 const auto *LPos = getIteratorPosition(State, LVal);
480 State = setIteratorPosition(State, LVal,
482 LPos = getIteratorPosition(State, LVal);
MismatchedIteratorChecker.cpp 198 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext());
200 verifyMatch(C, LVal, RVal);
CheckObjCDealloc.cpp 284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal);
285 Optional<Loc> LValLoc = LVal.getAs<Loc>();
955 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal);
956 Optional<Loc> LValLoc = LVal.getAs<Loc>();
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp 40 LValue LVal;
74 LVal = lvalue;
97 LVal = LValue::MakeBitfield(Address(Addr, lvalue.getAlignment()),
116 LVal = lvalue;
127 LVal = lvalue;
140 const LValue &getAtomicLValue() const { return LVal; }
142 if (LVal.isSimple())
143 return LVal.getPointer(CGF);
144 else if (LVal.isBitField())
145 return LVal.getBitFieldPointer()
    [all...]
CGStmtOpenMP.cpp 3643 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty);
3645 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true);
3646 return LVal;
5355 LValue LVal, RValue RVal) {
5356 if (LVal.isGlobalReg())
5357 CGF.EmitStoreThroughGlobalRegLValue(RVal, LVal);
5359 CGF.EmitAtomicStore(RVal, LVal, AO, LVal.isVolatile(), /*isInit=*/false);
5363 llvm::AtomicOrdering AO, LValue LVal,
5365 if (LVal.isGlobalReg()
    [all...]
CGOpenMPRuntime.cpp 1483 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF);
1488 !isa<llvm::Instruction>(LVal.getPointer(CGF)) ||
1489 cast<llvm::Instruction>(LVal.getPointer(CGF))->getParent() ==
1491 cast<llvm::Instruction>(LVal.getPointer(CGF))->getParent() ==
1493 ThreadID = CGF.EmitLoadOfScalar(LVal, Loc);
12393 LValue LVal,
12407 CGF.ConvertTypeForMem(LVal.getType()), UniqueDeclName);
12409 LVal.getAlignment().getAsAlign());
12411 CGF.MakeAddrLValue(Last, LVal.getType(), LVal.getAlignment())
    [all...]
CGExprComplex.cpp 1153 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val);
1157 return LVal;
CGOpenMPRuntime.h 882 StringRef UniqueDeclName, LValue LVal,
1819 /// Checks if the provided \p LVal is lastprivate conditional and emits the
CodeGenFunction.h 3290 void emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy,
3739 void EmitAtomicUpdate(LValue LVal, llvm::AtomicOrdering AO,
  /src/external/apache2/llvm/dist/clang/lib/AST/
APValue.cpp 915 const LV &LVal = *((const LV *)(const char *)&Data);
916 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength);
937 LV &LVal = *((LV *)(char *)&Data);
938 LVal.Base = B;
939 LVal.IsOnePastTheEnd = false;
940 LVal.Offset = O;
941 LVal.resizePath((unsigned)-1);
942 LVal.IsNullPtr = IsNullPtr;
949 LV &LVal = *((LV *)(char *)&Data)
    [all...]
ExprConstant.cpp 2028 static const ValueDecl *GetLValueBaseDecl(const LValue &LVal) {
2029 return LVal.Base.dyn_cast<const ValueDecl*>();
2122 QualType Type, const LValue &LVal,
2127 APValue::LValueBase Base = LVal.getLValueBase();
2128 const SubobjectDesignator &Designator = LVal.getLValueDesignator();
2198 LVal.getLValueCallIndex() == 0) &&
2398 LValue LVal;
2399 LVal.setFrom(Info.Ctx, Value);
2400 return CheckLValueConstantExpression(Info, DiagLoc, Type, LVal, Kind,
3119 /// Update LVal to refer to the given field, which must be a member of the typ
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 70 static void emitAndFixInvalidAsmCastLValue(const Expr *LVal, Expr *BadArgument,
73 S.Diag(LVal->getBeginLoc(), diag::err_invalid_asm_cast_lvalue)
76 S.Diag(LVal->getBeginLoc(), diag::warn_invalid_asm_cast_lvalue)
323 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context);
324 emitAndFixInvalidAsmCastLValue(LVal, OutputExpr, *this);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 2091 SVal LVal = LVNode->getSVal(Inner);
2094 bool LVIsNull = LVState->isNull(LVal).isConstrainedTrue();
2100 if (auto KV = LVal.getAs<KnownSVal>())
2106 // If the LVal is null, check if we are dealing with null reference.
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 2749 static bool isCompatibleIVType(Value *LVal, Value *RVal) {
2750 Type *LType = LVal->getType();

Completed in 89 milliseconds