Searched defs:f4 (Results 51 - 75 of 165) sorted by relevance

1234567

/external/clang/test/CodeGen/
H A D2007-09-28-PackedUnionMember.c9 struct opaque2 *f4; member in union:H::__anon18546
H A Dmicrosoft-call-conv.c8 void __fastcall f4(void) { function
9 // CHECK-LABEL: define x86_fastcallcc void @f4()
28 void (__fastcall *pf4)(void) = f4;
33 f4(); f5(); f6();
34 // CHECK: call x86_fastcallcc void @f4()
H A Dfunctions.c39 void f4() {} function
40 void f5() { f4(42); } //expected-warning {{too many arguments}}
H A Dpointer-arithmetic.c16 void *f4(void *a, int b) { return a - b; } function
/external/clang/test/Sema/
H A Dalias-redefinition.c18 void f4() {} function
19 void fun4(void) __attribute((alias("f4")));
H A Dattr-unused.c33 int f4(int x) { function
H A Dvector-cast.c41 void f4() { function
H A Dvarargs.c31 void f4(const char *msg, ...) { function
H A Dwarn-unused-function.c15 inline static void f4();
16 void f4() { } // expected-warning{{unused}} function
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_context_menu_controller_unittest.cc89 const BookmarkNode* f4 = model->AddFolder(bb_node, 4, ASCIIToUTF16("F4")); local
90 model->AddURL(f4, 0, ASCIIToUTF16("f4a"), GURL(test_base + "f4a"));
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_context_menu_unittest.cc118 const BookmarkNode* f4 = model_->AddFolder(bb_node, 4, ASCIIToUTF16("F4")); local
119 model_->AddURL(f4, 0, ASCIIToUTF16("f4a"), GURL(test_base + "f4a"));
/external/chromium_org/v8/test/mjsunit/
H A Darguments.js126 function f4() { function
130 f4();
/external/clang/test/Analysis/
H A Dcxx-crashes.cpp20 void *f4(int* w) { function
H A Dmalloc-overflow.c27 void * f4(struct s4 *s) function
H A Doutofbound.c33 void f4() { function
H A Dstream.c35 void f4(void) { function
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/
H A Dp1.cpp17 void f4() ;
45 void X0<Y, X>::f4() { } // expected-error{{does not refer}} function in class:X0
/external/clang/test/CodeGenCXX/
H A Dmangle-unnamed.cpp39 int f4() { return A().a(); } function
/external/clang/test/PCH/
H A Dtypes.c43 float4 f4 = { 1.0, 2.0, 3.0, 4.0 }; variable
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp68 void f4(X x) { delete x; delete x; } function
/external/libcxxabi/test/
H A Dcatch_class_03.cpp149 void f4() function
180 f4();
H A Dcatch_class_04.cpp146 void f4() function
180 f4();
H A Dcatch_pointer_reference.cpp168 void f4() function
434 f4();
H A Dcatch_ptr.cpp126 void f4() function
152 f4();
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-let-crankshaft.js33 var functions = [ f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14,
57 function f4() { function

Completed in 418 milliseconds

1234567