reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm-c/lto.h
   29 typedef bool lto_bool_t;
projects/compiler-rt/lib/builtins/divdf3.c
  175       const bool round = (residual << 1) > bSignificand;
  191     const bool round = (residual << 1) > bSignificand;
projects/compiler-rt/lib/builtins/divsf3.c
  160       const bool round = (residual << 1) > bSignificand;
  176     const bool round = (residual << 1) > bSignificand;
projects/compiler-rt/lib/builtins/emutls.c
   54 static bool emutls_key_created = false;
projects/compiler-rt/lib/builtins/fp_add_impl.inc
   83   const bool subtraction = (aRep ^ bRep) & signBit;
   97       const bool sticky = (bSignificand << (typeWidth - align)) != 0;
  122       const bool sticky = aSignificand & 1;
  136     const bool sticky = (aSignificand << (typeWidth - shift)) != 0;
projects/compiler-rt/lib/builtins/fp_lib.h
  248     const bool sticky = (*lo << (typeWidth - count)) != 0;
  252     const bool sticky = *hi << (2 * typeWidth - count) | *lo;
  256     const bool sticky = *hi | *lo;
projects/compiler-rt/lib/builtins/fp_trunc_impl.inc
  116       const bool sticky = (significand << (srcBits - shift)) != 0;
tools/llvm-c-test/llvm-c-test.h
   27 LLVMModuleRef llvm_load_module(bool Lazy, bool New);
   27 LLVMModuleRef llvm_load_module(bool Lazy, bool New);
   28 int llvm_module_dump(bool Lazy, bool New);
   28 int llvm_module_dump(bool Lazy, bool New);
tools/llvm-c-test/module.c
   27 LLVMModuleRef llvm_load_module(bool Lazy, bool New) {
   27 LLVMModuleRef llvm_load_module(bool Lazy, bool New) {
   64 int llvm_module_dump(bool Lazy, bool New) {
   64 int llvm_module_dump(bool Lazy, bool New) {