Home
last modified time | relevance | path

Searched refs:add_ints (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dexample-function.cpp76 int add_ints(int x, int y) { return x + y; } in add_ints() function
83 function<int(int, int)> f2e = &add_ints; in test_function()
85 f2d = &add_ints; in test_function()
/external/llvm/test/Transforms/LoopVectorize/
Druntime-check-readonly.ll6 ;CHECK-LABEL: @add_ints(
19 define void @add_ints(i32* nocapture %A, i32* nocapture %B, i32* nocapture %C) {