/llvm-project/clang/unittests/Sema/ |
H A D | CodeCompleteTest.cpp | 38 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 D | SPIR.h | 258 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 D | NVPTX.cpp | 85 PtrDiffType = TargetInfo::SignedInt; in NVPTXTargetInfo() 90 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo() 125 PtrDiffType = HostTarget->getPtrDiffType(LangAS::Default); in NVPTXTargetInfo()
|
H A D | Mips.h | 132 PtrDiffType = SignedInt; in setO32ABITypes() 158 PtrDiffType = SignedLong; in setN64ABITypes() 168 PtrDiffType = SignedInt; in setN32ABITypes()
|
H A D | WebAssembly.h | 90 PtrDiffType = SignedLong; 208 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
|
H A D | Sparc.h | 160 PtrDiffType = SignedInt; in SparcV8TargetInfo() 166 PtrDiffType = SignedLong; in SparcV8TargetInfo()
|
H A D | X86.h | 459 PtrDiffType = SignedInt; in X86_32TargetInfo() 534 PtrDiffType = SignedLong; 708 PtrDiffType = SignedLong; 734 PtrDiffType = IsX32 ? SignedInt : SignedLong; in X86_64TargetInfo() 875 PtrDiffType = SignedLongLong;
|
H A D | ARC.h | 33 PtrDiffType = SignedInt; in ARCTargetInfo()
|
H A D | XCore.h | 34 PtrDiffType = SignedInt; in XCoreTargetInfo()
|
H A D | MSP430.h | 46 PtrDiffType = SignedInt; in MSP430TargetInfo()
|
H A D | VE.h | 37 PtrDiffType = SignedLong; in VETargetInfo()
|
H A D | PNaCl.h | 39 this->PtrDiffType = TargetInfo::SignedInt; in PNaClTargetInfo()
|
H A D | TCE.h | 75 PtrDiffType = SignedInt; in TCETargetInfo()
|
H A D | CSKY.h | 48 PtrDiffType = SignedInt; in CSKYTargetInfo()
|
H A D | BPF.h | 32 PtrDiffType = SignedLong; in BPFTargetInfo()
|
H A D | Hexagon.h | 49 PtrDiffType = SignedInt; in HexagonTargetInfo()
|
H A D | PPC.h | 417 PtrDiffType = SignedInt; in PPC32TargetInfo() 422 PtrDiffType = SignedLong; in PPC32TargetInfo()
|
H A D | AVR.h | 53 PtrDiffType = SignedInt; in AVRTargetInfo()
|
H A D | LoongArch.h | 121 PtrDiffType = SignedInt; in setABI()
|
H A D | M68k.cpp | 59 PtrDiffType = SignedInt; in M68kTargetInfo()
|
H A D | RISCV.h | 175 PtrDiffType = SignedInt; in setABI()
|
H A D | AMDGPU.cpp | 250 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
|
H A D | OSTargets.h | 299 this->PtrDiffType = TargetInfo::SignedLong; in getOSDefines() 872 this->PtrDiffType = TargetInfo::SignedInt; in FuchsiaTargetInfo()
|
/llvm-project/clang/include/clang/Basic/ |
H A D | TargetInfo.h | 159 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 D | TargetInfo.cpp | 127 PtrDiffType = SignedLong; in TargetInfo() 461 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
|