Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp112 case T_Null: in copyFrom()
137 case T_Null: in moveFrom()
149 M.Type = T_Null; in moveFrom()
153 M.Type = T_Null; in moveFrom()
157 M.Type = T_Null; in moveFrom()
164 case T_Null: in destroy()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h335 Value(std::nullptr_t) : Type(T_Null) {} in Value()
386 case T_Null: in kind()
408 if (LLVM_LIKELY(Type == T_Null)) in getAsNull()
510 T_Null, enumerator