HomeSort by relevance Sort by last modified time
    Searched defs:f4 (Results 76 - 100 of 300) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/clang/test/Analysis/
stream.c 35 void f4(void) { function
  /external/clang/test/CodeGen/
functions.c 39 void f4() {} function
40 void f5() { f4(42); } //expected-warning {{too many arguments}}
microsoft-call-conv.c 8 void __fastcall f4(void) { function
9 // CHECK-LABEL: define x86_fastcallcc void @f4()
33 void (__fastcall *pf4)(void) = f4;
39 f4(); f5(); f6(); f61();
40 // CHECK: call x86_fastcallcc void @f4()
pointer-arithmetic.c 16 void *f4(void *a, int b) { return a - b; } function
  /external/clang/test/CodeGenCXX/
typeid-should-throw.cpp 27 void f4(bool b, A &x, A *y) { typeid(b ? x : *y); } function
  /external/clang/test/Sema/
builtin-object-size.c 24 void f4(const char *fmt, ...) { function
varargs.c 30 void f4(const char *msg, ...) { function
  /external/clang/test/SemaCXX/
internal_linkage.cpp 13 void f4(); // expected-note{{previous definition is here}}
23 __attribute__((internal_linkage)) void A::f4() {} // expected-error{{'internal_linkage' attribute does not appear on the first declaration of 'f4'}} function in class:A
  /external/libcxxabi/test/
catch_class_03.pass.cpp 158 void f4() function
189 f4();
catch_class_04.pass.cpp 155 void f4() function
189 f4();
catch_ptr.pass.cpp 135 void f4() function
161 f4();
  /external/llvm/test/MC/AArch64/
ldr-pseudo.s 31 // CHECK-LABEL: f4:
32 f4: label
  /prebuilts/go/darwin-x86/test/
escape_because.go 51 func f4(a *int, s []*int) int { // ERROR "from \*s \(indirection\) at escape_because.go:51$" "from append\(s, a\) \(appended to slice\) at escape_because.go:52$" "from append\(s, a\) \(appendee slice\) at escape_because.go:52$" "leaking param content: s$" "leaking param: a$" func
  /prebuilts/go/linux-x86/test/
escape_because.go 51 func f4(a *int, s []*int) int { // ERROR "from \*s \(indirection\) at escape_because.go:51$" "from append\(s, a\) \(appended to slice\) at escape_because.go:52$" "from append\(s, a\) \(appendee slice\) at escape_because.go:52$" "leaking param content: s$" "leaking param: a$" func
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
catch_class_03.cpp 149 void f4() function
180 f4();
catch_class_04.cpp 146 void f4() function
180 f4();
catch_ptr.cpp 126 void f4() function
152 f4();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_class_03.pass.cpp 149 void f4() function
180 f4();
catch_class_04.pass.cpp 146 void f4() function
180 f4();
catch_ptr.pass.cpp 126 void f4() function
152 f4();
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
catch_class_03.cpp 149 void f4() function
180 f4();
catch_class_04.cpp 146 void f4() function
180 f4();
catch_ptr.cpp 126 void f4() function
152 f4();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_class_03.pass.cpp 149 void f4() function
180 f4();
catch_class_04.pass.cpp 146 void f4() function
180 f4();

Completed in 524 milliseconds

1 2 34 5 6 7 8 91011>>