Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp765 if (hasAllocation()) in setIntValue()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1272 bool hasAllocation() const { return llvm::APInt::getNumWords(BitWidth) > 1; } in hasAllocation() function