Home
last modified time | relevance | path

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

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