Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp128 PrimType LongType = getLongPrimType(S); in pushLong() local
129 if (LongType == PT_Sint64) in pushLong()
131 else if (LongType == PT_Sint32) in pushLong()
133 else if (LongType == PT_Sint16) in pushLong()