Searched defs:Alloc (Results 26 - 31 of 31) sorted by relevance

12

/external/skia/src/core/
H A DSkAAClip.cpp74 static RunHead* Alloc(int rowCount, size_t dataSize) { function in struct:SkAAClip::RunHead
98 RunHead* head = RunHead::Alloc(1, rowSize);
770 RunHead* head = RunHead::Alloc(yArray.count(), xArray.bytes());
1006 RunHead* head = RunHead::Alloc(fRows.count(), dataSize);
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1024 /// ReplaceUsesOfMallocWithGlobal - The Alloc pointer is stored into GV
1029 static void ReplaceUsesOfMallocWithGlobal(Instruction *Alloc, argument
1031 while (!Alloc->use_empty()) {
1032 Instruction *U = cast<Instruction>(*Alloc->use_begin());
1043 InsertPt = PN->getIncomingBlock(Alloc->use_begin())->getTerminator();
1065 U->replaceUsesOfWith(Alloc, NL);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp66 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertType(Ty), Name); local
69 Alloc->setAlignment(Align.getQuantity());
70 return Alloc;
75 llvm::AllocaInst *Alloc = CreateTempAlloca(ConvertTypeForMem(Ty), Name); local
78 Alloc->setAlignment(Align.getQuantity());
79 return Alloc;
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1661 for (LookupResult::iterator Alloc = R.begin(), AllocEnd = R.end();
1662 Alloc != AllocEnd; ++Alloc) {
1665 NamedDecl *D = (*Alloc)->getUnderlyingDecl();
1668 AddTemplateOverloadCandidate(FnTemplate, Alloc.getPair(),
1677 AddOverloadCandidate(Fn, Alloc.getPair(),
1839 DeclContext::lookup_iterator Alloc, AllocEnd; local
1840 for (llvm::tie(Alloc, AllocEnd) = GlobalCtx->lookup(Name);
1841 Alloc != AllocEnd; ++Alloc) {
1880 FunctionDecl *Alloc = local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 65 milliseconds

12