HomeSort by relevance Sort by last modified time
    Searched defs:f10 (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 16 int typedef f10(int n [[carries_dependency]]); // expected-error {{'[[carries_dependency]]' attribute only allowed on parameter in a function declaration}} typedef
  /external/clang/test/CodeGenCXX/
mangle-variadic-templates.cpp 74 template<typename ...T> void f10(ArrayOfN<T...> &) {} function
77 template void f10<int, float>(int (&)[2]);
typeid-should-throw.cpp 57 void f10(A *x, A *y) { typeid(*y ?: *x); } function
mangle-neon-vectors.cpp 69 void f10(poly16x8_t v) {} function
  /external/clang/test/Sema/
pragma-unused.c 47 int f10(int x) { function
varargs.c 79 void f10(int a, ...) { function
  /external/llvm/test/MC/ARM/
ldr-pseudo-darwin.s 98 @ CHECK-LABEL: f10:
99 f10: label
ldr-pseudo.s 98 @ CHECK-LABEL: f10:
99 f10: label
ltorg-darwin.s 92 b f10
101 @ CHECK-LABEL: f10:
102 f10: label
ltorg.s 86 b f10
93 @ CHECK-LABEL: f10:
94 f10: label
  /prebuilts/go/darwin-x86/test/
func2.go 28 func f10(err error) error { func
escape_because.go 92 func f10(x map[*int]*int, y, z *int) *int { // ERROR "f10 x does not escape$" "from x\[y\] \(key of map put\) at escape_because.go:93$" "from x\[y\] \(value of map put\) at escape_because.go:93$" "leaking param: y$" "leaking param: z$" func
  /prebuilts/go/linux-x86/test/
func2.go 28 func f10(err error) error { func
escape_because.go 92 func f10(x map[*int]*int, y, z *int) *int { // ERROR "f10 x does not escape$" "from x\[y\] \(key of map put\) at escape_because.go:93$" "from x\[y\] \(value of map put\) at escape_because.go:93$" "leaking param: y$" "leaking param: z$" func
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_2.cc 72 f10() function
two_file_test_2.cc 73 f10() function
two_file_test_2_tls.cc 75 f10() function
two_file_test_2_v1.cc 78 f10() function
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 30 float f10 = 0.0f; local
  /external/clang/test/Analysis/
range_casts.c 96 void f10(long foo) function
malloc-overflow.c 68 void * f10(int n) function
  /external/clang/test/CodeGen/
microsoft-call-conv.c 65 void __fastcall f10(int x, ...) {}; function
66 // WIN: define void @f10({{.*}})
switch.c 137 // CHECK-LABEL: define i32 @f10()
149 int f10() { function
function-attributes.c 50 int f10(void) { return f10_t(); } function
  /external/llvm/test/MC/AArch64/
ldr-pseudo.s 105 // CHECK-LABEL: f10:
106 f10: label

Completed in 713 milliseconds

1 2 3 4