/external/clang/test/CodeGen/ |
c-strings.c | 24 void f3() { function
|
2007-09-28-PackedUnionMember.c | 8 struct opaque1 *f3; member in union:H::__anon4749
|
inline2.c | 19 // CHECK-GNU89: define i32 @f3() 20 // CHECK-C99: define i32 @f3() 21 extern inline int f3(void); 22 int f3(void) { return 0; } function 60 return f0() + f1() + f2() + f3() + f4() + f5() + f6() + f7() + f8() + f9()
|
/external/clang/test/CodeGenCXX/ |
default-arguments.cpp | 57 void f3() { function
|
mangle-extern-local.cpp | 27 static int f3() { function in struct:N::S 35 int anchorf3() { return S::f3(); }
|
constructor-direct-call.cpp | 47 void f3() { function
|
mangle-variadic-templates.cpp | 40 template<typename ...Types> void f3(const Types *...) {} function 42 template void f3<>(); 44 template void f3<int>(const int*); 46 template void f3<int, float>(const int*, const float*);
|
/external/clang/test/Parser/ |
cxx-stmt.cpp | 27 void f3() try { function
|
asm-constraints-pr7869.c | 24 f3 (void) function
|
/external/clang/test/Sema/ |
attr-noreturn.c | 18 void f3() __attribute__((noreturn)); 19 void f3() { function 20 return; // expected-warning {{function 'f3' declared 'noreturn' should not return}}
|
warn-unused-variables.c | 27 int f3() { function
|
attr-unused.c | 29 int f3(int x) { // expected-warning{{unused parameter 'x'}} function
|
knr-def-call.c | 17 typedef void (*f3)(void); typedef 18 f3 t3(int b) { return b? f0 : f1; } // okay
|
pragma-unused.c | 18 void f3(void) { function
|
varargs.c | 21 void f3(float a, ...) function
|
vector-cast.c | 35 void f3(t3 Y) { function
|
/external/clang/test/SemaCXX/ |
ptrtomember.cpp | 24 void f3(S3* p, void (S3::*m)()) { function
|
warn-unused-parameters.cpp | 7 template<typename U> U f3(U x); 15 template<typename T> template<typename U> U X<T>::f3(U x) { return x; } function in class:X 23 x.f3(i);
|
/external/v8/test/mjsunit/compiler/ |
loopcount.js | 38 function f3(x) { x = x & 0x3fffffff; x++; return x; } function 39 assertEquals(0x40000000, f3(0x3fffffff));
|
/external/v8/test/mjsunit/ |
switch.js | 81 function f3(x, c) { function 103 assertEquals("two", f3(2,0), "value-switch.2-0"); 104 assertEquals("minus 5", f3(-5,0), "value-switch.-5-0"); 105 assertEquals("nine", f3(9,0), "value-switch.9-0"); 106 assertEquals("value is c = 0", f3(0,0), "value-switch.0-0"); 107 assertEquals("value is c = 2", f3(2,2), "value-switch.2-2"); 108 assertEquals("default", f3(7,0), "value-switch.7-0");
|
/external/clang/test/Analysis/ |
cxx-crashes.cpp | 13 bool f3() { function
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
injected-class-name.cpp | 23 result f3(); 30 typename X0<T, T, Types...>::result X0<T, T, Types...>::f3() { return 0; } function in class:X0
|
/external/clang/test/FixIt/ |
fixit-function-call.cpp | 32 void f3(int &a) { function
|
/external/icu4c/layout/ |
AnchorTables.cpp | 37 const Format3AnchorTable *f3 = (const Format3AnchorTable *) this; local 39 f3->getAnchor(fontInstance, anchor);
|
/external/libffi/testsuite/libffi.call/ |
struct8.c | 13 float f3; member in struct:__anon7594 21 ts.f3 += 1; 58 ts8_arg.f3 = -5.55f; 63 printf ("%g\n", ts8_arg.f3); 70 printf ("%g\n", ts8_result->f3); 75 CHECK(ts8_result->f3 == -5.55f + 1);
|