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

  /external/llvm/include/llvm/
OperandTraits.h 35 static Use *op_end(SubClass* U) { function in struct:llvm::FixedNumOperandTraits
70 static Use *op_end(SubClass* U) { function in struct:llvm::VariadicOperandTraits
97 static Use *op_end(User* U) { function in struct:llvm::HungoffOperandTraits
114 inline op_iterator op_end(); \
115 inline const_op_iterator op_end() const; \
130 CLASS::op_iterator CLASS::op_end() { \
131 return OperandTraits<CLASS>::op_end(this); \
133 CLASS::const_op_iterator CLASS::op_end() const { \
134 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
  /external/stlport/
configure.bat 439 goto op_end
445 goto op_end
451 goto op_end
457 goto op_end
459 :op_end label

Completed in 72 milliseconds