HomeSort by relevance Sort by last modified time
    Searched defs:f3 (Results 101 - 125 of 449) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/go/linux-x86/test/fixedbugs/
issue22881.go 16 f0, f1, f2, f3, f4, f5, f6, f7,
47 func f3(m map[int]int) { func
  /prebuilts/go/linux-x86/test/
func3.go 18 func f3() (x int, *string) // ERROR "named" func
switch5.go 41 func f3(e interface{}) { func
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/basic.ios.members/
imbue.pass.cpp 59 void f3(std::ios_base::event ev, std::ios_base& stream, int index) function
78 ios.register_callback(f3, 6);
94 ios.register_callback(f3, 6);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios.base/ios.base.cons/
dtor.pass.cpp 61 void f3(std::ios_base::event ev, std::ios_base& stream, int index) function
81 b.register_callback(f3, 6);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic54x/
field.s 5 .global f1,f2,f3,f4,f5,f6,f7,f8
8 f3: .field 0Ch, 4 ; should be packed in previous word, f3=0x1 label
9 f4: .field f3 ; align at word 0x2
  /external/annotation-tools/annotation-file-utilities/tests/
LambdaExpression.java 32 IntFunction<Integer> f3 = (int x) -> { return x+1; }; field in class:LambdaExpression
  /external/clang/test/Analysis/
method-call.cpp 32 void f3() { function
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
injected-class-name.cpp 24 result f3();
31 typename X0<T, T, Types...>::result X0<T, T, Types...>::f3() { return 0; } function in class:X0
  /external/clang/test/CodeGen/
2007-09-28-PackedUnionMember.c 8 struct opaque1 *f3; member in union:H::__anon15769
inline2.c 19 // CHECK-GNU89-LABEL: define i32 @f3()
20 // CHECK-C99-LABEL: define i32 @f3()
21 extern inline int f3(void);
22 int f3(void) { return 0; } function
65 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
mangle-windows.c 25 void __stdcall f3() {} function
27 // X64: define void @f3(
ms_abi.c 14 void f3(void) { function
15 // FREEBSD-LABEL: define void @f3()
16 // WIN64-LABEL: define void @f3()
ms_this.cpp 51 } f3; variable in typeref:struct:s
54 f3.func();
55 f3.a=1;
  /external/clang/test/CodeGenCXX/
call-with-static-chain.cpp 16 _Complex float f3(void);
32 // CHECK32: call i64 bitcast (i64 ()* @f3 to i64 (i8*)*)(i8* nest bitcast (i64 ()* @f3 to i8*))
33 // CHECK64: call <2 x float> bitcast (<2 x float> ()* @f3 to <2 x float> (i8*)*)(i8* nest bitcast (<2 x float> ()* @f3 to i8*))
34 __builtin_call_with_static_chain(f3(), f3); local
constructor-direct-call.cpp 47 void f3() { function
default-arguments.cpp 57 void f3() { function
mangle-variadic-templates.cpp 41 template<typename ...Types> void f3(const Types *...) {} function
43 template void f3<>();
45 template void f3<int>(const int*);
47 template void f3<int, float>(const int*, const float*);
  /external/clang/test/FixIt/
fixit-function-call.cpp 32 void f3(int &a) { function
  /external/clang/test/Parser/
asm-constraints-pr7869.c 24 f3 (void) function
cxx-stmt.cpp 27 void f3() try { function
  /external/clang/test/Sema/
alias-redefinition.c 14 void f3() {} function
15 void fun3(void) __attribute((alias("f3"))); // expected-note {{previous definition}}
16 void fun3(void) __attribute((alias("f3"))); // expected-error {{redefinition of 'fun3'}}
attr-unused.c 29 int f3(int x) { // expected-warning{{unused parameter 'x'}} function
knr-def-call.c 17 typedef void (*f3)(void); typedef
18 f3 t3(int b) { return b? f0 : f1; } // okay
pragma-unused.c 18 void f3(void) { function

Completed in 451 milliseconds

1 2 3 45 6 7 8 91011>>