HomeSort by relevance Sort by last modified time
    Searched refs:SmallVector (Results 801 - 825 of 1038) sorted by null

<<31323334353637383940>>

  /external/llvm/lib/Target/Hexagon/
HexagonEarlyIfConv.cpp 567 typedef SmallVector<MachineDomTreeNode*,4> DTNodeVectType;
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCDuplexInfo.cpp 17 #include "llvm/ADT/SmallVector.h"
    [all...]
  /external/llvm/unittests/ADT/
StringRefTest.cpp 13 #include "llvm/ADT/SmallVector.h"
151 SmallVector<StringRef, 5> parts;
152 SmallVector<StringRef, 5> expected;
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 532 SmallVector<std::string, 4> AsmNames(Registers.size());
640 SmallVector<Record*, 4> ReqFeatures;
    [all...]
CodeGenDAGPatterns.cpp 872 SmallVector<Record *, 4> PredicateRecs;
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 17 #include "llvm/ADT/SmallVector.h"
111 SmallVector<std::unique_ptr<MipsAssemblerOptions>, 2> AssemblerOptions;
627 SmallVector<unsigned, 10> *List;
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 103 llvm::SmallVector<const Decl *, 8> CFFunctionIBCandidates;
    [all...]
  /external/clang/lib/Driver/
Driver.cpp 638 SmallVector<std::pair<int, const Command *>, 4> FailingCommands;
    [all...]
ToolChains.cpp     [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 362 SmallVector<const DirectoryEntry *, 2> SkippedDirs;
459 SmallVector<const DirectoryEntry *, 2> SkippedDirs;
    [all...]
  /external/clang/lib/Parse/
ParsePragma.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 47 #include "llvm/ADT/SmallVector.h"
213 SmallVector<RecursiveState, 16> States(cfg->getNumBlockIDs(), FoundNoPath);
217 SmallVector<CFGBlock *, 16> Stack;
    [all...]
SemaDeclCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaExprObjC.cpp 49 SmallVector<SourceLocation, 8> StrLocs;
661 SmallVector<ParmVarDecl *, 2> Params;
793 SmallVector<ParmVarDecl *, 2> Params;
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 16 #include "llvm/ADT/SmallVector.h"
115 SmallVector<Init *, 16> NewBits(CurVal->getNumBits());
917 SmallVector<Init*, 2> InitList;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 465 SmallVector<const NamedDecl*, 8> Overridden;
601 SmallVector<NamedDecl *, 4> CanonParams;
620 SmallVector<QualType, 2> ExpandedTypes;
621 SmallVector<TypeSourceInfo *, 2> ExpandedTInfos;
    [all...]
ExprConstant.cpp 73 SmallVector<const Expr *, 2> CommaLHSs;
74 SmallVector<SubobjectAdjustment, 2> Adjustments;
184 SmallVector<PathEntry, 8> Entries;
382 SmallVector<char, 32> Buffer;
400 SmallVector<char, 32> Buffer;
462 llvm::SmallVector<Cleanup, 16> CleanupStack;
    [all...]
DeclObjC.cpp 398 SmallVector<ObjCProtocolDecl*, 8> ProtocolRefs;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 529 typedef SmallVector<StackDiagPair, 6> StackDiagVector;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 93 mutable SmallVector<Type *, 0> Types;
457 typedef llvm::SmallVector<ast_type_traits::DynTypedNode, 2> ParentVector;
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h 34 #include "llvm/ADT/SmallVector.h"
    [all...]

Completed in 1580 milliseconds

<<31323334353637383940>>