Home
last modified time | relevance | path

Searched defs:ast_expr_op_call (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mit/isl/dist/include/isl/
H A Dcpp-checked.h234 class ast_expr_op_call; variable
6182 ast_expr_op_call::ast_expr_op_call(__isl_take isl_ast_expr *ptr) in ast_expr_op_call() function
6185 ast_expr_op_call::ast_expr_op_call() in ast_expr_op_call() function
6188 ast_expr_op_call::ast_expr_op_call(const ast_expr_op_call &obj) in ast_expr_op_call() function
H A Dcpp.h299 class ast_expr_op_call; variable
7020 ast_expr_op_call::ast_expr_op_call(__isl_take isl_ast_expr *ptr) in ast_expr_op_call() function
7023 ast_expr_op_call::ast_expr_op_call() in ast_expr_op_call() function
7026 ast_expr_op_call::ast_expr_op_call(const ast_expr_op_call &obj) in ast_expr_op_call() function
/netbsd-src/external/mit/isl/dist/interface/
H A Disl.py6219 class ast_expr_op_call(ast_expr_op): class