Home
last modified time | relevance | path

Searched refs:sf2 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dinternalfunc.ll28 ; 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/
Dopd_sfile.c131 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()
Dopd_ibs.c39 extern int sfile_equal(struct sfile const * sf, struct sfile const * sf2);
/external/clang/test/Modules/
Dsubframeworks.m14 float *sf2 = sub_framework;
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp186 constexpr int (*sf2)(int) = &s.f; variable