Searched refs:T_Integer (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | JSON.cpp | 115 case T_Integer: in copyFrom() 140 case T_Integer: in moveFrom() 167 case T_Integer: in destroy() 198 if (L.Type == Value::T_Integer || R.Type == Value::T_Integer) in operator ==() 766 if (V.Type == Value::T_Integer) in value()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_parser.h | 123 T_Integer = 324, /* T_Integer */ 344 #define T_Integer 324 122 T_Integer = 323, /* T_Integer */ global() enumerator 342 #define T_Integer global() macro
|
H A D | ntp_config.c | 595 case T_Integer: in dump_config_tree() 700 if (T_Integer == atrv->type) in dump_config_tree() 751 case T_Integer: in dump_config_tree() 780 INSIST(T_Integer == atrv->type); in dump_config_tree() 853 INSIST(T_Integer == atrv->type); in dump_config_tree() 891 case T_Integer: in dump_config_tree() 1010 if ( T_Integer == atrv->type in dump_config_tree() 1076 if ( T_Integer == atrv->type in dump_config_tree() 1089 case T_Integer: in dump_config_tree() 1090 msyslog(LOG_INFO, "- T_Integer in dump_config_tree() [all...] |
H A D | ntp_scanner.c | 828 token = T_Integer; in yylex()
|
H A D | ntp_parser.c | 215 T_Integer = 324, /* T_Integer */ 436 #define T_Integer 324 696 YYSYMBOL_T_Integer = 69, /* T_Integer */ 1435 "T_Integer", "T_Interface", "T_Intrange", "T_Io", "T_Ippeerlimit", 2480 case 47: /* option_int: option_int_keyword T_Integer */ in yyparse() 2528 case 63: /* other_mode_command: T_Mdnstries T_Integer */ in yyparse() 2534 case 64: /* authentication_command: T_Automax T_Integer */ in yyparse() 2545 case 65: /* authentication_command: T_ControlKey T_Integer */ in yyparse() 2572 case 69: /* authentication_command: T_Requestkey T_Integer */ in yyparse() 214 T_Integer = 323, /* T_Integer */ global() enumerator 434 #define T_Integer global() macro [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | JSON.h | 355 Value(T I) : Type(T_Integer) { in Value() 391 case T_Integer: in kind() 420 if (LLVM_LIKELY(Type == T_Integer)) in getAsNumber() 428 if (LLVM_LIKELY(Type == T_Integer)) in getAsInteger() 448 else if (Type == T_Integer) { in getAsUINT64() 513 T_Integer, enumerator
|