/external/deqp/framework/common/ |
tcuThreadUtil.hpp | 121 static const MessageBuilder::EndToken End;
|
/external/llvm/include/llvm/Support/ |
Allocator.h | 117 } // End namespace detail. 145 : CurPtr(nullptr), End(nullptr), BytesAllocated(0), Allocator() {} 148 : CurPtr(nullptr), End(nullptr), BytesAllocated(0), 154 : CurPtr(Old.CurPtr), End(Old.End), Slabs(std::move(Old.Slabs)), 158 Old.CurPtr = Old.End = nullptr; 165 DeallocateSlabs(Slabs.begin(), Slabs.end()); 170 DeallocateSlabs(Slabs.begin(), Slabs.end()); 174 End = RHS.End; [all...] |
YAMLParser.h | 27 // for (yaml::document_iterator di = stream.begin(), de = stream.end(); 85 document_iterator end(); 197 SMLoc End = SMLoc::getFromPointer(Val.end()); 198 SourceRange = SMRange(Start, End); 272 /// increment() which must set CurrentEntry to 0 to create an end iterator. 281 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!"); 287 "Attempted to dereference end iterator!"); 292 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!"); 304 assert(Base && "Attempted to advance iterator past end!"); 364 iterator end() { return iterator(); } function in class:llvm::yaml::MappingNode 422 iterator end() { return iterator(); } function in class:llvm::yaml::SequenceNode [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DebugLocEntry.h | 24 /// Begin and end symbols for the address range that this location is valid. 26 const MCSymbol *End; 95 : Begin(B), End(E) { 112 End = Next.End; 125 if ((End == Next.Begin && Values == Next.Values)) { 126 End = Next.End; 133 const MCSymbol *getEndSym() const { return End; } 136 Values.append(Vals.begin(), Vals.end()); [all...] |
DwarfUnit.h | 41 RangeSpan(MCSymbol *S, MCSymbol *E) : Start(S), End(E) {} 43 const MCSymbol *getEnd() const { return End; } 44 void setEnd(const MCSymbol *E) { End = E; } 47 const MCSymbol *Start, *End; 437 } // end llvm namespace
|
Win64Exception.cpp | 80 if (I != FuncInfo.CatchHandlerParentFrameObjOffset.end()) { 228 // Compute the label range. We may reuse the function begin and end labels 232 const MCExpr *End; 236 End = MCBinaryExpr::CreateAdd(createImageRel32(CSE.EndLabel), 240 End = createImageRel32(EHFuncEndSym); 262 Asm->OutStreamer.EmitValue(End, 4); 301 // The end label of the previous invoke or nounwind try-range. 305 // an ordinary call) between the end of the previous try-range and now. 320 // End of the previous try-range? 327 if (L == PadMap.end()) [all...] |
/external/llvm/lib/CodeGen/ |
LiveRangeCalc.cpp | 172 // The actual place where a phi operand is used is the end of the pred 203 SlotIndex Start, End; 204 std::tie(Start, End) = Indexes->getMBBRange(MBB); 208 End = I.Kill; 216 Updater.add(Start, End, I.Value); 301 SlotIndex Start, End; 302 std::tie(Start, End) = Indexes->getMBBRange(Pred); 306 VNInfo *VNI = LR.extendInBlock(Start, End); 329 array_pod_sort(WorkList.begin(), WorkList.end()); 335 E = WorkList.end(); I != E; ++I) [all...] |
/external/llvm/lib/Fuzzer/ |
FuzzerDFSan.cpp | 135 uint16_t Beg, End; // Range is [Beg, End), thus Beg==End is an empty range. 137 LabelRange(uint16_t Beg = 0, uint16_t End = 0) : Beg(Beg), End(End) {} 140 if (LR1.Beg == LR1.End) return LR2; 141 if (LR2.Beg == LR2.End) return LR1; 142 return {std::min(LR1.Beg, LR2.Beg), std::max(LR1.End, LR2.End)}; [all...] |
FuzzerLoop.cpp | 75 void Fuzzer::PrintStats(const char *Where, size_t Cov, const char *End) { 86 << End; 98 std::random_shuffle(Corpus.begin(), Corpus.end()); 101 Corpus.begin(), Corpus.end(), 159 Res.insert(Res.end(), Token.begin(), Token.end());
|
/external/llvm/lib/Option/ |
OptTable.cpp | 27 // with an exceptions. '\0' comes at the end of the alphabet instead of the 143 E = PrefixesUnion.end(); I != E; ++I) { 145 for (StringRef::const_iterator C = Prefix.begin(), CE = Prefix.end(); 147 if (std::find(PrefixChars.begin(), PrefixChars.end(), *C) 148 == PrefixChars.end()) 168 E = Prefixes.end(); I != E; ++I) 203 const Info *End = OptionInfos + getNumOptions(); 207 Start = std::lower_bound(Start, End, Name.data()); 209 // Options are stored in sorted order, with '\0' at the end of the 217 for (; Start != End; ++Start) [all...] |
/external/llvm/lib/Support/ |
MemoryBuffer.cpp | 85 init(InputData.begin(), InputData.end(), RequiresNullTerminator); 233 ReadBytes = read(FD, Buffer.end(), ChunkSize); 305 // If we need a null terminator and the end of the map is inside the file, 307 size_t End = Offset + MapSize; 308 assert(End <= FileSize); 309 if (End != FileSize)
|
YAMLTraits.cpp | 75 if (DocIterator != Strm->end()) { 96 return ++DocIterator != Strm->end(); 571 unsigned End = S.size(); 574 while (j < End) { 829 SmallString<32> buff(Scalar.begin(), Scalar.end()); 830 char *end; local 831 Val = strtod(buff.c_str(), &end); 832 if (*end != '\0') 842 SmallString<32> buff(Scalar.begin(), Scalar.end()); 843 char *end; local [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonCopyToCombine.cpp | 106 } // End anonymous namespace. 252 End = --(MachineBasicBlock::reverse_iterator(I1)); 255 End = MachineBasicBlock::reverse_iterator(I1); 264 for (; I != End; ++I) { 297 MachineBasicBlock::iterator I(I1), End(I2); 300 End = std::next(MachineBasicBlock::iterator(I2)); 309 while(++I != End) { 357 for (MachineBasicBlock::iterator I = BB.begin(), E = BB.end(); I != E; ++I) { 425 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end(); BI != BE; 431 for(MachineBasicBlock::iterator MI = BI->begin(), End = BI->end() [all...] |
/external/llvm/lib/Target/Mips/ |
MipsLongBranch.cpp | 93 } // end of anonymous namespace 126 ReverseIter End = MBB->rend(); 127 ReverseIter LastBr = getNonDebugInstr(MBB->rbegin(), End); 130 if ((LastBr == End) || 134 ReverseIter FirstBr = getNonDebugInstr(std::next(LastBr), End); 138 if ((FirstBr == End) || 156 NewMBB->splice(NewMBB->end(), MBB, (++LastBr).base(), MBB->end()); 163 for (MachineFunction::iterator I = MF->begin(), E = MF->end(); I != E;) 181 ReverseIter End = MBB->rend() [all...] |
/external/llvm/lib/Target/R600/ |
R600Packetizer.cpp | 145 if (It != PVs.end()) 350 for (MachineFunction::iterator MBB = Fn.begin(), MBBe = Fn.end(); 352 MachineBasicBlock::iterator End = MBB->end(); 354 while (MI != End) { 360 End = MBB->end(); 368 for (MachineFunction::iterator MBB = Fn.begin(), MBBe = Fn.end(); 372 for(MachineBasicBlock::iterator RegionEnd = MBB->end(); 404 } // end anonymous namespac [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZLongBranch.cpp | 167 } // end anonymous namespace 174 // accordingly and move Position to the end of the block's non-terminator 281 MachineBasicBlock::iterator End = MBB->end(); 282 while (MI != End && !MI->isTerminator()) { 289 while (MI != End) {
|
/external/llvm/tools/llvm-readobj/ |
ARMWinEHPrinter.cpp | 143 { 0xff, 0xfd, &Decoder::opcode_11111101 }, // UOP_NOP (16-bit) / END 144 { 0xff, 0xfe, &Decoder::opcode_11111110 }, // UOP_NOP (32-bit) / END 383 unsigned End = (OC[Offset + 1] & 0x0f) >> 0; 384 uint32_t VFPMask = ((1 << (End - Start)) - 1) << Start; 398 unsigned End = (OC[Offset + 1] & 0x0f) >> 0; 399 uint32_t VFPMask = ((1 << (End - Start)) - 1) << 16;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
R600KernelParameters.cpp | 58 int End() { return OffsetInDW + SizeInDW; } 122 for (std::vector<Param>::iterator i = Params.begin(); i != Params.end(); i++) { 136 return Params.back().End(); 223 for (std::vector<Param>::iterator I = Params.begin(); I != Params.end(); ++I) { 238 for (std::vector<Param>::iterator I = Params.begin(); I != Params.end(); ++I) { 312 assert(Fun->front().begin() != Fun->front().end()); 458 } // End anonymous namespace
|
/external/openfst/src/include/fst/ |
util.h | 138 c->insert(c->end(), value); \ 218 it != c.end(); ++it) \ 233 it != c.end(); ++it) \ 376 // found, otherwise it equals 'End()'. 418 return set_.end(); 429 return set_.find(key) != set_.end(); 435 const_iterator End() const { return set_.end(); }
|
/art/runtime/gc/space/ |
space.h | 275 uint8_t* End() const { 279 // The end of the address range covered by the space. 284 // Change the end of the space. Be careful with use since changing the end of a space to an 286 void SetEnd(uint8_t* end) { 287 end_.StoreRelaxed(end); 296 return End() - Begin(); 307 // Is object within this space? We check to see if the pointer is beyond the end first as 326 uint8_t* begin, uint8_t* end, uint8_t* limit) : 327 Space(name, gc_retention_policy), begin_(begin), end_(end), limit_(limit) [all...] |
/external/clang/lib/AST/ |
DeclTemplate.cpp | 72 PEnd = const_cast<TemplateParameterList *>(this)->end(); 118 PEnd = Params->end(); 208 ParamEnd = Params->end(); 422 P = PartialSpecs.begin(), PEnd = PartialSpecs.end(); 434 PEnd = getPartialSpecializations().end(); 449 PEnd = getPartialSpecializations().end(); [all...] |
/external/compiler-rt/lib/ubsan/ |
ubsan_diag.h | 104 Location Start, End; 108 Range() : Start(), End(), Text() {} 109 Range(MemoryLocation Start, MemoryLocation End, const char *Text) 110 : Start(Start), End(End), Text(Text) {} 112 Location getEnd() const { return End; }
|
/external/llvm/include/llvm/CodeGen/ |
MachineInstrBuilder.h | 330 /// instruction at the end of the given MachineBasicBlock, and does NOT take a 336 return BuildMI(*BB, BB->end(), DL, MCID); 340 /// instruction at the end of the given MachineBasicBlock, and sets up the first 347 return BuildMI(*BB, BB->end(), DL, MCID, DestReg); 429 MachineBasicBlock::instr_iterator End; 436 : MBB(BB), Begin(Pos.getInstrIterator()), End(Begin) {} 442 : MBB(BB), Begin(B.getInstrIterator()), End(E.getInstrIterator()) { 455 : MBB(*MI->getParent()), Begin(MI), End(getBundleEnd(MI)) {} 462 bool empty() const { return Begin == End; } 468 MachineBasicBlock::instr_iterator end() const { return End; function in class:llvm::MIBundleBuilder [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
RuntimeDyldMachO.cpp | 69 if (SI != GlobalSymbolTable.end()) { 202 if (I != SectionMap.end()) 273 unsigned char *End = P + EHFrame->Size; 276 } while (P != End); 311 } // end namespace llvm
|
/external/llvm/lib/Object/ |
Archive.cpp | 36 llvm::StringRef::size_type end = local 38 if (end == llvm::StringRef::npos) 39 end = sizeof(Name); 40 assert(end <= sizeof(Name) && end > 0); 42 return llvm::StringRef(Name, end); 126 // Check to see if this is past the end of the archive. 165 // GNU long file names end with a /. 167 StringRef::size_type End = StringRef(addr).find('/'); 168 return StringRef(addr, End); [all...] |