HomeSort by relevance Sort by last modified time
    Searched refs:SmallVector (Results 551 - 575 of 776) sorted by null

<<21222324252627282930>>

  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 262 SmallVector<StringRef, 4> lines;
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 286 SmallVector<const DeclContext *, 2> Contexts;
SemaAccess.cpp 142 SmallVector<FunctionDecl*, 4> Functions;
143 SmallVector<CXXRecordDecl*, 4> Records;
285 SmallVector<const CXXRecordDecl*, 8> Queue; // actually a stack
612 SmallVector<const CXXRecordDecl*, 20> CurPath;
    [all...]
SemaDeclObjC.cpp 816 SmallVector<Decl *, 8> DeclsInGroup;
    [all...]
SemaStmt.cpp 34 #include "llvm/ADT/SmallVector.h"
720 typedef SmallVector<std::pair<llvm::APSInt, CaseStmt*>, 64> CaseValsTy;
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CallAndMessageChecker.cpp 143 SmallVector<const FieldDecl *, 10> FieldChain;
DeadStoresChecker.cpp 86 SmallVector<const CFGBlock*, 10> worklist;
  /external/clang/lib/StaticAnalyzer/Core/
Store.cpp 33 SmallVector<CallEvent::FrameBindingTy, 16> InitialBindings;
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 110 typedef SmallVector<SMSNode, 8> DenseT;
  /external/llvm/include/llvm/Bitcode/
BitstreamWriter.h 18 #include "llvm/ADT/SmallVector.h"
514 SmallVector<unsigned, 2> V;
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 286 SmallVector<AllocaInst*, 32> Roots;
MachineVerifier.cpp 30 #include "llvm/ADT/SmallVector.h"
74 typedef SmallVector<unsigned, 16> RegVector;
75 typedef SmallVector<const uint32_t*, 4> RegMaskVector;
549 SmallVector<MachineOperand, 4> Cond;
    [all...]
Passes.cpp 210 SmallVector<std::pair<AnalysisID, IdentifyingPassPtr>, 4> InsertedPasses;
SplitKit.cpp 739 SmallVector<DomPair, 8> NearestDom(Parent->getNumValNums());
817 SmallVector<VNInfo*, 8> BackCopies;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 84 SmallVector<SDNode*, 64> WorkListOrder;
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 50 SmallVector<Value *, 4> Variables;
787 SmallVector<Value *, 9> Elts;
    [all...]
  /external/llvm/lib/MC/
MCMachOStreamer.cpp 381 SmallVector<MCFixup, 4> Fixups;
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 98 SmallVector<MCParsedAsmOperand*, 8> ParsedOperands;
    [all...]
  /external/llvm/lib/Support/
SourceMgr.cpp 158 SmallVector<std::pair<unsigned, unsigned>, 4> ColRanges;
raw_ostream.cpp 16 #include "llvm/ADT/SmallVector.h"
371 // string. Try printing into a SmallVector that is resized to have enough
373 SmallVector<char, 128> V;
378 // Try formatting into the SmallVector.
692 // The raw_svector_ostream implementation uses the SmallVector itself as the
712 /// resync - This is called when the SmallVector we're appending to is changed
724 // If we're writing bytes from the end of the buffer into the smallvector, we
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 417 typedef SmallVector<std::pair<unsigned, SDValue>, 8> RegsToPassVector;
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 324 SmallVector<ByValArgInfo, 2> ByValArgs;
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 445 SmallVector<EVT, 16> vtparts;
471 SmallVector<EVT, 16> vtparts;
911 SmallVector<const GlobalVariable *, 8> Globals;
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
PPCISelLowering.h 533 SmallVector<std::pair<unsigned, SDValue>, 8>

Completed in 1535 milliseconds

<<21222324252627282930>>