Home
last modified time | relevance | path

Searched refs:SignedLong (Results 1 – 25 of 392) sorted by relevance

12345678910>>...16

/dports/math/cocoalib/CoCoALib-0.99712/src/tests/
H A Dtest-MachineInt2.C99 test(SignedChar, SignedLong); in program()
108 test(UnsignedChar, SignedLong); in program()
117 test(SignedShort, SignedLong); in program()
135 test(SignedInt, SignedLong); in program()
144 test(UnsignedInt, SignedLong); in program()
147 test(SignedLong, SignedChar); in program()
148 test(SignedLong, UnsignedChar); in program()
149 test(SignedLong, SignedShort); in program()
151 test(SignedLong, SignedInt); in program()
152 test(SignedLong, UnsignedInt); in program()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/tests/
H A Dtest-MachineInt2.C99 test(SignedChar, SignedLong); in program()
108 test(UnsignedChar, SignedLong); in program()
117 test(SignedShort, SignedLong); in program()
135 test(SignedInt, SignedLong); in program()
144 test(UnsignedInt, SignedLong); in program()
147 test(SignedLong, SignedChar); in program()
148 test(SignedLong, UnsignedChar); in program()
149 test(SignedLong, SignedShort); in program()
151 test(SignedLong, SignedInt); in program()
152 test(SignedLong, UnsignedInt); in program()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp89 PtrDiffType = SignedLong; in TargetInfo()
91 IntPtrType = SignedLong; in TargetInfo()
162 case SignedLong: return "long int"; in getTypeName()
177 case SignedLong: return "L"; in getTypeConstantSuffix()
205 case SignedLong: in getTypeFormatModifier()
223 case SignedLong: in getTypeWidth()
239 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
254 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
294 case SignedLong: in getTypeAlign()
309 case SignedLong: in isTypeSigned()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp87 PtrDiffType = SignedLong; in TargetInfo()
89 IntPtrType = SignedLong; in TargetInfo()
160 case SignedLong: return "long int"; in getTypeName()
175 case SignedLong: return "L"; in getTypeConstantSuffix()
203 case SignedLong: in getTypeFormatModifier()
221 case SignedLong: in getTypeWidth()
237 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
252 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
292 case SignedLong: in getTypeAlign()
307 case SignedLong: in isTypeSigned()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Basic/Targets/
H A DVE.h38 PtrDiffType = SignedLong; in VETargetInfo()
39 IntPtrType = SignedLong; in VETargetInfo()
40 IntMaxType = SignedLong; in VETargetInfo()
41 Int64Type = SignedLong; in VETargetInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Basic/
H A DTargetInfo.cpp91 PtrDiffType = SignedLong; in TargetInfo()
93 IntPtrType = SignedLong; in TargetInfo()
172 case SignedLong: return "long int"; in getTypeName()
187 case SignedLong: return "L"; in getTypeConstantSuffix()
215 case SignedLong: in getTypeFormatModifier()
233 case SignedLong: in getTypeWidth()
249 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
264 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
309 case SignedLong: in getTypeAlign()
324 case SignedLong: in isTypeSigned()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DTargetInfo.cpp91 PtrDiffType = SignedLong; in TargetInfo()
93 IntPtrType = SignedLong; in TargetInfo()
173 case SignedLong: return "long int"; in getTypeName()
188 case SignedLong: return "L"; in getTypeConstantSuffix()
216 case SignedLong: in getTypeFormatModifier()
234 case SignedLong: in getTypeWidth()
250 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
265 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
310 case SignedLong: in getTypeAlign()
325 case SignedLong: in isTypeSigned()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp91 PtrDiffType = SignedLong; in TargetInfo()
93 IntPtrType = SignedLong; in TargetInfo()
172 case SignedLong: return "long int"; in getTypeName()
187 case SignedLong: return "L"; in getTypeConstantSuffix()
215 case SignedLong: in getTypeFormatModifier()
233 case SignedLong: in getTypeWidth()
249 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
264 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
309 case SignedLong: in getTypeAlign()
324 case SignedLong: in isTypeSigned()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp89 PtrDiffType = SignedLong; in TargetInfo()
91 IntPtrType = SignedLong; in TargetInfo()
167 case SignedLong: return "long int"; in getTypeName()
182 case SignedLong: return "L"; in getTypeConstantSuffix()
210 case SignedLong: in getTypeFormatModifier()
228 case SignedLong: in getTypeWidth()
244 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
259 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
299 case SignedLong: in getTypeAlign()
314 case SignedLong: in isTypeSigned()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/
H A DTargetInfo.cpp88 PtrDiffType = SignedLong; in TargetInfo()
90 IntPtrType = SignedLong; in TargetInfo()
161 case SignedLong: return "long int"; in getTypeName()
176 case SignedLong: return "L"; in getTypeConstantSuffix()
204 case SignedLong: in getTypeFormatModifier()
222 case SignedLong: in getTypeWidth()
238 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
253 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
293 case SignedLong: in getTypeAlign()
308 case SignedLong: in isTypeSigned()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp89 PtrDiffType = SignedLong; in TargetInfo()
91 IntPtrType = SignedLong; in TargetInfo()
167 case SignedLong: return "long int"; in getTypeName()
182 case SignedLong: return "L"; in getTypeConstantSuffix()
210 case SignedLong: in getTypeFormatModifier()
228 case SignedLong: in getTypeWidth()
244 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
259 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
299 case SignedLong: in getTypeAlign()
314 case SignedLong: in isTypeSigned()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Basic/
H A DTargetInfo.cpp91 PtrDiffType = SignedLong; in TargetInfo()
93 IntPtrType = SignedLong; in TargetInfo()
173 case SignedLong: return "long int"; in getTypeName()
188 case SignedLong: return "L"; in getTypeConstantSuffix()
216 case SignedLong: in getTypeFormatModifier()
234 case SignedLong: in getTypeWidth()
250 return IsSigned ? SignedLong : UnsignedLong; in getIntTypeByWidth()
265 return IsSigned ? SignedLong : UnsignedLong; in getLeastIntTypeByWidth()
310 case SignedLong: in getTypeAlign()
325 case SignedLong: in isTypeSigned()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Basic/Targets/
H A DWebAssembly.h50 SigAtomicType = SignedLong; in WebAssemblyTargetInfo()
57 PtrDiffType = SignedLong; in WebAssemblyTargetInfo()
58 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
141 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
142 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Basic/Targets/
H A DWebAssembly.h50 SigAtomicType = SignedLong; in WebAssemblyTargetInfo()
57 PtrDiffType = SignedLong; in WebAssemblyTargetInfo()
58 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
141 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
142 IntPtrType = SignedLong; in WebAssembly64TargetInfo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Basic/Targets/
H A DWebAssembly.h50 SigAtomicType = SignedLong; in WebAssemblyTargetInfo()
57 PtrDiffType = SignedLong; in WebAssemblyTargetInfo()
58 IntPtrType = SignedLong; in WebAssemblyTargetInfo()
141 PtrDiffType = SignedLong; in WebAssembly64TargetInfo()
142 IntPtrType = SignedLong; in WebAssembly64TargetInfo()

12345678910>>...16