Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h38 ItemTypes.push_back(toPrimType<T>()); in push()
46 assert(ItemTypes.back() == toPrimType<T>()); in pop()
59 assert(ItemTypes.back() == toPrimType<T>()); in discard()
71 assert(ItemTypes.back() == toPrimType<T>()); in peek()
153 template <typename T> static constexpr PrimType toPrimType() { in toPrimType() function