OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
287
const std::vector<Record*> *
RHSVec
= &RHS.first;
288
unsigned RHSSize =
RHSVec
->size();
293
if ((*LHSVec)[i] != (*
RHSVec
)[i])
294
return (*LHSVec)[i]->getName() < (*
RHSVec
)[i]->getName();
301
RHSVec
= &RHS.second;
302
RHSSize =
RHSVec
->size();
307
if ((*LHSVec)[i] != (*
RHSVec
)[i])
308
return (*LHSVec)[i]->getName() < (*
RHSVec
)[i]->getName();
Completed in 56 milliseconds