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

1 2 3 4 5 6

  /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}}
complex-imag.c 24 void f4() { function
pragma-pack-5.c 26 char f4; member in struct:s2
34 char f4; member in struct:s3
37 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
  /external/v8/test/mjsunit/
binary-operation-overwrite.js 32 function f4() { return (1 || 2) + 3; } function
36 assertTrue(f4() === f4());
  /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::__anon5690
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()
le32-regparm.c 26 // CHECK: define void @f4(i64 inreg %g, i32 %h)
27 void __attribute__((regparm(2))) f4(long long g, int h) {} function
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/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/v8/test/mjsunit/harmony/
block-scoping.js 86 function f4(one) { function
103 f4(1);
  /external/clang/test/Analysis/
method-call.cpp 33 void f4() { function
  /external/clang/test/CodeGenCXX/
mangle-extern-local.cpp 38 int f4() { function
default-arguments.cpp 67 void 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
  /external/clang/test/SemaCXX/
function-type-qual.cpp 14 static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} 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/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 230 milliseconds

1 2 3 4 5 6