Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h346 Value(T V) : Type(T_UINT64) { in Value()
392 case T_UINT64: in kind()
422 if (LLVM_LIKELY(Type == T_UINT64)) in getAsNumber()
430 if (LLVM_LIKELY(Type == T_UINT64)) { in getAsInteger()
446 if (Type == T_UINT64) in getAsUINT64()
514 T_UINT64, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp116 case T_UINT64: in copyFrom()
141 case T_UINT64: in moveFrom()
168 case T_UINT64: in destroy()
768 else if (V.Type == Value::T_UINT64) in value()