Searched refs:Allocated (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A Dedit_distance.h60 llvm::OwningArrayPtr<unsigned> Allocated; local
64 Allocated.reset(Previous);
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslutils.c168 void *Allocated; local
171 Allocated = ACPI_ALLOCATE_ZEROED (Size);
172 if (!Allocated)
185 return (Allocated);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp48 Allocated, enumerator in enum:__anon3433::RefState::Kind
70 bool isAllocated() const { return K == Allocated; }
84 return RefState(Allocated, s, family);
104 "Allocated",
801 // Set the symbol's state to Allocated.

Completed in 69 milliseconds