OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:yytestcase
(Results
1 - 3
of
3
) 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
Completed in 35 milliseconds