Home
last modified time | relevance | path

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

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