HomeSort by relevance Sort by last modified time
    Searched defs:func4 (Results 1 - 15 of 15) sorted by null

  /external/llvm/test/MC/ARM/
eh-directive-cantunwind-diagnostics.s 77 .globl func4
79 .type func4,%function
81 func4: label
eh-directive-multiple-offsets.s 103 .globl func4
104 .type func4,%function
107 func4: label
eh-directive-setfp-diagnostics.s 62 .globl func4
64 .type func4,%function
66 func4: label
  /external/clang/test/CodeGenCXX/
optnone-and-attributes.cpp 51 void func4() { return; } function
debug-info-nodebug.cpp 48 void func4() { function
  /external/clang/test/CXX/basic/basic.scope/basic.scope.local/
p2.cpp 16 void func4(int i) try { // expected-note{{previous definition is here}} function
  /external/libcxx/test/std/thread/futures/futures.shared_future/
get.pass.cpp 47 void func4(std::promise<int&> p) function
110 std::thread(func4, std::move(p)).detach();
  /external/libcxx/test/std/thread/futures/futures.unique_future/
get.pass.cpp 47 void func4(std::promise<int&> p) function
110 std::thread(func4, std::move(p)).detach();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.shared_future/
get.pass.cpp 47 void func4(std::promise<int&> p) function
110 std::thread(func4, std::move(p)).detach();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.unique_future/
get.pass.cpp 47 void func4(std::promise<int&> p) function
110 std::thread(func4, std::move(p)).detach();
  /prebuilts/go/darwin-x86/src/runtime/pprof/
pprof_test.go 741 func func4(c chan int) { <-c } func
  /prebuilts/go/linux-x86/src/runtime/pprof/
pprof_test.go 741 func func4(c chan int) { <-c } func
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc 576 auto func4 = ops::Identity(s.WithOpName("Func/_4"), func0); local
577 auto x4_x2_y = ops::Mul(s.WithOpName("x4/x2/y"), func4, x4_x2_scale);
689 auto func4 = ops::Identity( local
694 auto b_x2_y = ops::Mul(s.WithOpName("b/x2/y"), func4, b_x2_scale);
1173 auto func4 = ops::Identity(s.WithOpName("Func\/_4"), grad0_func3[1]); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 3930 const GenFunc<Sig, 4>& func4; member in struct:vkt::shaderexecutor::GenFuncs
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 4015 const GenFunc<Sig, 4>& func4; member in struct:deqp::gls::BuiltinPrecisionTests::GenFuncs
    [all...]

Completed in 500 milliseconds