/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
p13.cpp | 3 void f2() { function
|
/external/clang/test/CXX/expr/ |
p10-0x.cpp | 42 void f2(volatile int *x) { function
|
/external/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/ |
p1-neg.cpp | 10 void f2();
|
/external/clang/test/CodeGen/ |
2008-07-31-promotion-of-compound-pointer-arithmetic.c | 6 // CHECK: define i32 @f2 26 int f2(long n) { function
|
c-strings.c | 9 // CHECK: @f2.x = internal global [6 x i8] c"hello\00", align [[ALIGN]] 36 // CHECK: define void @f2() 37 void f2() { function 40 // CHECK: call void @bar({{.*}} @f2.x
|
complex-init-list.c | 15 _Complex float f2(float x, float y) { return (_Complex float){ x, y }; } function 16 // CHECK: define <2 x float> @f2
|
staticinit.c | 33 char *f2(char key) { function
|
unreachable.c | 19 int f2(int i) { function
|
/external/clang/test/CodeGenCXX/ |
alloca-align.cpp | 21 // CHECK: define i32 @f2 24 extern "C" struct s1 f2(int a, struct s1 *x, struct s1 *y) { function
|
cxx11-special-members.cpp | 22 void f2(B &x, B &y) { function
|
mangle-ms-arg-qualifiers.cpp | 176 void foo_fnptrbackref1(ArrayFunPtr f1, ArrayFunPtr f2) { } 180 void foo_fnptrbackref2(ArrayFunPtr f1, ConstFunPtr f2) { } 185 void foo_fnptrbackref3(ArrayFunPtr f1, NormalFunPtr f2) { } 189 void foo_fnptrbackref4(NormalFunPtr f1, ArrayFunPtr f2) { }
|
nullptr.cpp | 22 const std::type_info& f2() { function
|
/external/clang/test/Index/ |
complete-macros.c | 12 void f2() { function
|
/external/clang/test/Parser/ |
cxx-attributes.cpp | 6 virtual void f2(const char* a, ...) function in class:c
|
/external/clang/test/Sema/ |
builtin-object-size.c | 15 int f2() { function
|
floating-point-compare.c | 7 int f2(float x, float y) { function
|
function-redecl.c | 49 extern int f2; // expected-note 2 {{previous definition is here}} 51 void f2(int); // expected-error{{redefinition of 'f2' as different kind of symbol}} 55 int f2; local 57 void f2(int); // expected-error{{redefinition of 'f2' as different kind of symbol}}
|
warn-unused-variables.c | 22 int f2() { function
|
/external/clang/test/SemaCXX/ |
type-definition-in-specifier.cpp | 25 void f2(struct S6 { int x; } p); // expected-error{{parameter type}}
|
/external/clang/test/SemaTemplate/ |
value-dependent-null-pointer-constant.cpp | 13 bool f2(const char *str) { function in struct:X0
|
/external/llvm/utils/ |
GetSourceVersion | 20 git svn info | grep 'Revision:' | cut -d: -f2-
|
/external/oprofile/libutil++/tests/ |
path_filter_tests.cpp | 37 path_filter f2("foo", ""); 38 check(f2, "foo", true); 39 check(f2, "foo1", false); 40 check(f2, "foo/foo", true);
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
isp_az.c | 47 Word32 f1[NC16k + 1], f2[NC16k]; local 66 Get_isp_pol_16kHz(&isp[1], f2, (nc - 1)); 69 f2[i] = f2[i] << 2; 72 Get_isp_pol(&isp[1], f2, (nc - 1)); 75 * Multiply F2(z) by (1 - z^-2) * 80 f2[i] = vo_L_sub(f2[i], f2[i - 2]); /* f2[i] -= f2[i-2]; * [all...] |
/ndk/sources/host-tools/toolbox/ |
cmp_win.c | 62 FILE *f2 = _tfopen(argv[2], L"rb"); local 63 if (!f2) { 73 n2 = fread(buf2, 1, BUFSIZE, f2); 77 fclose(f2);
|
/external/eigen/test/ |
array_replicate.cpp | 36 f2 = internal::random<int>(1,10); local 38 x1.resize(rows*f1,cols*f2); 39 for(int j=0; j<f2; j++) 42 VERIFY_IS_APPROX(x1, m1.replicate(f1,f2)); 54 vx1.resize(rows*f2); 55 for (int j=0; j<f2; ++j) 57 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2));
|