HomeSort by relevance Sort by last modified time
    Searched full:function_i (Results 1 - 1 of 1) sorted by null

  /external/llvm/include/llvm/IR/
Module.h 614 function_i, member in class:llvm::Module::global_object_iterator_t
623 : function_i(M.begin()), function_e(M.end()),
626 : function_i(M.end()), function_e(M.end()), global_i(M.global_end()) {}
630 if (function_i != function_e)
631 ++function_i;
639 if (function_i != function_e)
640 return *function_i;
646 return function_i != other.function_i || global_i != other.global_i;
    [all...]

Completed in 402 milliseconds