MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / f

Function f

cmake/stack_direction.c:19–23  ·  view source on GitHub ↗

Check stack direction (0-down, 1-up) */

Source from the content-addressed store, hash-verified

17
18/* Check stack direction (0-down, 1-up) */
19int f(int *a)
20{
21 int b;
22 return(&b > a)?1:0;
23}
24/*
25 Prevent compiler optimizations by calling function
26 through pointer.

Callers 3

applyInOrderFunction · 0.85
Transform256Function · 0.85
Transform512Function · 0.85

Calls

no outgoing calls

Tested by 1

applyInOrderFunction · 0.68