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

  /external/clang/include/clang/AST/
DeclContextInternals.h 44 if (DeclsTy *RHSVec = RHS.getAsVector())
45 Data = new DeclsTy(*RHSVec);
58 if (DeclsTy *RHSVec = RHS.getAsVector())
59 Data = new DeclsTy(*RHSVec);
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 289 const std::vector<Record*> *RHSVec = &RHS.first;
290 unsigned RHSSize = RHSVec->size();
295 if ((*LHSVec)[i] != (*RHSVec)[i])
296 return (*LHSVec)[i]->getName() < (*RHSVec)[i]->getName();
303 RHSVec = &RHS.second;
304 RHSSize = RHSVec->size();
309 if ((*LHSVec)[i] != (*RHSVec)[i])
310 return (*LHSVec)[i]->getName() < (*RHSVec)[i]->getName();

Completed in 191 milliseconds