Searched defs:EndPtr (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | NativeFormatting.cpp | 26 char *EndPtr = std::end(Buffer); in format_to_buffer() local 153 char *EndPtr = NumberBuffer + NumChars; in write_hex() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUCtorDtorLowering.cpp | 113 auto *EndPtr = IRB.CreatePtrToInt(End, Int64Ty); in createInitOrFiniCalls() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 140 static Value *convertStrToInt(CallInst *CI, StringRef &Str, Value *EndPtr, in convertStrToInt() 820 Value *EndPtr = B.CreateInBoundsGEP(B.getInt8Ty(), Dst, EndOff); in optimizeStrLCpy() local 868 Value *EndPtr = B.CreateInBoundsGEP(CharTy, Dst, Off1, "stpncpy.end"); in optimizeStringNCpy() local 1095 Value *EndPtr = CI->getArgOperand(1); in optimizeStrTo() local 3211 Value *EndPtr = CI->getArgOperand(1); in optimizeStrToInt() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 1155 const auto BeginPtr = Data.begin(), EndPtr = Data.end(); in isPrintableString() local 1185 const auto BeginPtr = Data.begin(), EndPtr = Data.end(); in PrintByteList() local
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 881 const char *EndPtr = ScanFormat(Argument, ArgumentEnd, '|'); in HandleSelectModifier() local
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DecoderEmitter.cpp | 880 const uint8_t *const EndPtr = Table.data() + Table.size(); in emitTable() local
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 1264 llvm::Value *EndPtr = Builder.CreateInBoundsGEP( in EmitNewArrayInitializer() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2261 const char *EndPtr = Tok.getLoc().getPointer() + LineBuf.size(); in ParseIntelInlineAsmIdentifier() local
|