Home
last modified time | relevance | path

Searched refs:WInt (Results 1 – 18 of 18) sorted by relevance

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/
H A DFormatString.cpp445 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
447 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
458 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
461 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/
H A DFormatString.cpp445 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
447 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
458 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
461 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DFormatString.cpp441 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
443 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
454 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
457 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DFormatString.cpp439 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in AddSources()
441 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in AddSources()
452 C.getCorrespondingUnsignedType(PromoArg) == WInt) in AddSources()
455 return WInt == PromoArg ? Match : NoMatch; in AddSources()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DFormatString.cpp444 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
446 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
457 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
460 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DFormatString.cpp454 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
456 if (C.getCanonicalType(argTy).getUnqualifiedType() == WInt) in matchesType()
467 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
470 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Analysis/
H A DFormatString.cpp414 QualType WInt = C.getCanonicalType(C.getWIntType()).getUnqualifiedType(); in matchesType() local
420 C.getCorrespondingUnsignedType(PromoArg) == WInt) in matchesType()
423 return WInt == PromoArg ? Match : NoMatch; in matchesType()
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/docs/
H A DG-Force_Extras.doc22 … randomly shuffles though waveshapes, deltafields, and colormaps (see the WInt, DInt, and CInt pre…
71 \par }{\b WInt}{\f16 - (Waveshape Interval) Number of seconds GF uses a waveshape before switching…
73 …onds GF uses a colormap before switching to a new colormap. This pref is similar to WInt and DInt.
H A DG-Force.doc78 \par - Prefs WInt, DInt, and CInt can now be expressions