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

1 2 3 4 5

  /external/clang/test/Sema/
arg-duplicate.c 12 void f4(void) { function
builtin-object-size.c 24 void f4(const char *fmt, ...) { function
floating-point-compare.c 15 int f4(float x) { function
attr-noreturn.c 25 void f4() __attribute__((noreturn));
26 void f4() { function
27 return; // expected-error {{function 'f4' declared 'noreturn' should not return}}
attr-unused.c 33 int f4(int x) { function
knr-def-call.c 21 void f4() { function
  /external/v8/test/mjsunit/
binary-operation-overwrite.js 32 function f4() { return (1 || 2) + 3; } function
36 assertTrue(f4() === f4());
switch.js 111 function f4(x) { function
124 assertEquals(3, f4(0), "fallthrough-switch.0");
125 assertEquals(3, f4(1), "fallthrough-switch.1");
126 assertEquals(3, f4(2), "fallthrough-switch.2");
127 assertEquals(5, f4(3), "fallthrough-switch.3");
  /external/clang/test/CodeGen/
stdcall-fastcall.c 6 void __attribute__((fastcall)) f4(void) { function
7 // CHECK: define x86_fastcallcc void @f4()
26 void (__attribute__((fastcall)) *pf4)(void) = f4;
31 f4(); f5(); f6();
32 // CHECK: call x86_fastcallcc void @f4()
c-strings.c 29 void f4() { function
2007-09-28-PackedUnionMember.c 9 struct opaque2 *f4; member in union:H::__anon4752
inline2.c 42 // CHECK-GNU89: define available_externally i32 @f4()
43 // CHECK-C99: define i32 @f4()
44 int f4(void);
45 extern inline int f4(void) { return 0; } function
60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
microsoft-call-conv.c 6 void __fastcall f4(void) { function
7 // CHECK: define x86_fastcallcc void @f4()
26 void (__fastcall *pf4)(void) = f4;
31 f4(); f5(); f6();
32 // CHECK: call x86_fastcallcc void @f4()
  /external/clang/test/SemaCXX/
if-empty-body.cpp 18 void f4(int i) { function
function-type-qual.cpp 14 static cfn f4; // expected-error {{a qualified function type cannot be used to declare a static member function}} member in class:C
warn-unused-parameters.cpp 8 template<typename U> U f4(U x);
16 template<typename T> template<typename U> U X<T>::f4(U) { return U(); } function in class:X
24 x.f4(i);
  /external/v8/test/mjsunit/compiler/
variables.js 55 function f4(x) { function
59 assertEquals(4, f4(4));
loopcount.js 42 function f4() { function
47 assertEquals(0x40000000, f4());
  /external/clang/test/CodeGenCXX/
mangle-extern-local.cpp 38 int f4() { function
mangle-variadic-templates.cpp 49 template<typename ...Types> tuple<Types...> f4() {} function
51 template tuple<int, float, double> f4();
  /external/clang/test/Index/
complete-exprs.c 18 void f4(const char* str) { function
67 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f4}{LeftParen (}{Placeholder const char *str}{RightParen )} (50)
  /external/clang/test/Parser/
cxx-stmt.cpp 49 void f4() { function
asm-constraints-pr7869.c 36 f4 (void) function
  /external/clang/test/Analysis/
cxx-crashes.cpp 17 void *f4(int* w) { function
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
injected-class-name.cpp 35 template<typename ...ReallyInner> void f4();
41 void X0<T, T, Types...>::Inner<InnerTypes...>::f4() { } function in class:X0::Inner

Completed in 368 milliseconds

1 2 3 4 5