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

  /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/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/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 291 SVal LVal = State->getLValue(PropImpl->getPropertyIvarDecl(), SelfVal);
292 Optional<Loc> LValLoc = LVal.getAs<Loc>();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rpcasync.h 95 __LONG32 LVal;
  /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...]
CGOpenMPRuntime.cpp     [all...]

Completed in 210 milliseconds