Searched defs:func4 (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/gyp/test/builddir/src/
H A Dfunc4.c3 void func4(void) function
5 printf("Hello from func4.c\n");
/external/llvm/test/MC/ARM/
H A Deh-directive-cantunwind-diagnostics.s77 .globl func4
79 .type func4,%function
81 func4: label
H A Deh-directive-multiple-offsets.s103 .globl func4
104 .type func4,%function
107 func4: label
H A Deh-directive-setfp-diagnostics.s62 .globl func4
64 .type func4,%function
66 func4: label
/external/clang/test/CXX/basic/basic.scope/basic.scope.local/
H A Dp2.cpp16 void func4(int i) try { // expected-note{{previous definition is here}} function
/external/libcxx/test/thread/futures/futures.shared_future/
H A Dget.pass.cpp42 void func4(std::promise<int&> p) function
102 std::thread(func4, std::move(p)).detach();
/external/libcxx/test/thread/futures/futures.unique_future/
H A Dget.pass.cpp42 void func4(std::promise<int&> p) function
102 std::thread(func4, std::move(p)).detach();
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3810 , func4 (func4_)
3816 const GenFunc<Sig, 4>& func4; member in struct:deqp::gls::BuiltinPrecisionTests::GenFuncs
4918 group->addChild(createFuncCase(ctx, "vec4", m_funcs.func4));

Completed in 279 milliseconds