Searched defs:LVal (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DInvalidatedIteratorChecker.cpp93 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); local
103 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); local
H A DMismatchedIteratorChecker.cpp198 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); local
H A DIteratorRangeChecker.cpp166 SVal LVal = State->getSVal(BO->getLHS(), C.getLocationContext()); local
182 SVal LVal = State->getSVal(ASE->getLHS(), C.getLocationContext()); local
H A DIteratorModeling.cpp269 const SVal LVal = State->getSVal(LHS, C.getLocationContext()); local
449 handleComparison(CheckerContext &C, const Expr *CE, SVal RetVal, const SVal &LVal, const SVal &RVal, OverloadedOperatorKind Op) const argument
H A DCheckObjCDealloc.cpp284 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal); local
955 SVal LVal = State->getLValue(PropIvarDecl, ReceiverVal); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaStmtAsm.cpp70 static void emitAndFixInvalidAsmCastLValue(const Expr *LVal, Expr *BadArgument, argument
323 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context); local
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp915 const LV &LVal = *((const LV *)(const char *)&Data); local
937 LV &LVal = *((LV *)(char *)&Data); local
949 LV &LVal local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGAtomic.cpp40 LValue LVal; member in class:__anon409::AtomicInfo
2007 LValue LVal = atomics.getAtomicLValue(); local
2085 EmitAtomicUpdate( LValue LVal, llvm::AtomicOrdering AO, const llvm::function_ref<RValue(RValue)> &UpdateOp, bool IsVolatile) argument
[all...]
H A DCGExprComplex.cpp1153 LValue LVal = ComplexExprEmitter(*this).EmitBinAssignLValue(E, Val); local
H A DCGStmtOpenMP.cpp3643 LValue LVal = CGF.MakeAddrLValue(CGF.CreateMemTemp(Ty, Name), Ty); local
3645 CGF.EmitStoreThroughLValue(RValue::get(Init), LVal, /*isInit*/ true); local
5354 emitSimpleAtomicStore(CodeGenFunction &CGF, llvm::AtomicOrdering AO, LValue LVal, RValue RVal) argument
5362 emitSimpleAtomicLoad(CodeGenFunction &CGF, llvm::AtomicOrdering AO, LValue LVal, SourceLocation Loc) argument
5372 emitOMPSimpleStore(LValue LVal, RValue RVal, QualType RValTy, SourceLocation Loc) argument
5378 LVal); local
[all...]
H A DCGOpenMPRuntime.cpp1483 LValue LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2091 SVal LVal = LVNode->getSVal(Inner); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2749 static bool isCompatibleIVType(Value *LVal, Value *RVal) { argument

Completed in 378 milliseconds