HomeSort by relevance Sort by last modified time
    Searched defs:f1 (Results 251 - 275 of 1181) sorted by null

<<11121314151617181920>>

  /external/clang/test/CodeGenCXX/
debug-info-namespace.cpp 9 int f1() { return 0; } function in namespace:A::B
10 void f1(int) { } function in namespace:A::B
26 int B::i = f1();
35 using B::f1;
88 // CHECK: [[M8]] = !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[F1:![0-9]+]]
89 // CHECK: [[F1:![0-9]+]] = distinct !DISubprogram(name: "f1",{{.*}} line: 4
mangle-extern-local.cpp 14 int f1() { function
mangle-local-anonymous-unions.cpp 38 int f1 (int a, int c) { function
mangle-windows.cpp 7 void __stdcall f1(void) {} function
8 // WIN: define x86_stdcallcc void @"\01?f1@@YGXXZ"
  /external/clang/test/Index/
complete-exprs.c 10 struct X __attribute__((deprecated)) f1 = { 17 }; variable in typeref:struct:X
11 void f2() { f1(17); }
54 // CHECK-CC4: VarDecl:{ResultType struct X}{TypedText f1} (50) (deprecated)
64 // CHECK-CC7: VarDecl:{ResultType struct X}{TypedText f1} (50) (deprecated)
  /external/clang/test/Parser/
cxx-invalid-function-decl.cpp 7 void f1() : X() ::new{}; // expected-error{{only constructors take base initializers}} function
  /external/clang/test/Sema/
complex-imag.c 3 void f1() { function
pragma-align-packed.c 7 int f1 __attribute__((aligned(4))); member in struct:s0
14 int f1 __attribute__((aligned(4))); member in struct:s1
21 int f1 __attribute__((aligned(4))); member in struct:s2
27 struct s3_0 { unsigned char f0; unsigned int f1; }; member in struct:s3_0
30 struct s3_1 { unsigned char f0; unsigned int f1; }; member in struct:s3_1
pragma-pack-5.c 10 char f1; member in struct:s0
17 char f1; member in struct:s1
24 char f1; member in struct:s2
32 char f1; member in struct:s3
41 char f1; member in struct:s4
warn-unused-variables.c 15 void f1(void) { function
  /external/clang/test/SemaCXX/
warn-unused-parameters.cpp 5 T f1(T x);
13 template<typename T> T X<T>::f1(T) { return T(); } function in class:X
21 x.f1(i);
  /external/compiler-rt/test/builtins/Unit/
enable_execute_stack_test.c 68 pfunc f1 = (pfunc)memcpy_f(execution_buffer, func1, 128); local
70 if ((*f1)() != 1)
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/
imbue.pass.cpp 33 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function
76 ios.register_callback(f1, 4);
92 ios.register_callback(f1, 4);
  /external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.base.cons/
dtor.pass.cpp 35 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function
79 b.register_callback(f1, 4);
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
notify_all.pass.cpp 30 void f1() function
52 std::thread t1(f1);
  /external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
notify_all.pass.cpp 34 void f1() function
56 std::thread t1(f1);
notify_one.pass.cpp 34 void f1() function
56 std::thread t1(f1);
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex_duration.pass.cpp 34 void f1() function
58 std::thread t(f1);
mutex_time_point.pass.cpp 34 void f1() function
58 std::thread t(f1);
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.class/
try_lock_for.pass.cpp 32 void f1() function
55 std::thread t(f1);
try_lock_until.pass.cpp 32 void f1() function
55 std::thread t(f1);
  /external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.timedmutex.requirements/thread.timedmutex.recursive/
try_lock_for.pass.cpp 32 void f1() function
57 std::thread t(f1);
try_lock_until.pass.cpp 32 void f1() function
57 std::thread t(f1);
  /external/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.destr/
dtor.pass.cpp 46 void f1() function
53 std::set_terminate(f1);
  /external/libcxx/test/std/utilities/function.objects/refwrap/refwrap.access/
conversion.pass.cpp 39 functor1 f1; local
40 test(f1);

Completed in 435 milliseconds

<<11121314151617181920>>