Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/glsl/
Dir_function_detect_recursion.cpp131 struct call_node : public exec_node { struct
132 class function *func;
/third_party/selinux/libsepol/cil/src/
Dcil_resolve_ast.c2663 static void cil_print_recursive_call(struct cil_tree_node *call_node, struct cil_tree_node *termina… in cil_print_recursive_call()
2698 static int cil_check_recursive_call(struct cil_tree_node *call_node, struct cil_tree_node *macro_no… in cil_check_recursive_call()
2735 static int cil_build_call_args(struct cil_tree_node *call_node, struct cil_call *call, struct cil_m… in cil_build_call_args()
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc2953 JSCallNode call_node(node); in ReduceObjectPrototypeHasOwnProperty() local