Home
last modified time | relevance | path

Searched defs:End (Results 1 – 25 of 226) sorted by relevance

12345678910

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DStreamingMemoryObject.cpp23 RawMemoryObject(const unsigned char *Start, const unsigned char *End) : in RawMemoryObject()
58 uint64_t End = Address + Size; in readBytes() local
96 uint64_t End = Address + Size; in readBytes() local
118 const unsigned char *End) { in getNonStreamedMemoryObject()
H A DStringExtras.cpp44 StringRef::size_type End = Source.find_first_of(Delimiters, Start); in getToken() local
H A DFormattedStream.cpp29 for (const char *End = Ptr + Size; Ptr != End; ++Ptr) { in UpdatePosition() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/
H A DStringExtras.h169 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl()
184 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl()
205 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join()
H A DSetVector.h54 SetVector(It Start, It End) { in SetVector()
111 void insert(It Start, It End) { in insert()
223 SmallSetVector(It Start, It End) { in SmallSetVector()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLLexer.cpp49 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull()
63 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal()
78 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair()
99 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair()
848 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
865 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclLookups.h27 StoredDeclsMap::iterator It, End; variable
37 StoredDeclsMap::iterator End) in all_lookups_iterator()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DUser.cpp47 Use *End = Begin + N; in allocHungoffUses() local
59 Use *End = Start + Us; in operator new() local
H A DUse.cpp42 const Use *End = getImpliedUser(); in getUser() local
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DIteratorTest.cpp29 test_iterator Begin, End; in TEST() local
70 test_iterator Begin, End; in TEST() local
/minix3/lib/libc/md/
H A DmdXhl.c27 WA(MDNAME(End),CONCAT(_,MDNAME(End))) in WA()
/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dcxx-for-range-cfg.cpp11 T *End; member in rdar11671507_vector
/minix3/external/bsd/llvm/dist/llvm/utils/count/
H A Dcount.c15 char Buffer[4096], *End; in main() local
/minix3/lib/libc/hash/
H A Dhashhl.c39 WA(FNPREFIX(End),CONCAT(_,FNPREFIX(End))) in WA()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DLiveRangeCalc.cpp206 SlotIndex Start, End; in updateFromLiveIns() local
304 SlotIndex Start, End; in findReachingDefs() local
339 SlotIndex Start, End; in findReachingDefs() local
432 SlotIndex Start, End; in updateSSA() local
H A DMachineLoopInfo.cpp65 MachineFunction::iterator End = BotMBB->getParent()->end(); in getBottomBlock() local
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/
H A DTestVisitor.h138 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in ~ExpectedLocationVisitor() local
153 It = DisallowedMatches.begin(), End = DisallowedMatches.end(); in Match() local
160 It = ExpectedMatches.begin(), End = ExpectedMatches.end(); in Match() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp103 const char *End = P + Size; in registerEHFrames() local
113 const char *End = P + Size; in deregisterEHFrames() local
/minix3/minix/drivers/power/acpi/utilities/
H A Dutprint.c146 const char *End, in AcpiUtBoundStringOutput()
298 char *End, in AcpiUtFormatNumber()
452 char *End; in AcpiUtVsnprintf() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DDominators.h56 const BasicBlock *End; variable
/minix3/minix/drivers/power/acpi/tables/
H A Dtbprint.c268 UINT8 *End = Buffer + Length; in AcpiTbChecksum() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dalloca-align.cpp4 int Start, End; member
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h190 void assign(const char *Start, const char *End) { in assign()
196 void insert(unsigned Offset, const char *Start, const char *End) { in insert()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DSerializedDiagnosticReader.h109 visitFixitRecord(const Location &Start, const Location &End, StringRef Text) { in visitFixitRecord()
114 const Location &End) { in visitSourceRangeRecord()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfReader.h163 const uint8_t *End; variable

12345678910