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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
redef-ext-inline.c 5 int f3 (void) {return f1();} function
always_inline.c 19 int f3(void) { return f2(); } function
attr-availability.c 11 // CHECK-10_4-LABEL: define void @f3
12 // CHECK-10_5-LABEL: define void @f3
13 // CHECK-10_6-LABEL: define void @f3
14 void f3() __attribute__((availability(macosx,introduced=10.5)));
15 void f3() { } function
mangle-windows-rtd.c 9 void __fastcall f3(void) {} function
10 // CHECK: define x86_fastcallcc void @"\01@f3@0"
ppc64-extend.c 10 int f3(void) { return 0; } function
11 // CHECK: define signext i32 @f3() [[NUW]]
  /external/clang/test/Sema/
arg-duplicate.c 3 int f3(y, x, function
13 f3 (1, 1, 2, 3, 4); // expected-warning{{too many arguments}}
  /external/strace/tests/
stack-fcall-3.c 6 int f3(int i) function
stack-fcall.h 6 #define f3 _ZN2ns2f3Ei macro
13 int f3(int i);
  /external/strace/tests-m32/
stack-fcall-3.c 6 int f3(int i) function
stack-fcall.h 6 #define f3 _ZN2ns2f3Ei macro
13 int f3(int i);
  /external/strace/tests-mx32/
stack-fcall-3.c 6 int f3(int i) function
stack-fcall.h 6 #define f3 _ZN2ns2f3Ei macro
13 int f3(int i);
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
split-dwarf-addr-object-relocation.cpp 5 void f3() { function
split-dwarf-multiple-cu.cpp 5 void f3() { function
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/
dir-with-filtering2.cpp 5 int f3() { function
  /external/clang/test/Analysis/
chroot.c 20 void f3(void) { function
func.c 20 void f3(void (*f)(void), void (*g)(void)) { function
  /external/clang/test/CodeGenCXX/
int64_uint64.cpp 20 void f3(int64_t *ptr) {} function
reinterpret-cast.cpp 12 unsigned long f3(void *p) { function
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-1.h 7 void f3(int *ptr) { // expected-warning{{pointer is missing a nullability type specifier}} function
  /external/clang/test/SemaTemplate/
function-template-specialization-noreturn.cpp 7 template <int N> void __attribute__((noreturn)) f3() { __builtin_unreachable(); } function
8 template <> void f3<1>() { } // expected-warning {{function declared 'noreturn' should not return}} function
  /external/llvm/test/MC/ARM/
symbol-variants-errors.s 18 f3: label
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
ldr-pseudo-wide.s 45 @ CHECK-LABEL: f3:
46 f3: label
symbol-variants-errors.s 18 f3: label
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cov/Inputs/multiple_objects/
header.h 28 static inline void f3() { function

Completed in 668 milliseconds

1 2 3 4 5 6 7 8 91011>>