/minix3/external/bsd/llvm/dist/llvm/lib/Support/ |
H A D | StreamingMemoryObject.cpp | 23 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 D | StringExtras.cpp | 44 StringRef::size_type End = Source.find_first_of(Delimiters, Start); in getToken() local
|
H A D | FormattedStream.cpp | 29 for (const char *End = Ptr + Size; Ptr != End; ++Ptr) { in UpdatePosition() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ADT/ |
H A D | StringExtras.h | 169 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 D | SetVector.h | 54 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 D | LLLexer.cpp | 49 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 D | DeclLookups.h | 27 StoredDeclsMap::iterator It, End; variable 37 StoredDeclsMap::iterator End) in all_lookups_iterator()
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | User.cpp | 47 Use *End = Begin + N; in allocHungoffUses() local 59 Use *End = Start + Us; in operator new() local
|
H A D | Use.cpp | 42 const Use *End = getImpliedUser(); in getUser() local
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | IteratorTest.cpp | 29 test_iterator Begin, End; in TEST() local 70 test_iterator Begin, End; in TEST() local
|
/minix3/lib/libc/md/ |
H A D | mdXhl.c | 27 WA(MDNAME(End),CONCAT(_,MDNAME(End))) in WA()
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | cxx-for-range-cfg.cpp | 11 T *End; member in rdar11671507_vector
|
/minix3/external/bsd/llvm/dist/llvm/utils/count/ |
H A D | count.c | 15 char Buffer[4096], *End; in main() local
|
/minix3/lib/libc/hash/ |
H A D | hashhl.c | 39 WA(FNPREFIX(End),CONCAT(_,FNPREFIX(End))) in WA()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveRangeCalc.cpp | 206 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 D | MachineLoopInfo.cpp | 65 MachineFunction::iterator End = BotMBB->getParent()->end(); in getBottomBlock() local
|
/minix3/external/bsd/llvm/dist/clang/unittests/Tooling/ |
H A D | TestVisitor.h | 138 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 D | RTDyldMemoryManager.cpp | 103 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 D | utprint.c | 146 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 D | Dominators.h | 56 const BasicBlock *End; variable
|
/minix3/minix/drivers/power/acpi/tables/ |
H A D | tbprint.c | 268 UINT8 *End = Buffer + Length; in AcpiTbChecksum() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | alloca-align.cpp | 4 int Start, End; member
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Core/ |
H A D | RewriteRope.h | 190 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 D | SerializedDiagnosticReader.h | 109 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 D | SampleProfReader.h | 163 const uint8_t *End; variable
|