HomeSort by: relevance | last modified time | path
    Searched defs:isl_bool (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
ctx.h 93 } isl_bool; typedef in typeref:enum:__anon23670
94 isl_bool isl_bool_not(isl_bool b);
95 isl_bool isl_bool_ok(int b);
  /src/external/mit/isl/dist/interface/
cpp.cc 778 /* Return the C++ counterpart to the isl_bool type.
783 std::string cpp_type_printer::isl_bool() const function in class:cpp_type_printer
857 return isl_bool();
plain_cpp.cc 1466 * In particular, if the return type is isl_stat, isl_bool or isl_size,
1580 * if the isl function returns an isl_bool, as void if the isl functions
1585 * then an isl_bool return type is transformed into a boolean and
2035 /* Return the C++ counterpart to the isl_bool type.
2039 std::string checked_cpp_type_printer::isl_bool() const function in class:checked_cpp_type_printer
2044 /* Return the C++ counterpart to the isl_bool type.
2050 return type_printer()->isl_bool();

Completed in 38 milliseconds