Searched refs:sf2 (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/Mips/ |
D | internalfunc.ll | 28 ; CHECK: lw $[[R2:[0-9]+]], %got(sf2)($gp) 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/clang/test/Modules/ |
D | subframeworks.m | 14 float *sf2 = sub_framework;
|
/external/clang/test/SemaCXX/ |
D | constant-expression-cxx11.cpp | 186 constexpr int (*sf2)(int) = &s.f; variable
|