OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selfunc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/test/CodeGen/CellSPU/useful-harnesses/
i32operations.c
29
int (*
selfunc
)(int32_t, int32_t, int32_t, int32_t);
member in struct:pred_s
60
printf("a %s a ? c : d = %d\n", preds[i].name, (*preds[i].
selfunc
)(a, a, c, d));
61
printf("a %s a ? c : d == c (%s)\n", preds[i].name, boolstring((*preds[i].
selfunc
)(a, a, c, d) == c));
62
printf("a %s b ? c : d = %d\n", preds[i].name, (*preds[i].
selfunc
)(a, b, c, d));
63
printf("a %s b ? c : d == d (%s)\n", preds[i].name, boolstring((*preds[i].
selfunc
)(a, b, c, d) == d));
i64operations.h
32
int64_t (*
selfunc
) (int64_t, int64_t, int64_t, int64_t);
member in struct:int64_pred_s
40
uint64_t (*
selfunc
) (uint64_t, uint64_t, uint64_t, uint64_t);
member in struct:uint64_pred_s
Completed in 418 milliseconds