Home
last modified time | relevance | path

Searched defs:Cap (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/Support/
DArrayRecyclerTest.cpp27 ARO::Capacity Cap = ARO::Capacity::get(0); in TEST() local
55 ARO::Capacity Cap = ARO::Capacity::get(8); in TEST() local
/external/llvm/include/llvm/Support/
DArrayRecycler.h124 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate()
136 void deallocate(Capacity Cap, T *Ptr) { in deallocate()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1002 Cap = Lambda->capture_init_begin(), in canThrow() local
DSemaStmt.cpp3791 for (CaptureIter Cap = Candidates.begin(); Cap != Candidates.end(); ++Cap) { in buildCapturedStmtCaptureList() local
DSemaExpr.cpp12649 const CapturingScopeInfo::Capture &Cap = CSI->getCapture(Var); in isVariableAlreadyCapturedInScopeInfo() local
/external/skia/include/core/
DSkPaint.h408 enum Cap { enum