Searched refs:fun_ptr (Results 1 – 2 of 2) sorted by relevance
723 tree fun_ptr; in tree_code_get_expression() local724 fun_ptr = build1 (ADDR_EXPR, build_pointer_type (type), op1); in tree_code_get_expression()725 ret1 = build (CALL_EXPR, type, fun_ptr, nreverse (op2)); in tree_code_get_expression()
360 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function); in GetRunnableInfo() local367 if (!fun_ptr) { in GetRunnableInfo()375 function.getName().str().c_str(), external, reinterpret_cast<uintptr_t>(fun_ptr))); in GetRunnableInfo()