HomeSort by relevance Sort by last modified time
    Searched defs:is_final (Results 1 - 8 of 8) sorted by null

  /art/compiler/optimizing/
inliner.cc 1503 bool is_final; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
i386.cc 739 optimize_tls_reloc(bool is_final, int r_type);
2401 const bool is_final = gsym->final_value_is_known(); local
2967 const bool is_final = (gsym == NULL local
    [all...]
sparc.cc 2896 const bool is_final = gsym->final_value_is_known(); local
3623 const bool is_final = local
    [all...]
tilegx.cc 541 optimize_tls_reloc(bool is_final, int r_type);
3992 const bool is_final = gsym->final_value_is_known(); local
4553 const bool is_final = (gsym == NULL local
    [all...]
x86_64.cc 877 optimize_tls_reloc(bool is_final, int r_type);
2994 const bool is_final = (gsym->final_value_is_known() || local
3575 const bool is_final = (gsym == NULL local
    [all...]
aarch64.cc 7138 const bool is_final = (gsym == NULL local
    [all...]
mips.cc 9342 const bool is_final = gsym->final_value_is_known(); local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 330 void is_final() function
    [all...]

Completed in 592 milliseconds