Searched defs:coin (Results 1 – 19 of 19) sorted by relevance
3 int f(int coin) { in f()12 int v(int coin) { in v()
3 int f(int coin) { in f()
1 int f(int coin) { in f()
2 int coin, in f()
205 int *idcPlainNull(int coin) { in idcPlainNull()212 void idcTrackZeroValueThroughSymbolicRegion(int coin, int **x) { in idcTrackZeroValueThroughSymbolicRegion()217 void idcTrackZeroValueThroughSymbolicRegionAndParens(int coin, int **x) { in idcTrackZeroValueThroughSymbolicRegionAndParens()230 struct WithArray *idcPlainNullWithArray(int coin) { in idcPlainNullWithArray()237 void idcTrackZeroValueThroughSymbolicRegionWithArray(int coin, struct WithArray **s) { in idcTrackZeroValueThroughSymbolicRegionWithArray()
32 void test(int coin) { in test()
10 void testOffsets(struct S *s, int coin) { in testOffsets()
11 void conditional_malloc(bool coin) { in conditional_malloc()
152 void simpleVariableWithTernaryOperator(bool coin) { in simpleVariableWithTernaryOperator()219 void referenceVariableWithTernaryOperator(bool coin) { in referenceVariableWithTernaryOperator()673 void referenceVariableWithTernaryOperator(bool coin) { in referenceVariableWithTernaryOperator()
293 TestMoreControlFlow::TestMoreControlFlow(bool coin) in TestMoreControlFlow()
106 void f3(bool coin) { in f3()119 void f4(bool coin) { in f4()
84 void test(int coin) { in test()
720 void test(int coin) { in test()791 void test_ternary_temporary(int coin) { in test_ternary_temporary()825 void test_ternary_temporary_with_copy(int coin) { in test_ternary_temporary_with_copy()905 void test(int coin) { in test()1222 S bar3(int coin) { in bar3()
29 int coin(void); function
221 const C &bar3(bool coin) { in bar3()
110 void foo(int coin) { in foo() argument
5 extern int coin(void); function
529 uint64_t coin = uniform<uint64_t>(IB.Rand, 0, 1); in connectBlocksToSink() local