OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:add_ints
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-function.cpp
76
int
add_ints
(int x, int y) { return x + y; }
function
83
function<int(int, int)> f2e = &
add_ints
;
85
f2d = &
add_ints
;
/external/llvm/test/Transforms/LoopVectorize/
runtime-check-readonly.ll
6
;CHECK-LABEL: @
add_ints
(
19
define void @
add_ints
(i32* nocapture %A, i32* nocapture %B, i32* nocapture %C) {
/system/extras/tests/binder/benchmarks/
binderAddInts.cpp
80
ADD_INTS
= 0x120,
275
if ((rv = binder->transact(AddIntsService::
ADD_INTS
,
331
case
ADD_INTS
:
Completed in 91 milliseconds