OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:f_int_3
(Results
1 - 2
of
2
) sorted by null
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
types.pass.cpp
35
int
f_int_3
(int x, int y, int z) { return count += (x + y + z); }
function
357
assert(6 == ex::apply(
f_int_3
, t));
364
auto fp = &
f_int_3
;
/external/clang/test/CodeGen/
sparcv9-abi.c
15
// CHECK-LABEL: define i64 @
f_int_3
(i64 %x)
16
long long
f_int_3
(long long x) { return x; }
function
Completed in 521 milliseconds