HomeSort by relevance Sort by last modified time
    Searched defs:Allocated (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/ADT/
edit_distance.h 60 llvm::OwningArrayPtr<unsigned> Allocated;
64 Allocated.reset(Previous);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 547 unsigned int Allocated:1;
633 if (ta[orig].Allocated && inst == ta[orig].LastRead)
642 if (!ta[orig].Allocated) {
647 ta[orig].Allocated = 1;
radeon_pair_regalloc.c 54 unsigned int Allocated:1;
198 if (reg->Allocated) {
211 s->Input[input].Allocated = 1;
225 s->Temporary[i].Allocated = 1;
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog.c 547 unsigned int Allocated:1;
633 if (ta[orig].Allocated && inst == ta[orig].LastRead)
642 if (!ta[orig].Allocated) {
647 ta[orig].Allocated = 1;
radeon_pair_regalloc.c 54 unsigned int Allocated:1;
198 if (reg->Allocated) {
211 s->Input[input].Allocated = 1;
225 s->Temporary[i].Allocated = 1;
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 47 enum Kind { // Reference to allocated memory.
48 Allocated,
70 bool isAllocated() const { return K == Allocated; }
84 return RefState(Allocated, s, family);
104 "Allocated",
342 // The allocated region symbol tracked by the main analysis.
367 // Did not track -> allocated. Other state (released) -> allocated.
374 // Did not track -> released. Other state (allocated) -> released.
381 // Did not track -> relinquished. Other state (allocated) -> relinquished
    [all...]

Completed in 139 milliseconds