HomeSort by relevance Sort by last modified time
    Searched defs:Rec (Results 26 - 42 of 42) sorted by null

12

  /external/skia/tests/
GrMemoryPoolTest.cpp 181 struct Rec {
208 SkTDArray<Rec> instanceRecs;
213 Rec* rec = instanceRecs.append(); local
214 rec->fInstance = A::Create(&r);
215 rec->fValue = static_cast<int>(r.nextU());
216 rec->fInstance->setValues(rec->fValue);
219 Rec& rec = instanceRecs[d] local
226 Rec& rec = instanceRecs[r]; local
232 Rec& rec = instanceRecs[i]; local
    [all...]
ScalarTest.cpp 117 struct Rec {
134 const Rec data[] = {
161 const Rec& rec = data[i]; local
162 bool finite = gProc1[k](rec.fValue);
163 REPORTER_ASSERT(reporter, rec.fIsFinite == finite);
168 const Rec& rec0 = data[i];
170 const Rec& rec1 = data[j];
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 44 if (const ObjCMessageExpr *Rec = dyn_cast<ObjCMessageExpr>(
46 if (Rec->getMethodFamily() == OMF_alloc)
160 const Expr *Rec = Msg->getInstanceReceiver();
161 if (!Rec)
163 IFace = maybeAdjustInterfaceForSubscriptingCheck(IFace, Rec, Ctx);
185 const Expr *Rec = Msg->getInstanceReceiver();
186 if (!Rec)
190 SourceRange RecRange = Rec->getSourceRange();
199 maybePutParensOnReceiver(Rec, commit);
233 const Expr *Rec = Msg->getInstanceReceiver()
    [all...]
  /external/skia/src/core/
SkScalerContext.h 125 typedef SkScalerContextRec Rec;
202 const SkMatrix*, Rec* rec);
203 static inline void PostMakeRec(const SkPaint&, Rec*);
206 static SkMaskGamma::PreBlend GetMaskPreBlend(const Rec& rec);
209 Rec fRec;
  /external/skia/src/effects/gradients/
SkGradientShaderPriv.h 141 struct Rec {
145 Rec* fRecs;
156 kStorageSize = kColorStorageCount * (sizeof(SkColor) + sizeof(Rec))
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpressions.h 682 const SCEVAddRecExpr *Rec = (const SCEVAddRecExpr *) Res;
683 return Rec->evaluateAtIteration(Map[L], SE);
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 65 /// Rec - The definition this operand is declared as.
67 Record *Rec;
110 : Rec(R), Name(N), PrinterMethodName(PMN), EncoderMethodName(EMN),
AsmMatcherEmitter.cpp 634 ClassInfo *getOperandClass(Record *Rec, int SubOpIdx);
    [all...]
CodeGenDAGPatterns.cpp     [all...]
  /external/skia/legacy/include/core/
SkScalerContext.h 208 struct Rec {
317 static inline void MakeRec(const SkPaint&, const SkMatrix*, Rec* rec);
318 static inline void PostMakeRec(Rec*);
323 Rec fRec;
  /external/skia/legacy/src/effects/
SkGradientShader.cpp 187 struct Rec {
191 Rec* fRecs;
204 kStorageSize = kColorStorageCount * (sizeof(SkColor) + sizeof(Rec))
276 size_t size = sizeof(SkColor) + sizeof(Rec);
297 fRecs = (Rec*)(fOrigColors + fColorCount);
299 Rec* recs = fRecs;
365 size_t size = sizeof(SkColor) + sizeof(SkPMColor) + sizeof(Rec);
374 fRecs = (Rec*)(fOrigColors + colorCount);
376 Rec* recs = fRecs;
414 Rec* recs = fRecs
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 30 Record *Rec;
32 SubClassReference() : Rec(0) {}
34 bool isInvalid() const { return Rec == 0; }
65 CurRec = &CurMultiClass->Rec;
86 if (CurRec == 0) CurRec = &CurMultiClass->Rec;
149 Record *SC = SubClass.Rec;
210 Record *CurRec = &CurMC->Rec;
215 const std::vector<RecordVal> &SMCVals = SMC->Rec.getValues();
238 const std::vector<Init *> &SMCTArgs = SMC->Rec.getTemplateArgs();
287 + ") of subclass '" + SMC->Rec.getNameInitAsString() + "'!")
    [all...]
  /external/clang/lib/AST/
Type.cpp 931 RecordDecl *Rec = cast<RecordType>(CanonicalType)->getDecl();
933 *Def = Rec;
934 return !Rec->isCompleteDefinition();
    [all...]
ASTContext.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 370 Record *Rec;
371 explicit RecordRecTy(Record *R) : RecTy(RecordRecTyKind), Rec(R) {}
380 Record *getRecord() const { return Rec; }
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 1345 milliseconds

12