Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1469 bool hasAllocation() const { return llvm::APInt::getNumWords(BitWidth) > 1; } in hasAllocation() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp957 if (hasAllocation()) in setIntValue()