HomeSort by relevance Sort by last modified time
    Searched defs:f1 (Results 151 - 175 of 788) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/clang/test/CodeGen/
c-strings.c 10 // ITANIUM: @f1.x = internal global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0)
11 // MSABI: @f1.x = internal global i8* getelementptr inbounds ([6 x i8], [6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0)
33 // CHECK-LABEL: define void @f1()
34 void f1() { function
37 // CHECK: [[T1:%.*]] = load i8*, i8** @f1.x
fp16-ops.c 14 volatile float f0, f1, f2; variable
268 test = (h1 == f1);
273 test = (f1 == h1);
289 test = (h1 != f1);
294 test = (f1 != h1);
regparm.c 17 void FASTCALL f1(int i, int j, int k);
18 // CHECK-LABEL: define void @f1(i32 inreg %i, i32 inreg %j, i32 %k)
19 void f1(int i, int j, int k) { } function
x86_64-arguments-win32.c 6 // CHECK-LABEL: define void @f1(i8 %a)
7 void f1(char a) {} function
  /external/clang/test/CodeGenCXX/
cxx11-special-members.cpp 15 void f1(B &x) { function
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;
70 // CHECK: [[F1:![0-9]+]] = !MDSubprogram(name: "f1",{{.*}} line: 4
89 // CHECK: [[M8]] = !MDImportedEntity(tag: DW_TAG_imported_declaration, scope: [[FUNC]], entity: [[F1]]
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/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 31 void f1(std::ios_base::event ev, std::ios_base& stream, int index) function
74 ios.register_callback(f1, 4);
90 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);
notify_one.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);
wait.exception.pass.cpp 19 void f1() function
54 std::set_terminate(f1);
wait_for.exception.pass.cpp 19 void f1() function
54 std::set_terminate(f1);
  /external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex_duration.pass.cpp 35 void f1() function
64 v.push_back(std::thread(f1));

Completed in 520 milliseconds

1 2 3 4 5 67 8 91011>>