HomeSort by relevance Sort by last modified time
    Searched refs:f2 (Results 1 - 25 of 1185) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/tools/gyp/test/win/shard/
hello2.cc 5 int f2() { function
  /external/clang/test/CodeGen/
debug-info-scope-file.c 9 // CHECK: [[F2:![0-9]*]] = {{.*}} ; [ DW_TAG_subprogram ] {{.*}} [def] [f2]
11 // CHECK: [[F2_LINE]] = {{.*}}, metadata [[F2]], null}
18 void f2() { function
fast-math.c 2 float f0, f1, f2; variable
8 f0 = f1 + f2;
finite-math.c 2 float f0, f1, f2; variable
8 f0 = f1 + f2;
always_inline.c 17 inline int f2() __attribute__((always_inline));
18 int f2() { return 7; } function
19 int f3(void) { return f2(); }
intel_ocl_bicc.c 6 void f2(void) { function
mangle-windows-rtd.c 6 void __stdcall f2(void) {} function
2006-10-30-ArrayCrash.c 8 unsigned int f2 : 1; member in struct:S
15 if (A->f2)
ms_abi.c 5 void __attribute__((sysv_abi)) f2(void);
12 f2();
13 // FREEBSD: call void @f2()
14 // WIN64: call x86_64_sysvcc void @f2()
17 // FREEBSD: declare void @f2()
19 // WIN64: declare x86_64_sysvcc void @f2()
  /external/clang/test/SemaCXX/
vararg-default-arg.cpp 6 void f2(const char * = __null, ...);
10 f2();
  /external/strace/tests/
stack-fcall-1.c 1 int f2(int i);
5 return f2(i) + i;
  /external/clang/test/Analysis/
inline3.c 13 void f2() { function
  /external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
ser.h 6 inline bool f2() { function
  /external/libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/
assign.fail.cpp 21 std::once_flag f2; local
22 f2 = f;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.once/thread.once.onceflag/
assign.fail.cpp 21 std::once_flag f2; local
22 f2 = f;
  /system/extras/tests/bionic/libc/bionic/
test_relocs.c 13 int f1, f2, expect1 = 1, expect2 = 2; local
16 f2 = func2();
19 printf( "func2() returns %d: %s\n", f2, (f2 == expect2) ? "OK" : "FAIL" );
21 if (f1 != expect1 || f2 != expect2)
  /external/clang/test/CXX/except/except.spec/
template.cpp 6 template <int N> void f2() noexcept(N > 1);
11 void (*t3)() noexcept = &f2<2>; // no-error
12 void (*t4)() noexcept = &f2<0>; // expected-error {{not superset}}
  /external/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
get_terminate.pass.cpp 17 void f2() {} function
23 std::set_terminate(f2);
24 assert(std::get_terminate() == f2);
set_terminate.pass.cpp 17 void f2() {} function
22 assert(std::set_terminate(f2) == f1);
  /external/libcxx/test/utilities/function.objects/logical.operations/
logical_and.pass.cpp 28 typedef std::logical_and<> F2;
29 const F2 f2 = F2(); local
30 assert( f2(36, 36));
31 assert( f2(36, 36L));
32 assert( f2(36L, 36));
33 assert(!f2(36, 0));
34 assert(!f2(0, 36));
35 assert( f2(36, 36L))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.exception/exception.terminate/set.terminate/
get_terminate.pass.cpp 17 void f2() {} function
23 std::set_terminate(f2);
24 assert(std::get_terminate() == f2);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/
logical_and.pass.cpp 28 typedef std::logical_and<> F2;
29 const F2 f2 = F2(); local
30 assert( f2(36, 36));
31 assert( f2(36, 36L));
32 assert( f2(36L, 36));
33 assert(!f2(36, 0));
34 assert(!f2(0, 36));
35 assert( f2(36, 36L))
    [all...]
  /external/clang/test/ASTMerge/Inputs/
function1.c 3 void f2();
  /external/clang/test/CodeGenCXX/
2007-10-01-StructResize.cpp 7 unsigned int f2 : 30; member in struct:Bork
12 hdr->f2 = 927;
  /external/libcxx/test/language.support/support.dynamic/alloc.errors/set.new.handler/
set_new_handler.pass.cpp 16 void f2() {} function
21 assert(std::set_new_handler(f2) == f1);

Completed in 668 milliseconds

1 2 3 4 5 6 7 8 91011>>