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

<<111213141516171819

  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 116 ArrayRef<APValue::LValuePathEntry> Path,
187 ArrayRef<PathEntry> VEntries = V.getLValuePath();
578 void addNotes(ArrayRef<PartialDiagnosticAt> Diags) {
895 ArrayRef<const CXXRecordDecl*> P = V.getMemberPointerPath();
    [all...]
ASTDiagnostic.cpp 160 ArrayRef<intptr_t> QualTypeVals) {
247 ArrayRef<intptr_t> QualTypeVals) {
    [all...]
ASTDumper.cpp 862 for (ArrayRef<NamedDecl *>::iterator
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 41 #include "llvm/ADT/ArrayRef.h"
524 typedef ArrayRef<std::pair<std::string, FullSourceLoc> > ModuleBuildStack;
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 385 ArrayRef<serialization::LocalDeclID> Decls;
388 FileDeclsInfo(ModuleFile *Mod, ArrayRef<serialization::LocalDeclID> Decls)
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 174 llvm::ArrayRef<std::pair<const VarDecl *, llvm::GlobalVariable *> > Decls,
    [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 162 Writer.WriteAttributes(ArrayRef<const Attr*>(D->getAttrs().begin(),
    [all...]
GlobalModuleIndex.cpp 273 ArrayRef<unsigned> StoredDependencies = Modules[Known->second].Dependencies;
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
Indexing.cpp 162 void update(ArrayRef<PPRegion> Regions) {
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 180 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
    [all...]
ScheduleDAGInstrs.cpp     [all...]
AggressiveAntiDepBreaker.cpp 602 ArrayRef<MCPhysReg> Order = RegClassInfo.getOrder(SuperRC);
    [all...]
CriticalAntiDepBreaker.cpp 366 ArrayRef<MCPhysReg> Order = RegClassInfo.getOrder(RC);
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/Support/
CommandLine.cpp 20 #include "llvm/ADT/ArrayRef.h"
615 ArrayRef<char> BufRef(MemBuf->getBufferStart(), MemBuf->getBufferEnd());
    [all...]
  /dalvik/vm/compiler/codegen/arm/
CodegenDriver.cpp     [all...]
  /dalvik/vm/compiler/codegen/mips/
CodegenDriver.cpp     [all...]
  /external/clang/include/clang/Sema/
Initialization.h     [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 63 /// template argument is used by ArrayRef to avoid unnecessarily requiring T
  /external/llvm/lib/Analysis/
Lint.cpp 645 ArrayRef<unsigned> Indices = CE->getIndices();
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGSDNodes.cpp 714 ArrayRef<SDDbgValue*> DVs = DAG->GetDbgValues(N);
    [all...]

Completed in 669 milliseconds

<<111213141516171819