OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ast_expr_op_and_then
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/isl/dist/include/isl/
cpp-checked-conversion.h
105
checked::
ast_expr_op_and_then
check(
ast_expr_op_and_then
obj) {
106
return checked::manage(obj.copy()).as<checked::ast_expr_op>().as<checked::
ast_expr_op_and_then
>();
109
ast_expr_op_and_then
uncheck(checked::
ast_expr_op_and_then
obj) {
110
return manage(obj.copy()).as<ast_expr_op>().as<
ast_expr_op_and_then
>();
cpp-checked.h
233
class
ast_expr_op_and_then
;
779
// declarations for isl::
ast_expr_op_and_then
781
class
ast_expr_op_and_then
: public ast_expr_op {
class in namespace:isl::checked
784
friend
ast_expr_op_and_then
ast_expr_op::as<
ast_expr_op_and_then
>() const;
788
inline explicit
ast_expr_op_and_then
(__isl_take isl_ast_expr *ptr);
791
inline /* implicit */
ast_expr_op_and_then
();
792
inline /* implicit */
ast_expr_op_and_then
(const
ast_expr_op_and_then
&obj);
793
inline
ast_expr_op_and_then
&operator=(ast_expr_op_and_then obj)
6149
ast_expr_op_and_then
::
ast_expr_op_and_then
(__isl_take isl_ast_expr *ptr)
function in class:isl::checked::ast_expr_op_and_then
6152
ast_expr_op_and_then
::
ast_expr_op_and_then
()
function in class:isl::checked::ast_expr_op_and_then
6155
ast_expr_op_and_then
::
ast_expr_op_and_then
(const
ast_expr_op_and_then
&obj)
function in class:isl::checked::ast_expr_op_and_then
[
all
...]
cpp.h
298
class
ast_expr_op_and_then
;
845
// declarations for isl::
ast_expr_op_and_then
847
class
ast_expr_op_and_then
: public ast_expr_op {
class in namespace:isl
850
friend
ast_expr_op_and_then
ast_expr_op::as<
ast_expr_op_and_then
>() const;
854
inline explicit
ast_expr_op_and_then
(__isl_take isl_ast_expr *ptr);
857
inline /* implicit */
ast_expr_op_and_then
();
858
inline /* implicit */
ast_expr_op_and_then
(const
ast_expr_op_and_then
&obj);
859
inline
ast_expr_op_and_then
&operator=(ast_expr_op_and_then obj)
6985
ast_expr_op_and_then
::
ast_expr_op_and_then
(__isl_take isl_ast_expr *ptr)
function in class:isl::ast_expr_op_and_then
6988
ast_expr_op_and_then
::
ast_expr_op_and_then
()
function in class:isl::ast_expr_op_and_then
6991
ast_expr_op_and_then
::
ast_expr_op_and_then
(const
ast_expr_op_and_then
&obj)
function in class:isl::ast_expr_op_and_then
[
all
...]
/src/external/mit/isl/dist/interface/
isl.py
5825
if len(args) == 1 and isinstance(args[0],
ast_expr_op_and_then
):
5935
return
ast_expr_op_and_then
(**keywords)
6183
class
ast_expr_op_and_then
(ast_expr_op):
class in inherits:ast_expr_op
6194
return super(
ast_expr_op_and_then
, cls).__new__(cls)
6197
if not arg0.__class__ is
ast_expr_op_and_then
:
6198
arg0 =
ast_expr_op_and_then
(arg0)
6208
return 'isl.
ast_expr_op_and_then
("""%s""")' % s
6210
return 'isl.
ast_expr_op_and_then
("%s")' % s
Completed in 50 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026