Home
last modified time | relevance | path

Searched refs:hasAllocation (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/AST/
DExpr.cpp693 if (hasAllocation()) in setIntValue()
/external/clang/include/clang/AST/
DExpr.h1228 bool hasAllocation() const { return llvm::APInt::getNumWords(BitWidth) > 1; } in hasAllocation() function