HomeSort by relevance Sort by last modified time
    Searched refs:LVal (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/AST/
APValue.cpp 575 const LV &LVal = *((const LV*)(const char*)Data.buffer);
576 return llvm::makeArrayRef(LVal.getPath(), LVal.PathLength);
587 LV &LVal = *((LV*)(char*)Data.buffer);
588 LVal.BaseAndIsOnePastTheEnd.setPointer(B);
589 LVal.BaseAndIsOnePastTheEnd.setInt(false);
590 LVal.Offset = O;
591 LVal.CallIndex = CallIndex;
592 LVal.resizePath((unsigned)-1);
599 LV &LVal = *((LV*)(char*)Data.buffer)
    [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/CodeGen/
CGAtomic.cpp 40 LValue LVal;
74 LVal = lvalue;
97 LVal = LValue::MakeBitfield(Address(Addr, lvalue.getAlignment()),
100 LVal.setTBAAInfo(lvalue.getTBAAInfo());
116 LVal = lvalue;
126 LVal = lvalue;
140 const LValue &getAtomicLValue() const { return LVal; }
142 if (LVal.isSimple())
143 return LVal.getPointer();
144 else if (LVal.isBitField()
    [all...]
CGStmtOpenMP.cpp     [all...]
CodeGenFunction.h     [all...]
CGOpenMPRuntime.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal);
292 Optional<Loc> LValLoc = LVal.getAs<Loc>();
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 214 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context);
216 Diag(LVal->getLocStart(), diag::err_invalid_asm_cast_lvalue)
219 Diag(LVal->getLocStart(), diag::warn_invalid_asm_cast_lvalue)
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 995 milliseconds