Home
last modified time | relevance | path

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

12

/llvm-project/clang/unittests/Sema/
H A DCodeCompleteTest.cpp38 std::string PtrDiffType; member
101 ResultCtx.PtrDiffType = in ProcessCodeCompleteResults()
168 std::string *PtrDiffType = nullptr) { in collectPreferredTypes() argument
173 if (PtrDiffType) { in collectPreferredTypes()
174 assert(PtrDiffType->empty() || *PtrDiffType == Results.PtrDiffType); in collectPreferredTypes()
175 *PtrDiffType = Results.PtrDiffType; in collectPreferredTypes()
/llvm-project/clang/lib/Basic/Targets/
H A DSPIR.h258 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIR32TargetInfo()
275 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIR64TargetInfo()
335 PtrDiffType = IntPtrType = TargetInfo::SignedInt; in SPIRV32TargetInfo()
359 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64TargetInfo()
386 PtrDiffType = IntPtrType = TargetInfo::SignedLong; in SPIRV64AMDGCNTargetInfo()
H A DNVPTX.cpp85 PtrDiffType = TargetInfo::SignedInt; in NVPTXTargetInfo()
90 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo()
125 PtrDiffType = HostTarget->getPtrDiffType(LangAS::Default); in NVPTXTargetInfo()
H A DMips.h132 PtrDiffType = SignedInt; in setO32ABITypes()
158 PtrDiffType = SignedLong; in setN64ABITypes()
168 PtrDiffType = SignedInt; in setN32ABITypes()
H A DWebAssembly.h90 PtrDiffType = SignedLong;
208 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
H A DSparc.h160 PtrDiffType = SignedInt; in SparcV8TargetInfo()
166 PtrDiffType = SignedLong; in SparcV8TargetInfo()
H A DX86.h459 PtrDiffType = SignedInt; in X86_32TargetInfo()
534 PtrDiffType = SignedLong;
708 PtrDiffType = SignedLong;
734 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo()
875 PtrDiffType = SignedLongLong;
H A DARC.h33 PtrDiffType = SignedInt; in ARCTargetInfo()
H A DXCore.h34 PtrDiffType = SignedInt; in XCoreTargetInfo()
H A DMSP430.h46 PtrDiffType = SignedInt; in MSP430TargetInfo()
H A DVE.h37 PtrDiffType = SignedLong; in VETargetInfo()
H A DPNaCl.h39 this->PtrDiffType = TargetInfo::SignedInt; in PNaClTargetInfo()
H A DTCE.h75 PtrDiffType = SignedInt; in TCETargetInfo()
H A DCSKY.h48 PtrDiffType = SignedInt; in CSKYTargetInfo()
H A DBPF.h32 PtrDiffType = SignedLong; in BPFTargetInfo()
H A DHexagon.h49 PtrDiffType = SignedInt; in HexagonTargetInfo()
H A DPPC.h417 PtrDiffType = SignedInt; in PPC32TargetInfo()
422 PtrDiffType = SignedLong; in PPC32TargetInfo()
H A DAVR.h53 PtrDiffType = SignedInt; in AVRTargetInfo()
H A DLoongArch.h121 PtrDiffType = SignedInt; in setABI()
H A DM68k.cpp59 PtrDiffType = SignedInt; in M68kTargetInfo()
H A DRISCV.h175 PtrDiffType = SignedInt; in setABI()
H A DAMDGPU.cpp250 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
H A DOSTargets.h299 this->PtrDiffType = TargetInfo::SignedLong; in getOSDefines()
872 this->PtrDiffType = TargetInfo::SignedInt; in FuchsiaTargetInfo()
/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h159 IntType SizeType, IntMaxType, PtrDiffType, IntPtrType, WCharType, WIntType,
397 return AddrSpace == LangAS::Default ? PtrDiffType in getIntPtrType()
1864 return PtrDiffType;
/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp127 PtrDiffType = SignedLong; in TargetInfo()
461 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()

12