HomeSort by relevance Sort by last modified time
    Searched full:yytestcase (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
lempar.c 73 /* Define the yytestcase() macro to be a no-op if is not already defined
76 ** Applications can choose to define yytestcase() in the %include section
78 ** code the yytestcase() macro should be turned off. But it is useful
81 #ifndef yytestcase
82 # define yytestcase(X) macro
parse.y 61 ** Make yytestcase() the same as testcase()
63 #define yytestcase(X) testcase(X)
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lempar.c 67 /* Define the yytestcase() macro to be a no-op if is not already defined
70 ** Applications can choose to define yytestcase() in the %include section
72 ** code the yytestcase() macro should be turned off. But it is useful
75 #ifndef yytestcase
76 # define yytestcase(X) macro
lemon.c     [all...]

Completed in 124 milliseconds