Home
last modified time | relevance | path

Searched refs:PtrDiffType (Results 1 – 25 of 26) sorted by relevance

12

/llvm-project-15.0.7/clang/unittests/Sema/
H A DCodeCompleteTest.cpp36 std::string PtrDiffType; member
51 ResultCtx.PtrDiffType = in ProcessCodeCompleteResults()
118 std::string *PtrDiffType = nullptr) { in collectPreferredTypes() argument
123 if (PtrDiffType) { in collectPreferredTypes()
124 assert(PtrDiffType->empty() || *PtrDiffType == Results.PtrDiffType); in collectPreferredTypes()
125 *PtrDiffType = Results.PtrDiffType; in collectPreferredTypes()
/llvm-project-15.0.7/clang/lib/Basic/Targets/
H A DSPIR.h197 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo()
214 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
250 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIRV32TargetInfo()
267 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo()
H A DNVPTX.cpp98 PtrDiffType = TargetInfo::SignedInt; in NVPTXTargetInfo()
103 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo()
135 PtrDiffType = HostTarget->getPtrDiffType(/* AddrSpace = */ 0); in NVPTXTargetInfo()
H A DMips.h126 PtrDiffType = SignedInt; in setO32ABITypes()
152 PtrDiffType = SignedLong; in setN64ABITypes()
162 PtrDiffType = SignedInt; in setN32ABITypes()
H A DWebAssembly.h61 PtrDiffType = SignedLong; in WebAssemblyTargetInfo()
176 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
H A DSparc.h156 PtrDiffType = SignedInt; in SparcV8TargetInfo()
162 PtrDiffType = SignedLong; in SparcV8TargetInfo()
H A DPPC.h379 PtrDiffType = SignedInt; in PPC32TargetInfo()
384 PtrDiffType = SignedLong; in PPC32TargetInfo()
490 PtrDiffType = SignedInt; // for http://llvm.org/bugs/show_bug.cgi?id=15726 in DarwinPPC32TargetInfo()
H A DX86.h422 PtrDiffType = SignedInt; in X86_32TargetInfo()
503 PtrDiffType = SignedLong; in OpenBSDI386TargetInfo()
667 PtrDiffType = SignedLong; in RTEMSX86_32TargetInfo()
693 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
798 PtrDiffType = SignedLongLong; in WindowsX86_64TargetInfo()
H A DARC.h33 PtrDiffType = SignedInt; in ARCTargetInfo()
H A DXCore.h35 PtrDiffType = SignedInt; in XCoreTargetInfo()
H A DMSP430.h46 PtrDiffType = SignedInt; in MSP430TargetInfo()
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
H A DTCE.h70 PtrDiffType = SignedInt; in TCETargetInfo()
H A DPNaCl.h39 this->PtrDiffType = TargetInfo::SignedInt; in PNaClTargetInfo()
H A DCSKY.h48 PtrDiffType = SignedInt; in CSKYTargetInfo()
H A DBPF.h33 PtrDiffType = SignedLong; in BPFTargetInfo()
H A DHexagon.h49 PtrDiffType = SignedInt; in HexagonTargetInfo()
H A DAVR.h51 PtrDiffType = SignedInt; in AVRTargetInfo()
H A DM68k.cpp58 PtrDiffType = SignedInt; in M68kTargetInfo()
H A DRISCV.h109 PtrDiffType = SignedInt; in RISCV32TargetInfo()
H A DAMDGPU.cpp377 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
H A DOSTargets.h306 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo()
901 this->PtrDiffType = TargetInfo::SignedInt; in NaClTargetInfo()
H A DARM.cpp259 PtrDiffType = IntPtrType = in ARMTargetInfo()
273 PtrDiffType = SignedInt; in ARMTargetInfo()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DTargetInfo.h135 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType,
345 return AddrSpace == 0 ? PtrDiffType : getPtrDiffTypeV(AddrSpace); in getPtrDiffType()
1662 return PtrDiffType; in getPtrDiffTypeV()
/llvm-project-15.0.7/clang/lib/Basic/
H A DTargetInfo.cpp97 PtrDiffType = SignedLong; in TargetInfo()
405 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()

12