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

  /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();
  /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/clang/test/SemaCXX/
format-strings.cpp 141 static void func4(const char *, ...) __attribute__((__format__(printf, 1, 2)));
148 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}}
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-hilo-match.d 15 00000030 R_MIPS_26 func4
mips16-hilo-match.s 23 jal func4
  /external/libcxx/test/std/thread/futures/futures.shared_future/
get.pass.cpp 44 void func4(std::promise<int&> p) function
104 std::thread(func4, std::move(p)).detach();
  /external/libcxx/test/std/thread/futures/futures.unique_future/
get.pass.cpp 44 void func4(std::promise<int&> p) function
104 std::thread(func4, std::move(p)).detach();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.shared_future/
get.pass.cpp 42 void func4(std::promise<int&> p) function
102 std::thread(func4, std::move(p)).detach();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.unique_future/
get.pass.cpp 42 void func4(std::promise<int&> p) function
102 std::thread(func4, std::move(p)).detach();
  /external/v8/test/mjsunit/strong/
declaration-after-use.js 209 function func4(p, ...rest) { p; rest; this; func2; } class
211 func4(1, 2);
  /external/llvm/test/MC/Mips/
nacl-mask.s 249 bgezal $t2, func4
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp 3899 const GenFunc<Sig, 4>& func4; member in struct:vkt::shaderexecutor::GenFuncs
    [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp 3950 const GenFunc<Sig, 4>& func4; member in struct:deqp::gls::BuiltinPrecisionTests::GenFuncs
    [all...]

Completed in 1257 milliseconds