HomeSort by relevance Sort by last modified time
    Searched defs:LVal (Results 1 - 8 of 8) 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/Sema/
SemaStmtAsm.cpp 181 const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context);
183 Diag(LVal->getLocStart(), diag::err_invalid_asm_cast_lvalue)
186 Diag(LVal->getLocStart(), diag::warn_invalid_asm_cast_lvalue)
  /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;
96 LVal = LValue::MakeBitfield(Addr, BFI, lvalue.getType(),
98 LVal.setTBAAInfo(lvalue.getTBAAInfo());
114 LVal = lvalue;
126 LVal = lvalue;
140 const LValue &getAtomicLValue() const { return LVal; }
142 if (LVal.isSimple())
143 return LVal.getAddress();
144 else if (LVal.isBitField()
    [all...]
CGOpenMPRuntime.cpp 406 auto LVal = OMPRegionInfo->getThreadIDVariableLValue(CGF);
407 ThreadID = CGF.EmitLoadOfLValue(LVal, Loc).getScalarVal();
    [all...]
CGStmtOpenMP.cpp     [all...]

Completed in 156 milliseconds