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

1 2 3 4 5 6 7

  /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 27 char f4; member in struct:s2
35 char f4; member in struct:s3
38 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
  /external/clang/test/CodeGen/
ppc64-extend.c 13 unsigned int f4(void) { return 0; } function
14 // CHECK: define zeroext i32 @f4() [[NUW]]
c-strings.c 10 // CHECK: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0) }
45 // CHECK: define void @f4()
46 void f4() { function
51 // CHECK: call void @gaz({{.*}} @f4.x
microsoft-call-conv-x64.c 5 void __fastcall f4(void) { function
6 // CHECK: define void @f4()
19 void (__fastcall *pf4)(void) = f4;
23 f4(); f5();
24 // CHECK: call void @f4()
2007-09-28-PackedUnionMember.c 9 struct opaque2 *f4; member in union:H::__anon6268
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
  /external/v8/test/mjsunit/
binary-operation-overwrite.js 32 function f4() { return (1 || 2) + 3; } function
36 assertTrue(f4() === f4());
  /ndk/tests/device/test-stlport_shared-exception/jni/
ice990323-2.cpp 26 void f4() function
76 f4();
  /ndk/tests/device/test-stlport_static-exception/jni/
ice990323-2.cpp 26 void f4() function
76 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/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 10 [[carries_dependency]] int (*f4)(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}} variable
  /external/clang/test/CodeGenCXX/
mangle-extern-local.cpp 38 int f4() { function
  /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/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/Analysis/
method-call.cpp 37 void f4() { function
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
injected-class-name.cpp 36 template<typename ...ReallyInner> void f4();
42 void X0<T, T, Types...>::Inner<InnerTypes...>::f4() { } function in class:X0::Inner

Completed in 2469 milliseconds

1 2 3 4 5 6 7