HomeSort by relevance Sort by last modified time
    Searched refs:map_begin (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/VMCore/
LLVMContextImpl.cpp 73 std::for_each(ExprConstants.map_begin(), ExprConstants.map_end(),
75 std::for_each(ArrayConstants.map_begin(), ArrayConstants.map_end(),
77 std::for_each(StructConstants.map_begin(), StructConstants.map_end(),
79 std::for_each(VectorConstants.map_begin(), VectorConstants.map_end(),
ConstantsContext.h 526 typename MapTy::iterator map_begin() { return Map.begin(); } function in class:llvm::ConstantUniqueMap
696 typename MapTy::iterator map_begin() { return Map.begin(); } function in class:llvm::ConstantAggrUniqueMap

Completed in 46 milliseconds