Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonCallingConvLower.h74 bool isAllocated(unsigned Reg) const { in isAllocated() function
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3input.h77 int isAllocated; member
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h190 bool isAllocated(unsigned Reg) const { in isAllocated() function
/external/icu4c/common/
Dutrie.h561 UBool isAllocated, isDataAllocated; member
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp49 bool isAllocated() const { return K == Allocated; } in isAllocated() function in __anon54018c830111::RefState
254 inline bool isAllocated(const RefState *S, const RefState *SPrev, in isAllocated() function in __anon54018c830111::MallocChecker::MallocBugVisitor
DRetainCountChecker.cpp123 static RetEffect MakeOwned(ObjKind o, bool isAllocated = false) { in MakeOwned()