HomeSort by relevance Sort by last modified time
    Searched refs:LVal (Results 1 - 10 of 10) 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...]
CGOpenMPRuntime.cpp 478 auto LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF);
479 ThreadID = CGF.EmitLoadOfLValue(LVal, Loc).getScalarVal();
    [all...]
CodeGenFunction.h     [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/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...]

Completed in 236 milliseconds