/external/clang/lib/StaticAnalyzer/Checkers/ |
SimpleStreamChecker.cpp | 66 void reportLeaks(ArrayRef<SymbolRef> LeakedStreams, CheckerContext &C, 226 void SimpleStreamChecker::reportLeaks(ArrayRef<SymbolRef> LeakedStreams,
|
/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/include/llvm/ADT/ |
TinyPtrVector.h | 13 #include "llvm/ADT/ArrayRef.h" 102 /// Constructor from an ArrayRef. 105 /// element constructor for ArrayRef. 106 explicit TinyPtrVector(ArrayRef<EltTy> Elts) 110 // implicit conversion operator to ArrayRef. 111 operator ArrayRef<EltTy>() const {
|
/external/llvm/include/llvm/IR/ |
DataLayout.h | 45 class ArrayRef; 445 uint64_t getIndexedOffset(Type *Ty, ArrayRef<Value *> Indices) const;
|
InstrTypes.h | [all...] |
/external/llvm/include/llvm/Support/ |
ARMWinEH.h | 13 #include "llvm/ADT/ArrayRef.h" 350 ArrayRef<support::ulittle32_t> EpilogueScopes() const { 356 ArrayRef<uint8_t> UnwindByteCode() const {
|
/external/llvm/lib/CodeGen/ |
ImplicitNullChecks.cpp | 100 void rewriteNullChecks(ArrayRef<NullCheck> NullCheckList); 380 ArrayRef<ImplicitNullChecks::NullCheck> NullCheckList) {
|
RegAllocGreedy.cpp | 349 void addThroughConstraints(InterferenceCache::Cursor, ArrayRef<unsigned>); 353 void splitAroundRegion(LiveRangeEdit&, ArrayRef<unsigned>); 822 ArrayRef<LiveInterval*> IVR = Q.interferingVRegs(); [all...] |
LiveDebugVariables.cpp | 137 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 259 bool splitRegister(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 349 void splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs); 772 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, 871 UserValue::splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs, 886 void LDVImpl::splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs) { 901 splitRegister(unsigned OldReg, ArrayRef<unsigned> NewRegs, LiveIntervals &LIS) { [all...] |
/external/llvm/lib/IR/ |
Function.cpp | 497 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { 563 static void DecodeIITType(unsigned &NextElt, ArrayRef<unsigned char> Infos, 728 ArrayRef<unsigned char> IITEntries; 755 static Type *DecodeFixedType(ArrayRef<Intrinsic::IITDescriptor> &Infos, 756 ArrayRef<Type*> Tys, LLVMContext &Context) { 835 ID id, ArrayRef<Type*> Tys) { 839 ArrayRef<IITDescriptor> TableRef = Table; 878 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { [all...] |
Type.cpp | 335 FunctionType::FunctionType(Type *Result, ArrayRef<Type*> Params, 356 ArrayRef<Type*> Params, bool isVarArg) { 398 StructType *StructType::get(LLVMContext &Context, ArrayRef<Type*> ETypes, 418 void StructType::setBody(ArrayRef<Type*> Elements, bool isPacked) { 511 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements, 518 StructType *StructType::create(LLVMContext &Context, ArrayRef<Type*> Elements) { 526 StructType *StructType::create(ArrayRef<Type*> Elements, StringRef Name, 533 StructType *StructType::create(ArrayRef<Type*> Elements) {
|
Attributes.cpp | 473 ArrayRef<Attribute> Attrs) { 615 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) { 638 ArrayRef<std::pair<unsigned, Attribute> > Attrs){ 655 for (ArrayRef<std::pair<unsigned, Attribute> >::iterator I = Attrs.begin(), 672 ArrayRef<std::pair<unsigned, 724 ArrayRef<Attribute::AttrKind> Kind) { 731 AttributeSet AttributeSet::get(LLVMContext &C, ArrayRef<AttributeSet> Attrs) { 782 ArrayRef<unsigned> Indices, [all...] |
/external/llvm/lib/TableGen/ |
TGParser.h | 140 ArrayRef<Init *> TArgs, 144 ArrayRef<Init *> TArgs,
|
/external/llvm/lib/Target/AMDGPU/ |
SIFrameLowering.cpp | 39 static ArrayRef<MCPhysReg> getAllSGPR128() { 44 static ArrayRef<MCPhysReg> getAllSGPRs() {
|
/external/llvm/lib/Target/Mips/ |
MipsInstrInfo.cpp | 99 DebugLoc DL, ArrayRef<MachineOperand> Cond) const { 117 ArrayRef<MachineOperand> Cond, DebugLoc DL) const {
|
/art/compiler/jni/quick/ |
jni_compiler.cc | 493 ArrayRef<const uint8_t>(managed_code), 497 ArrayRef<const SrcMapElem>(), 498 ArrayRef<const uint8_t>(), // vmap_table. 499 ArrayRef<const uint8_t>(*jni_asm->cfi().data()), 500 ArrayRef<const LinkerPatch>());
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
ExprEngine.h | 153 void ViewGraph(ArrayRef<const ExplodedNode*> Nodes); 290 ArrayRef<const MemRegion *> ExplicitRegions, 291 ArrayRef<const MemRegion *> Regions, 508 ArrayRef<const MemRegion *> ExplicitRegions, 509 ArrayRef<const MemRegion *> Regions,
|
/external/clang/lib/AST/ |
APValue.cpp | 438 ArrayRef<LValuePathEntry> Path = getLValuePath(); 573 ArrayRef<APValue::LValuePathEntry> APValue::getLValuePath() const { 596 ArrayRef<LValuePathEntry> Path, bool IsOnePastTheEnd, 622 ArrayRef<const CXXRecordDecl*> APValue::getMemberPointerPath() const { 643 ArrayRef<const CXXRecordDecl*> Path) {
|
/external/llvm/include/llvm/CodeGen/ |
MachineScheduler.h | 331 void initQueues(ArrayRef<SUnit*> TopRoots, ArrayRef<SUnit*> BotRoots); 465 void updatePressureDiffs(ArrayRef<unsigned> LiveUses); 511 ArrayRef<SUnit*> elements() { return Queue; } 717 unsigned findMaxLatency(ArrayRef<SUnit*> ReadySUs);
|
/external/llvm/lib/Target/AArch64/ |
AArch64ConditionalCompares.cpp | 272 static bool parseCond(ArrayRef<MachineOperand> Cond, AArch64CC::CondCode &CC) { 747 void updateDomTree(ArrayRef<MachineBasicBlock *> Removed); 748 void updateLoops(ArrayRef<MachineBasicBlock *> Removed); 785 ArrayRef<MachineBasicBlock *> Removed) { 801 AArch64ConditionalCompares::updateLoops(ArrayRef<MachineBasicBlock *> Removed) {
|
/external/llvm/unittests/ADT/ |
TinyPtrVectorTest.cpp | 15 #include "llvm/ADT/ArrayRef.h" 54 ArrayRef<PtrT> testArray(size_t N) { 58 void appendValues(VectorT &V, ArrayRef<PtrT> Values) { 63 void setVectors(ArrayRef<PtrT> Values1, ArrayRef<PtrT> Values2) { 70 void expectValues(const VectorT &V, ArrayRef<PtrT> Values) {
|
/external/clang/lib/CodeGen/ |
CGOpenMPRuntime.cpp | 19 #include "llvm/ADT/ArrayRef.h" [all...] |
/external/clang/include/clang/AST/ |
ExprCXX.h | 67 ArrayRef<Expr*> args, QualType t, ExprValueKind VK, 126 CXXMemberCallExpr(ASTContext &C, Expr *fn, ArrayRef<Expr*> args, 161 ArrayRef<Expr*> args, QualType t, ExprValueKind VK, 377 UserDefinedLiteral(const ASTContext &C, Expr *Fn, ArrayRef<Expr*> Args, [all...] |
/art/compiler/optimizing/ |
optimizing_compiler.cc | 593 ArrayRef<const uint8_t>(code_allocator->GetMemory()), 600 ArrayRef<const SrcMapElem>(), 601 ArrayRef<const uint8_t>(stack_map), 602 ArrayRef<const uint8_t>(*codegen->GetAssembler()->cfi().data()), 603 ArrayRef<const LinkerPatch>(linker_patches)); [all...] |
/external/clang/unittests/Basic/ |
VirtualFileSystemTest.cpp | 382 static void checkContents(DirIter I, ArrayRef<StringRef> Expected) { 402 checkContents(O->dir_begin("/", EC), ArrayRef<StringRef>()); 405 checkContents(O->dir_begin("/", EC), ArrayRef<StringRef>("/file1")); 417 checkContents(O->dir_begin("/dir2", EC), ArrayRef<StringRef>("/dir2/foo")); 435 ArrayRef<StringRef>()); 439 ArrayRef<StringRef>("/file1")); 462 ArrayRef<StringRef>("/dir2/foo")); 482 checkContents(O->dir_begin("/", EC), ArrayRef<StringRef>()); 485 checkContents(O->dir_begin("/", EC), ArrayRef<StringRef>("/file2")); [all...] |