Searched defs:OC (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h212 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/); local
213 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp45 const unsigned *OC,
57 OperandCycles = OC;
37 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
/external/clang/lib/Sema/
H A DSemaExpr.cpp9260 const OffsetOfComponent &OC = CompPtr[i]; local
9261 if (OC.isBrackets) {
9266 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_array_type)
9272 ExprResult IdxRval = DefaultLvalueConversion(static_cast<Expr*>(OC.U.E));
9286 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
9295 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd));
9301 if (RequireCompleteType(OC
[all...]

Completed in 315 milliseconds