Searched defs:SmallVectorImpl (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/SemaCXX/
H A Dinvalid-instantiated-field-decl.cpp4 class SmallVectorImpl { class
6 explicit SmallVectorImpl(unsigned N) { function in class:SmallVectorImpl
9 ~SmallVectorImpl() { }
14 class SmallVector : public SmallVectorImpl<T> {
15 typedef typename SmallVectorImpl<T>::U U; // expected-error {{no type named 'U' in 'SmallVectorImpl<CallSite>'}}
25 SmallVector() : SmallVectorImpl<T>(NumInlineEltsElts) {
/external/clang/include/clang/Sema/
H A DExternalSemaSource.h70 SmallVectorImpl<NamespaceDecl *> &Namespaces);
90 SmallVectorImpl<VarDecl *> &TentativeDefs) {}
100 SmallVectorImpl<const DeclaratorDecl *> &Decls) {}
110 SmallVectorImpl<CXXConstructorDecl *> &Decls) {}
119 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {}
127 virtual void ReadDynamicClasses(SmallVectorImpl<CXXRecordDecl *> &Decls) {}
137 SmallVectorImpl<NamedDecl *> &Decls) {}
147 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {}
157 SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI) {}
164 virtual void ReadUsedVTables(SmallVectorImpl<ExternalVTableUs
146 ReadReferencedSelectors( SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) argument
[all...]
/external/llvm/include/llvm/ADT/
H A DSmallVector.h261 /// SmallVectorImpl - This class consists of common code factored out of the
265 class SmallVectorImpl : public SmallVectorTemplateBase<T, isPodLike<T>::value> { class in class:llvm::SmallVectorTemplateCommon
268 SmallVectorImpl(const SmallVectorImpl&); // DISABLED.
274 explicit SmallVectorImpl(unsigned N) function in class:llvm::SmallVectorTemplateCommon::SmallVectorImpl
278 ~SmallVectorImpl() {
344 void swap(SmallVectorImpl &RHS);
528 const SmallVectorImpl
529 &operator=(const SmallVectorImpl &RHS);
531 bool operator==(const SmallVectorImpl
[all...]
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp318 const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) {
317 InlineHistoryIncludes(Function *F, int InlineHistoryID, const SmallVectorImpl<std::pair<Function*, int> > &InlineHistory) argument
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp50 typedef SmallVectorImpl<std::pair<Constant*, BasicBlock*> > PredValueInfo;
114 bool ThreadEdge(BasicBlock *BB, const SmallVectorImpl<BasicBlock*> &PredBBs,
117 const SmallVectorImpl<BasicBlock *> &PredBBs);
979 const SmallVectorImpl<std::pair<BasicBlock*,
1305 const SmallVectorImpl<BasicBlock*> &PredBBs,
1455 const SmallVectorImpl<BasicBlock *> &PredBBs) {
978 FindMostPopularDest(BasicBlock *BB, const SmallVectorImpl<std::pair<BasicBlock*, BasicBlock*> > &PredToDestList) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp1524 const SmallVectorImpl<SDNode*> &ChainNodesMatched,
1526 const SmallVectorImpl<SDNode*> &GlueResultNodesMatched,
1610 SmallVectorImpl<SDNode*> &ChainedNodesInPattern,
1611 SmallVectorImpl<SDNode*> &InteriorChainedNodes) {
1724 HandleMergeInputChains(SmallVectorImpl<SDNode*> &ChainNodesMatched,
1832 const SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) {
1945 SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) {
1830 CheckSame(const unsigned char *MatcherTable, unsigned &MatcherIndex, SDValue N, const SmallVectorImpl<std::pair<SDValue, SDNode*> > &RecordedNodes) argument
/external/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp84 bool tryParseRegisterWithWriteBack(SmallVectorImpl<MCParsedAsmOperand*> &);
85 int tryParseShiftRegister(SmallVectorImpl<MCParsedAsmOperand*> &);
86 bool parseRegisterList(SmallVectorImpl<MCParsedAsmOperand*> &);
87 bool parseMemory(SmallVectorImpl<MCParsedAsmOperand*> &);
88 bool parseOperand(SmallVectorImpl<MCParsedAsmOperand*> &, StringRef Mnemonic);
136 OperandMatchResultTy parseITCondCode(SmallVectorImpl<MCParsedAsmOperand*>&);
138 SmallVectorImpl<MCParsedAsmOperand*>&);
140 SmallVectorImpl<MCParsedAsmOperand*>&);
142 SmallVectorImpl<MCParsedAsmOperand*>&);
144 SmallVectorImpl<MCParsedAsmOperan
1709 CreateRegList(const SmallVectorImpl<std::pair<unsigned, SMLoc> > &Regs, SMLoc StartLoc, SMLoc EndLoc) argument
[all...]

Completed in 1087 milliseconds