Home
last modified time | relevance | path

Searched refs:destIsVector (Results 1 – 16 of 16) sorted by relevance

/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp2110 bool destIsVector = DestType->isVectorType();
2112 if (srcIsVector || destIsVector) {
2116 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) ||
2128 if (!destIsVector) in set_sig()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp2100 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2102 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2106 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2118 if (!destIsVector) in TryReinterpretCast()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2144 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2146 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2150 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2162 if (!destIsVector) in TryReinterpretCast()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp2144 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2146 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2150 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2162 if (!destIsVector) in TryReinterpretCast()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp2142 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2144 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2148 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2160 if (!destIsVector) in TryReinterpretCast()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DSemaCast.cpp2328 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2330 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2340 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2362 if (!destIsVector) in TryReinterpretCast()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DSemaCast.cpp2219 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2221 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2225 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2237 if (!destIsVector) in TryReinterpretCast()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp2219 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2221 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2231 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2243 if (!destIsVector) in TryReinterpretCast()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DSemaCast.cpp2204 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2206 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2210 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2222 if (!destIsVector) in TryReinterpretCast()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp2326 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2328 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2338 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2360 if (!destIsVector) in TryReinterpretCast()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp2326 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2328 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2338 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2360 if (!destIsVector) in TryReinterpretCast()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp2326 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2328 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2338 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2360 if (!destIsVector) in TryReinterpretCast()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp2219 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2221 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2231 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2243 if (!destIsVector) in TryReinterpretCast()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DSemaCast.cpp2326 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2328 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2338 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2360 if (!destIsVector) in TryReinterpretCast()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DSemaCast.cpp2326 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2328 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2338 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2360 if (!destIsVector) in TryReinterpretCast()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DSemaCast.cpp2438 bool destIsVector = DestType->isVectorType(); in TryReinterpretCast() local
2440 if (srcIsVector || destIsVector) { in TryReinterpretCast()
2444 if ((!destIsVector && !DestType->isIntegralType(Self.Context)) || in TryReinterpretCast()
2456 if (!destIsVector) in TryReinterpretCast()