HomeSort by relevance Sort by last modified time
    Searched full:arrayref (Results 251 - 275 of 462) sorted by null

<<111213141516171819

  /external/clang/lib/Tooling/
Refactoring.cpp 183 ArrayRef<std::string> SourcePaths)
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 82 ArrayRef<ParserValue> Args,
  /external/clang/unittests/Lex/
LexerTest.cpp 60 ArrayRef<tok::TokenKind> ExpectedTokens) {
  /external/llvm/include/llvm/Target/
TargetRegisterInfo.h 19 #include "llvm/ADT/ArrayRef.h"
49 ArrayRef<MCPhysReg> (*OrderFunc)(const MachineFunction&);
194 ArrayRef<MCPhysReg> getRawAllocationOrder(const MachineFunction &MF) const {
651 ArrayRef<MCPhysReg> Order,
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 499 static bool CanEvaluateShuffled(Value *V, ArrayRef<int> Mask,
575 static Value *BuildNew(Instruction *I, ArrayRef<Value*> NewOps) {
639 ArrayRef<Value*> Idx = NewOps.slice(1);
649 InstCombiner::EvaluateInDifferentElementOrder(Value *V, ArrayRef<int> Mask) {
    [all...]
  /external/llvm/unittests/ExecutionEngine/JIT/
JITMemoryManagerTest.cpp 11 #include "llvm/ADT/ArrayRef.h"
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 333 Record *InstOpRec, bool hasSubOps, ArrayRef<SMLoc> Loc,
  /external/clang/include/clang/AST/
DeclTemplate.h 89 llvm::ArrayRef<NamedDecl*> asArray() {
90 return llvm::ArrayRef<NamedDecl*>(begin(), size());
92 llvm::ArrayRef<const NamedDecl*> asArray() const {
93 return llvm::ArrayRef<const NamedDecl*>(begin(), size());
206 llvm::ArrayRef<TemplateArgument> asArray() const {
207 return llvm::ArrayRef<TemplateArgument>(data(), size());
860 ArrayRef<TemplateArgument> getInjectedTemplateArgs();
    [all...]
TemplateBase.h 325 llvm::ArrayRef<TemplateArgument> getPackAsArray() const {
327 return llvm::ArrayRef<TemplateArgument>(Args.Args, Args.NumArgs);
DeclObjC.h 223 ArrayRef<ParmVarDecl*> Params,
224 ArrayRef<SourceLocation> SelLocs);
371 ArrayRef<ParmVarDecl*> Params,
372 ArrayRef<SourceLocation> SelLocs =
373 ArrayRef<SourceLocation>());
    [all...]
  /external/clang/include/clang/Lex/
HeaderSearch.h 19 #include "llvm/ADT/ArrayRef.h"
276 void SetSystemHeaderPrefixes(ArrayRef<std::pair<std::string, bool> > P) {
  /external/clang/lib/Lex/
UnicodeCharSets.h 12 #include "llvm/ADT/ArrayRef.h"
25 typedef llvm::ArrayRef<UnicodeCharRange> UnicodeCharSet;
  /external/clang/lib/StaticAnalyzer/Core/
CheckerManager.cpp 473 ArrayRef<const MemRegion *> ExplicitRegions,
474 ArrayRef<const MemRegion *> Regions,
ExplodedGraph.cpp 335 ExplodedGraph::trim(ArrayRef<const NodeTy *> Sinks,
352 for (ArrayRef<const NodeTy *>::iterator I = Sinks.begin(), E = Sinks.end();
HTMLDiagnostics.cpp 474 ArrayRef<SourceRange> Ranges = P.getRanges();
475 for (ArrayRef<SourceRange>::iterator I = Ranges.begin(),
ProgramState.cpp 135 typedef ArrayRef<const MemRegion *> RegionList;
136 typedef ArrayRef<SVal> ValueList;
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 565 ArrayRef<IdentifierInfo *> SelIdents = Context.getSelIdents();
566 for (ArrayRef<IdentifierInfo *>::iterator I = SelIdents.begin(),
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfoImpl.h 365 static void discoverAndMapSubloop(LoopT *L, ArrayRef<BlockT*> Backedges,
546 discoverAndMapSubloop(L, ArrayRef<BlockT*>(Backedges), this, DomTree);
  /external/llvm/include/llvm/IR/
DataLayout.h 40 class ArrayRef;
374 uint64_t getIndexedOffset(Type *Ty, ArrayRef<Value *> Indices) const;
  /external/llvm/lib/CodeGen/
Analysis.cpp 286 ArrayRef<unsigned> InsertLoc = IVI->getIndices();
303 ArrayRef<unsigned> ExtractLoc = EVI->getIndices();
BasicTargetTransformInfo.cpp 111 ArrayRef<Type*> Tys) const;
415 ArrayRef<Type *> Tys) const {
  /external/llvm/lib/IR/
Core.cpp 308 ArrayRef<Type*> Tys(unwrap(ParamTypes), ParamCount);
335 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
360 ArrayRef<Type*> Tys(unwrap(ElementTypes), ElementCount);
699 ArrayRef<Constant*> V(unwrap<Constant>(ConstantVals, Length), Length);
927 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
937 ArrayRef<Constant *> IdxList(unwrap<Constant>(ConstantIndices, NumIndices),
    [all...]
  /external/llvm/lib/Support/
StringRef.cpp 90 llvm::ArrayRef<char>(data(), size()),
91 llvm::ArrayRef<char>(Other.data(), Other.size()),
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 69 ArrayRef<const MemRegion *> ExplicitRegions,
70 ArrayRef<const MemRegion *> Regions,
    [all...]

Completed in 544 milliseconds

<<111213141516171819