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

  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
name_whitelist.cpp 10 int func4() { function
  /external/clang/test/CoverageMapping/
macroception.c 42 // CHECK-LABEL: func4:
46 void func4() M1 M11
  /external/clang/test/CodeGenCXX/
mangle-extern-local.cpp 11 // CHECK: declare i32 @func4()
39 extern int var5, func4();
40 return var5 + func4();
debug-info-nodebug.cpp 48 void func4() { function
optnone-and-attributes.cpp 51 void func4() { return; } 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/llvm/test/MC/ARM/
eh-directive-cantunwind-diagnostics.s 77 .globl func4
79 .type func4,%function
81 func4: label
eh-directive-setfp-diagnostics.s 62 .globl func4
64 .type func4,%function
66 func4: label
eh-directive-multiple-offsets.s 103 .globl func4
104 .type func4,%function
107 func4: label
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
eh-directive-cantunwind-diagnostics.s 77 .globl func4
79 .type func4,%function
81 func4: label
eh-directive-setfp-diagnostics.s 62 .globl func4
64 .type func4,%function
66 func4: label
eh-directive-multiple-offsets.s 103 .globl func4
104 .type func4,%function
107 func4: label
  /external/clang/test/SemaCXX/
format-strings.cpp 142 static void func4(const char *, ...) __attribute__((__format__(printf, 1, 2)));
149 t::func4("Hello %s"); // expected-warning {{more '%' conversions than data arguments}}
type-definition-in-specifier.cpp 46 void func4(struct t19018 {int qq;} x); // expected-error{{cannot be defined in a parameter type}}
  /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();
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
arg_scope_test.py 42 def func4(x='x', y='y'): function
245 def func4(a=1, b=2, c=3, d=4, e=5, f=6, g=7, h=8): function in function:ArgScopeTest.testAddArgScopeRaceCondition
247 self.assertTupleEqual(arg_scoped_arguments(func4), func4_kwargs)
  /external/tensorflow/tensorflow/core/common_runtime/
function_test.cc 743 auto func4 = ops::Identity(s.WithOpName("Func/x4/x2/input/_4"), func0); local
744 auto x4_x2_y = ops::Mul(s.WithOpName("x4/x2/y"), func4, x4_x2_scale);
856 auto func4 = ops::Identity( local
1516 auto func4 = local
    [all...]
  /external/llvm/test/MC/Mips/
nacl-mask.s 248 bgezal $t2, func4
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
nacl-mask.s 248 bgezal $t2, func4
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 4100 const GenFunc<Sig, 4>& func4; member in struct:deqp::gls::BuiltinPrecisionTests::GenFuncs
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 5209 const GenFunc<Sig, 4>& func4; member in struct:vkt::shaderexecutor::GenFuncs
    [all...]

Completed in 1637 milliseconds