Home
last modified time | relevance | path

Searched refs:computed_goto (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/PCH/
Dstmts.c12 int use_computed_goto(int x) { return computed_goto(x); } in use_computed_goto()
Dstmts.h75 int computed_goto(int x) { in computed_goto() function