HomeSort by relevance Sort by last modified time
    Searched full:arrayref (Results 176 - 200 of 672) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/clang/include/clang/AST/
Stmt.h 23 #include "llvm/ADT/ArrayRef.h"
557 CompoundStmt(const ASTContext &C, ArrayRef<Stmt*> Stmts,
835 AttributedStmt(SourceLocation Loc, ArrayRef<const Attr*> Attrs, Stmt *SubStmt)
853 ArrayRef<const Attr*> Attrs, Stmt *SubStmt);
858 ArrayRef<const Attr*> getAttrs() const {
    [all...]
CommentParser.h 73 void putBack(ArrayRef<Token> Toks) {
  /external/clang/tools/arcmt-test/
arcmt-test.cpp 107 ArrayRef<const char *> Args) {
147 ArrayRef<const char *> Args) {
219 static bool verifyTransformedFiles(ArrayRef<std::string> resultFiles) {
226 for (ArrayRef<std::string>::iterator
366 ArrayRef<const char*> Args(argv+optargc+1, argc-optargc-1);
  /external/llvm/lib/IR/
DebugInfoMetadata.cpp 23 unsigned Column, ArrayRef<Metadata *> MDs)
173 ArrayRef<Metadata *> DwarfOps,
216 return storeImpl(new (ArrayRef<Metadata *>(OPS).size()) \
223 return storeImpl(new (ArrayRef<Metadata *>(OPS).size()) \
474 ArrayRef<uint64_t> Elements,
Constants.cpp 829 ConstantArray::ConstantArray(ArrayType *T, ArrayRef<Constant *> V)
841 Constant *ConstantArray::get(ArrayType *Ty, ArrayRef<Constant*> V) {
846 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) {
    [all...]
  /art/compiler/dex/quick/arm64/
target_arm64.cc 76 static constexpr ArrayRef<const RegStorage> core_regs(core_regs_arr);
77 static constexpr ArrayRef<const RegStorage> core64_regs(core64_regs_arr);
78 static constexpr ArrayRef<const RegStorage> sp_regs(sp_regs_arr);
79 static constexpr ArrayRef<const RegStorage> dp_regs(dp_regs_arr);
80 static constexpr ArrayRef<const RegStorage> reserved_regs(reserved_regs_arr);
81 static constexpr ArrayRef<const RegStorage> reserved64_regs(reserved64_regs_arr);
82 static constexpr ArrayRef<const RegStorage> core_temps(core_temps_arr);
83 static constexpr ArrayRef<const RegStorage> core64_temps(core64_temps_arr);
84 static constexpr ArrayRef<const RegStorage> sp_temps(sp_temps_arr);
85 static constexpr ArrayRef<const RegStorage> dp_temps(dp_temps_arr)
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp     [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcher.h 13 #include "llvm/ADT/ArrayRef.h"
194 ScopeMatcher(ArrayRef<Matcher *> children)
508 SwitchOpcodeMatcher(ArrayRef<std::pair<const SDNodeInfo*, Matcher*> > cases)
562 SwitchTypeMatcher(ArrayRef<std::pair<MVT::SimpleValueType, Matcher*> > cases)
    [all...]
  /external/llvm/lib/CodeGen/
MachineTraceMetrics.cpp 131 ArrayRef<unsigned>
188 ArrayRef<unsigned> PredPRDepths = getProcResourceDepths(PredNum);
189 ArrayRef<unsigned> PredPRCycles = MTM.getProcResourceCycles(PredNum);
204 ArrayRef<unsigned> PRCycles = MTM.getProcResourceCycles(MBB->getNumber());
223 ArrayRef<unsigned> SuccPRHeights = getProcResourceHeights(SuccNum);
252 ArrayRef<unsigned>
265 ArrayRef<unsigned>
808 ArrayRef<unsigned> PRDepths = getProcResourceDepths(MBB->getNumber());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 379 virtual ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() = 0;
407 ArrayRef<BugReport*> BugReports);
432 ArrayRef<PathDiagnosticConsumer*> getPathDiagnosticConsumers() {
454 ArrayRef<BugReport *> &bugReports) {
472 ArrayRef<SourceRange> Ranges = None);
477 ArrayRef<SourceRange> Ranges = None);
518 ArrayRef<BugReport*> &bugReports) override;
  /external/llvm/include/llvm/IR/
Attributes.h 19 #include "llvm/ADT/ArrayRef.h"
239 ArrayRef<std::pair<unsigned, Attribute> > Attrs);
241 ArrayRef<std::pair<unsigned,
245 ArrayRef<std::pair<unsigned,
258 static AttributeSet get(LLVMContext &C, ArrayRef<AttributeSet> Attrs);
260 ArrayRef<Attribute::AttrKind> Kind);
354 typedef ArrayRef<Attribute>::iterator iterator;
Instructions.h 19 #include "llvm/ADT/ArrayRef.h"
796 void init(Value *Ptr, ArrayRef<Value *> IdxList, const Twine &NameStr);
803 ArrayRef<Value *> IdxList, unsigned Values,
806 ArrayRef<Value *> IdxList, unsigned Values,
813 ArrayRef<Value *> IdxList,
821 ArrayRef<Value *> IdxList,
832 ArrayRef<Value *> IdxList,
838 CreateInBounds(Type *PointeeType, Value *Ptr, ArrayRef<Value *> IdxList,
847 ArrayRef<Value *> IdxList,
853 ArrayRef<Value *> IdxList
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 552 ArrayRef<char> Raw = getSectionRawName(Sec);
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 71 ArrayRef<CharSourceRange> Ranges,
77 ArrayRef<CharSourceRange> Ranges,
86 ArrayRef<FixItHint> Hints,
206 ArrayRef<FixItHint> Hints,
693 ArrayRef<clang::CharSourceRange> Ranges,
722 ArrayRef<FixItHint> Hints,
729 for (ArrayRef<CharSourceRange>::iterator I = Ranges.begin(), E = Ranges.end();
735 for (ArrayRef<FixItHint>::iterator I = Hints.begin(), E = Hints.end();
752 ArrayRef<FixItHint> Hints,
    [all...]
  /external/clang/unittests/Basic/
VirtualFileSystemTest.cpp 360 static void checkContents(DirIter I, ArrayRef<StringRef> Expected) {
380 checkContents(O->dir_begin("/", EC), ArrayRef<StringRef>());
383 checkContents(O->dir_begin("/", EC), ArrayRef<StringRef>("/file1"));
395 checkContents(O->dir_begin("/dir2", EC), ArrayRef<StringRef>("/dir2/foo"));
413 ArrayRef<StringRef>());
417 ArrayRef<StringRef>("/file1"));
440 ArrayRef<StringRef>("/dir2/foo"));
460 checkContents(O->dir_begin("/", EC), ArrayRef<StringRef>());
463 checkContents(O->dir_begin("/", EC), ArrayRef<StringRef>("/file2"));
    [all...]
  /external/clang/include/clang/Lex/
LiteralSupport.h 199 StringLiteralParser(ArrayRef<Token> StringToks,
201 StringLiteralParser(ArrayRef<Token> StringToks,
252 void init(ArrayRef<Token> StringToks);
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCMissingSuperCallChecker.cpp 78 void fillSelectors(ASTContext &Ctx, ArrayRef<SelectorDescriptor> Sel,
104 ArrayRef<SelectorDescriptor> Sel,
108 for (ArrayRef<SelectorDescriptor>::iterator I = Sel.begin(), E = Sel.end();
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 275 class ArrayRef; // expected-note{{forward declaration}}
278 void foo(const ArrayRef&); // expected-note{{passing argument to parameter here}}
283 c->foo({ nullptr, 1 }); // expected-error{{initialization of incomplete type 'const PR12498::ArrayRef'}}
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.h 17 #include "llvm/ADT/ArrayRef.h"
145 TableHeaderData(ArrayRef<Atom> AtomList, uint32_t offset = 0)
247 DwarfAccelTable(ArrayRef<DwarfAccelTable::Atom>);
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 157 ArrayRef<unsigned> Ops,
164 ArrayRef<unsigned> Ops,
170 ArrayRef<unsigned> Ops) const {
  /external/llvm/unittests/ProfileData/
CoverageMappingTest.cpp 56 ArrayRef<CounterMappingRegion> Regions;
60 ArrayRef<StringRef> Filenames,
61 ArrayRef<CounterMappingRegion> Regions)
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 19 #include "llvm/ADT/ArrayRef.h"
    [all...]
  /external/clang/include/clang/ARCMigrate/
ARCMT.h 86 ArrayRef<StringRef> remapFiles,
  /external/clang/include/clang/CodeGen/
CodeGenABITypes.h 68 ArrayRef<CanQualType> argTypes,

Completed in 1337 milliseconds

1 2 3 4 5 6 78 91011>>