Searched refs:sf2 (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/Mips/ |
D | internalfunc.ll | 28 ; CHECK: lw $[[R2:[0-9]+]], %got(sf2) 29 ; CHECK: addiu ${{[0-9]+}}, $[[R2]], %lo(sf2) 34 %cond = select i1 %tobool3, void (...)* %tmp4, void (...)* bitcast (void ()* @sf2 to void (...)*) 39 define internal void @sf2() nounwind {
|
/external/oprofile/daemon/ |
D | opd_sfile.c | 131 sfile_equal(struct sfile const * sf, struct sfile const * sf2) in sfile_equal() argument 133 return do_match(sf, sf2->cookie, sf2->app_cookie, sf2->kernel, in sfile_equal() 134 sf2->anon, sf2->tgid, sf2->tid, sf2->cpu); in sfile_equal()
|
D | opd_ibs.c | 39 extern int sfile_equal(struct sfile const * sf, struct sfile const * sf2);
|
/external/compiler-rt/lib/builtins/arm/ |
D | aeabi_fcmp.S | 26 bl SYMBOL_NAME(__ ## cond ## sf2) SEPARATOR \
|
/external/clang/test/Modules/ |
D | subframeworks.m | 15 float *sf2 = sub_framework;
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 191 constexpr int (*sf2)(int) = &s.f; variable
|