Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_parser.h91 T_Double = 292, /* T_Double */
312 #define T_Double 292
90 T_Double = 291, /* T_Double */ global() enumerator
310 #define T_Double global() macro
H A Dntp_scanner.c862 token = T_Double; in yylex()
H A Dntp_config.c590 case T_Double: in dump_config_tree()
766 case T_Double: in dump_config_tree()
791 INSIST(T_Double == atrv->type); in dump_config_tree()
885 case T_Double: in dump_config_tree()
1279 my_val->type = T_Double;
H A Dntp_parser.c183 T_Double = 292, /* T_Double */
404 #define T_Double 292
664 YYSYMBOL_T_Double = 37, /* T_Double */
1429 "T_Discard", "T_Dispersion", "T_Double", "T_Driftfile", "T_Drop",
3443 case 269: /* drift_parm: T_String T_Double */ in yyparse()
182 T_Double = 291, /* T_Double */ global() enumerator
402 #define T_Double global() macro
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h362 Value(T D) : Type(T_Double) { in Value()
390 case T_Double: in kind()
418 if (LLVM_LIKELY(Type == T_Double)) in getAsNumber()
436 if (LLVM_LIKELY(Type == T_Double)) { in getAsInteger()
512 T_Double, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp114 case T_Double: in copyFrom()
139 case T_Double: in moveFrom()
166 case T_Double: in destroy()