Searched defs:Allocated (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/ADT/
H A Dedit_distance.h63 std::unique_ptr<unsigned[]> Allocated; local
67 Allocated.reset(Row);
/external/compiler-rt/lib/profile/
H A DInstrProfilingFile.c107 char *Allocated; local
130 Allocated = malloc(I + NumPids*(PidLength - 2) + 1);
131 if (!Allocated)
138 memcpy(Allocated + J, PidChars, PidLength);
143 Allocated[J++] = Filename[I];
144 Allocated[J] = 0;
147 setFilename(Allocated, 1);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog.c547 unsigned int Allocated:1; member in struct:temporary_allocation
633 if (ta[orig].Allocated && inst == ta[orig].LastRead)
642 if (!ta[orig].Allocated) {
647 ta[orig].Allocated = 1;
H A Dradeon_pair_regalloc.c54 unsigned int Allocated:1; member in struct:register_info
198 if (reg->Allocated) {
211 s->Input[input].Allocated = 1;
225 s->Temporary[i].Allocated = 1;
/external/pdfium/third_party/lcms2-2.6/src/
H A Dlcms2_internal.h682 cmsUInt32Number Allocated; member in struct:_cms_NAMEDCOLORLIST_struct
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp52 Allocated, enumerator in enum:__anon1680::RefState::Kind
76 bool isAllocated() const { return K == Allocated; }
91 return RefState(Allocated, s, family);
116 CASE(Allocated)
1133 // Set the symbol's state to Allocated.

Completed in 128 milliseconds