Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_parser.h217 T_String = 427, enumerator
429 #define T_String 427 macro
H A Dntp_scanner.c667 return T_String; in create_string_token()
H A Dntp_config.c593 case T_String: in dump_config_tree()
890 case T_String: in dump_config_tree()
1187 if (T_String == av->type) in destroy_attr_val()
1276 my_val->type = T_String; in create_attr_sval()
1839 if (addr->type == T_String) { in get_next_address()
H A Dntp_parser.c304 T_String = 427, enumerator
516 #define T_String 427 macro
/freebsd-12.1/contrib/llvm/lib/Support/
H A DJSON.cpp115 case T_String: in copyFrom()
139 case T_String: in moveFrom()
164 case T_String: in destroy()
624 case T_String: in print()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DJSON.h305 Value(std::string V) : Type(T_String) { in Value()
378 case T_String: in kind()
421 if (Type == T_String) in getAsString()
475 T_String,