Searched refs:OC (Results 1 - 6 of 6) sorted by relevance

/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/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/include/llvm/MC/
H A DMCSubtargetInfo.h57 const unsigned *OC, const unsigned *FP,
/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...]
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1070 OriginCombiner OC(this, IRB);
1072 OC.Add(OI->get());
1073 OC.Done(&I);
/external/clang/lib/AST/
H A DASTContext.cpp1730 } else if (const ObjCCategoryDecl *OC = dyn_cast<ObjCCategoryDecl>(CDecl)) {
1731 for (ObjCCategoryDecl::protocol_iterator P = OC->protocol_begin(),
1732 PE = OC->protocol_end(); P != PE; ++P) {

Completed in 353 milliseconds