Home
last modified time | relevance | path

Searched refs:handle_switch (Results 1 – 5 of 5) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Doptions.h142 extern char **handle_switch(char *arg, char **next);
Dlib.c400 args = handle_switch(arg+1, args); in sparse_initialize()
Doptions.c1006 char **handle_switch(char *arg, char **next) in handle_switch() function
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.2.rst70 * Mark handle_switch as static and don't export it from lib.h
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py1653 def handle_switch(self): member in AstBuilder