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

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h210 Constant *OC = ConstantExpr::getIntegerCast(OpC, IntPtrTy, true /*SExt*/); local
211 Scale = ConstantExpr::getMul(OC, Scale, isInBounds/*NUW*/);
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp28 const unsigned *OC,
36 OperandCycles = OC;
23 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *ProcSched, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
/external/clang/lib/Sema/
H A DSemaExpr.cpp9032 const OffsetOfComponent &OC = CompPtr[i]; local
9033 if (OC.isBrackets) {
9038 return ExprError(Diag(OC.LocEnd, diag::err_offsetof_array_type)
9044 ExprResult IdxRval = DefaultLvalueConversion(static_cast<Expr*>(OC.U.E));
9058 Comps.push_back(OffsetOfNode(OC.LocStart, Exprs.size(), OC.LocEnd));
9067 Comps.push_back(OffsetOfNode(OC.LocStart, OC.U.IdentInfo, OC.LocEnd));
9073 if (RequireCompleteType(OC
[all...]

Completed in 187 milliseconds