Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DJSON.h343 Value(T V) : Type(T_UINT64) { in Value()
389 case T_UINT64: in kind()
419 if (LLVM_LIKELY(Type == T_UINT64)) in getAsNumber()
437 if (Type == T_UINT64) in getAsUINT64()
493 T_UINT64, enumerator
/openbsd/src/gnu/llvm/llvm/lib/Support/
DJSON.cpp114 case T_UINT64: in copyFrom()
139 case T_UINT64: in moveFrom()
166 case T_UINT64: in destroy()
770 else if (V.Type == Value::T_UINT64) in value()