Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h152 DynAlloc, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp748 struct DynAlloc { struct
750 APValue Value;
754 const Expr *AllocExpr = nullptr;
756 enum Kind {
764 Kind getKind() const { in getKind()