Home
last modified time | relevance | path

Searched defs:isArrayAllocation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDynamicAllocator.h75 bool isArrayAllocation(const Expr *Source) const { in isArrayAllocation() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp1227 bool AllocaInst::isArrayAllocation() const { in isArrayAllocation() function in AllocaInst