Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h153 DynAlloc, enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp784 struct DynAlloc { struct
786 APValue Value;
790 const Expr *AllocExpr = nullptr;
792 enum Kind {
800 Kind getKind() const { in getKind()