HomeSort by relevance Sort by last modified time
    Searched defs:f5 (Results 26 - 50 of 96) sorted by null

12 3 4

  /external/clang/test/CodeGenCXX/
mangle-neon-vectors.cpp 26 void f5(float32x2_t v) { } function
mangle-ms-back-references.cpp 15 void f5(char const* a, unsigned int b, char c, void const* d, char const* e, unsigned int f) {} function
16 // CHECK: "\01?f5@@YAXPBDIDPBX0I@Z"
mangle-unnamed.cpp 41 int f5() { function
temp-order.cpp 107 static unsigned f5() { function
186 print("f5", f5());
187 if (f5() != ORDER4(5, 3, 7, 2))
visibility-inlines-hidden.cpp 11 static void f5() { } function in struct:X0
23 static void f5() { } function in struct:X1
47 X0::f5();
59 X1<int>::f5();
  /external/clang/test/Sema/
vla.c 56 void f5() { char a[][f5_ci] = {""}; } // expected-warning {{variable length array folded to constant array as an extension}} function
warn-unused-function.c 20 static void __attribute__((used)) f5() {} function
complex-int.c 67 int f5[(3.0i == -(-3.0i) ? ((void)3.0, __extension__ (1.0i - 1.0)) : 0) == 1.0i - 1.0 ? 1 : -1]; variable
private-extern.c 46 void f5() { function
  /external/v8/test/mjsunit/
switch.js 168 function f5(x) { function
178 assertTrue(f5(-2), "negcase.-2");
179 assertFalse(f5(-1), "negcase.-1");
180 assertTrue(f5(0), "negcase.-0");
181 assertEquals(42, f5(1), "negcase.1");
182 assertFalse(f5(2), "negcase.2");
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-1.js 104 function f5(x,x,x,x) function
108 actual = f5.toString().match(/\((.*)\)/)[1];
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Expressions/
11.9.6-1.js 135 function f5(arr) function
154 actual = f5(arrUndef);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-85880.js 99 function f5() function
104 f5();
106 return f5.arguments;
109 actual = (f5() == null);
114 actual = (f5(0) == null);
  /external/clang/test/Analysis/
malloc-overflow.c 32 void * f5(struct s4 *s) function
outofbound.c 41 void f5() { function
ptr-arith.c 52 void f5() { function
stack-addr-ps.cpp 89 int* f5() { function
array-struct.c 51 void f5() { function
uninit-vals-ps.c 54 int f5(void) { function
  /external/clang/test/CodeGen/
function-attributes.c 7 // CHECK: define zeroext i16 @f5(i32 %x) [[NUW]]
21 unsigned short f5(int x) { return x; } function
le32-arguments.c 33 // CHECK: define void @f5(i8 zeroext %a, i16 zeroext %b)
34 void f5(unsigned char a, unsigned short b) {} function
stdcall-fastcall.c 11 void __attribute__((stdcall)) f5(void) { function
12 // CHECK: define x86_stdcallcc void @f5()
27 void (__attribute__((stdcall)) *pf5)(void) = f5;
31 f4(); f5(); f6();
33 // CHECK: call x86_stdcallcc void @f5()
exprs.c 90 struct f5_a f5() {return ((union f5_z)f5_a).y;} function
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 77 void f5(X1 x) { delete x; } // OK. In selecting a conversion to pointer function, template convesions are skipped. function
  /external/llvm/test/MC/ELF/
cfi.s 29 f5: label

Completed in 651 milliseconds

12 3 4