HomeSort by relevance Sort by last modified time
    Searched refs:ArrayRef (Results 626 - 650 of 765) sorted by null

<<21222324252627282930>>

  /art/compiler/utils/arm/
assembler_thumb2.h 578 ArrayRef<const FixupId> Dependents(const Thumb2Assembler& assembler) const {
579 return ArrayRef<const FixupId>(assembler.fixup_dependents_).SubArray(dependents_start_,
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 301 ArrayRef<const int32_t> GetBuffer() const {
302 return ArrayRef<const int32_t>(buffer_);
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 929 ArrayRef<SourceLocation> getProtocolLocs() const {
    [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.cpp 886 ArrayRef<CounterExpression> Expressions,
887 ArrayRef<CounterMappingRegion> Regions) {
    [all...]
ItaniumCXXABI.cpp 330 ArrayRef<const VarDecl *> CXXThreadLocals,
331 ArrayRef<llvm::Function *> CXXThreadLocalInits,
332 ArrayRef<const VarDecl *> CXXThreadLocalInitVars) override;
    [all...]
CGClass.cpp 569 ArrayRef<VarDecl *> ArrayIndexes,
746 ArrayRef<VarDecl *> ArrayIndexes;
753 Expr *Init, ArrayRef<VarDecl *> ArrayIndexes) {
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 23 #include "llvm/ADT/ArrayRef.h"
    [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 176 bool foldMemoryOperand(ArrayRef<std::pair<MachineInstr*, unsigned> >,
    [all...]
  /external/llvm/lib/DebugInfo/PDB/DIA/
DIARawSymbol.cpp 103 llvm::ArrayRef<char> SrcByteArray(SrcBytes, Result16.ByteLength());
143 ArrayRef<char> ByteArray(Bytes, ::SysStringByteLen(Value));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
InductiveRangeCheckElimination.cpp 592 void addToParentLoopIfNeeded(ArrayRef<BasicBlock *> BBs);
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 338 ArrayRef<uint8_t> AuxData = Obj->getSymbolAuxData(Symbol);
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 272 ArrayRef<const MemRegion *> Explicits,
273 ArrayRef<const MemRegion *> Regions,
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 68 ArrayRef<RawComment *> RawComments = Comments.getComments();
128 ArrayRef<RawComment *> RawComments = Comments.getComments();
173 ArrayRef<RawComment *>::iterator Comment;
182 ArrayRef<RawComment *>::iterator MaybeBeforeDecl = RawComments.end() - 1;
    [all...]
ExprConstant.cpp 116 ArrayRef<APValue::LValuePathEntry> Path,
199 ArrayRef<PathEntry> VEntries = V.getLValuePath();
685 void addNotes(ArrayRef<PartialDiagnosticAt> Diags) {
    [all...]
StmtPrinter.cpp 910 ArrayRef<OMPClause *> Clauses = S->clauses();
911 for (ArrayRef<OMPClause *>::iterator I = Clauses.begin(), E = Clauses.end();
    [all...]
StmtProfile.cpp 484 ArrayRef<OMPClause *> Clauses = S->clauses();
485 for (ArrayRef<OMPClause *>::iterator I = Clauses.begin(), E = Clauses.end();
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 743 ArrayRef<TypeSourceInfo *> typeArgs,
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 413 bool VerifyIntrinsicType(Type *Ty, ArrayRef<Intrinsic::IITDescriptor> &Infos,
416 ArrayRef<Intrinsic::IITDescriptor> &Infos);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 142 SDValue createDTuple(ArrayRef<SDValue> Vecs);
143 SDValue createQTuple(ArrayRef<SDValue> Vecs);
147 SDValue createTuple(ArrayRef<SDValue> Vecs, const unsigned RegClassIDs[],
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 510 ArrayRef<TemplateArgument> List =
610 ArrayRef<TemplateArgument> List =
    [all...]

Completed in 1378 milliseconds

<<21222324252627282930>>