| /llvm-project-15.0.7/clang/unittests/Sema/ |
| H A D | CodeCompleteTest.cpp | 36 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 D | SPIR.h | 197 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 D | NVPTX.cpp | 98 PtrDiffType = TargetInfo::SignedInt; in NVPTXTargetInfo() 103 PtrDiffType = TargetInfo::SignedLong; in NVPTXTargetInfo() 135 PtrDiffType = HostTarget->getPtrDiffType(/* AddrSpace = */ 0); in NVPTXTargetInfo()
|
| H A D | Mips.h | 126 PtrDiffType = SignedInt; in setO32ABITypes() 152 PtrDiffType = SignedLong; in setN64ABITypes() 162 PtrDiffType = SignedInt; in setN32ABITypes()
|
| H A D | WebAssembly.h | 61 PtrDiffType = SignedLong; in WebAssemblyTargetInfo() 176 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
|
| H A D | Sparc.h | 156 PtrDiffType = SignedInt; in SparcV8TargetInfo() 162 PtrDiffType = SignedLong; in SparcV8TargetInfo()
|
| H A D | PPC.h | 379 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 D | X86.h | 422 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 D | ARC.h | 33 PtrDiffType = SignedInt; in ARCTargetInfo()
|
| H A D | XCore.h | 35 PtrDiffType = SignedInt; in XCoreTargetInfo()
|
| H A D | MSP430.h | 46 PtrDiffType = SignedInt; in MSP430TargetInfo()
|
| H A D | VE.h | 38 PtrDiffType = SignedLong; in VETargetInfo()
|
| H A D | TCE.h | 70 PtrDiffType = SignedInt; in TCETargetInfo()
|
| H A D | PNaCl.h | 39 this->PtrDiffType = TargetInfo::SignedInt; in PNaClTargetInfo()
|
| H A D | CSKY.h | 48 PtrDiffType = SignedInt; in CSKYTargetInfo()
|
| H A D | BPF.h | 33 PtrDiffType = SignedLong; in BPFTargetInfo()
|
| H A D | Hexagon.h | 49 PtrDiffType = SignedInt; in HexagonTargetInfo()
|
| H A D | AVR.h | 51 PtrDiffType = SignedInt; in AVRTargetInfo()
|
| H A D | M68k.cpp | 58 PtrDiffType = SignedInt; in M68kTargetInfo()
|
| H A D | RISCV.h | 109 PtrDiffType = SignedInt; in RISCV32TargetInfo()
|
| H A D | AMDGPU.cpp | 377 PtrDiffType = SignedLong; in AMDGPUTargetInfo()
|
| H A D | OSTargets.h | 306 this->PtrDiffType = TargetInfo::SignedLong; in HaikuTargetInfo() 901 this->PtrDiffType = TargetInfo::SignedInt; in NaClTargetInfo()
|
| H A D | ARM.cpp | 259 PtrDiffType = IntPtrType = in ARMTargetInfo() 273 PtrDiffType = SignedInt; in ARMTargetInfo()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 135 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 D | TargetInfo.cpp | 97 PtrDiffType = SignedLong; in TargetInfo() 405 PtrDiffType = Is32BitArch ? SignedInt : SignedLong; in adjust()
|