OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:before_each_mark
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/isl/dist/
isl_ast_build_private.h
113
* The "
before_each_mark
" callback is called before we handle the subtree
181
isl_stat (*
before_each_mark
)(__isl_keep isl_id *mark,
member in struct:isl_ast_build
isl_ast_build.c
219
dup->
before_each_mark
= build->
before_each_mark
;
446
/* Set the "
before_each_mark
" callback of "build" to "fn".
458
build->
before_each_mark
= fn;
522
build->
before_each_mark
= NULL;
isl_ast_codegen.c
5638
/* Call the
before_each_mark
callback, if requested by the user.
5645
static isl_stat
before_each_mark
(__isl_keep isl_id *mark,
function
5650
if (!build->
before_each_mark
)
5652
return build->
before_each_mark
(mark, build,
5683
* Since we may be calling
before_each_mark
and after_each_mark
5702
if (
before_each_mark
(mark, build) < 0)
Completed in 27 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026