Home
last modified time | relevance | path

Searched refs:g_allow_64bit_consts (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/compiler/cpp/src/thrift/
Dglobals.h139 extern int g_allow_64bit_consts;
Dmain.cc144 int g_allow_64bit_consts = 0; variable
1118 g_allow_64bit_consts = true; in main()
Dthrifty.yy550 if (!g_allow_64bit_consts && ($1 < INT32_MIN || $1 > INT32_MAX)) {