Searched refs:Ty1 (Results 1 - 25 of 84) sorted by relevance

1234

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/linux-x86/clang-4393122/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/linux-x86/clang-4479392/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/linux-x86/clang-4579689/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { argument
81 return (Context.getCanonicalType(Ty1) == Context.getCanonicalType(Ty2) ||
82 (Ty1->isIntegralOrEnumerationType() &&
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h409 /// \brief Return true if it's free to truncate a value of type Ty1 to type
412 bool isTruncateFree(Type *Ty1, Type *Ty2) const;
787 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) = 0;
981 bool isTruncateFree(Type *Ty1, Type *Ty2) override {
982 return Impl.isTruncateFree(Ty1, Ty2);
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h409 /// \brief Return true if it's free to truncate a value of type Ty1 to type
412 bool isTruncateFree(Type *Ty1, Type *Ty2) const;
787 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) = 0;
981 bool isTruncateFree(Type *Ty1, Type *Ty2) override {
982 return Impl.isTruncateFree(Ty1, Ty2);
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DTrailingObjects.h116 template <typename Ty1, typename Ty2> struct ExtractSecondType {
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
H A DTargetTransformInfo.h440 /// \brief Return true if it's free to truncate a value of type Ty1 to type
443 bool isTruncateFree(Type *Ty1, Type *Ty2) const;
850 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) = 0;
1061 bool isTruncateFree(Type *Ty1, Type *Ty2) override {
1062 return Impl.isTruncateFree(Ty1, Ty2);
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DTrailingObjects.h116 template <typename Ty1, typename Ty2> struct ExtractSecondType {
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
H A DTargetTransformInfo.h440 /// \brief Return true if it's free to truncate a value of type Ty1 to type
443 bool isTruncateFree(Type *Ty1, Type *Ty2) const;
850 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) = 0;
1061 bool isTruncateFree(Type *Ty1, Type *Ty2) override {
1062 return Impl.isTruncateFree(Ty1, Ty2);
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DTrailingObjects.h116 template <typename Ty1, typename Ty2> struct ExtractSecondType {
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
H A DTargetTransformInfo.h511 /// \brief Return true if it's free to truncate a value of type Ty1 to type
514 bool isTruncateFree(Type *Ty1, Type *Ty2) const;
975 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) = 0;
1207 bool isTruncateFree(Type *Ty1, Type *Ty2) override {
1208 return Impl.isTruncateFree(Ty1, Ty2);
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DTrailingObjects.h116 template <typename Ty1, typename Ty2> struct ExtractSecondType {
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
H A DTargetTransformInfo.h511 /// \brief Return true if it's free to truncate a value of type Ty1 to type
514 bool isTruncateFree(Type *Ty1, Type *Ty2) const;
975 virtual bool isTruncateFree(Type *Ty1, Type *Ty2) = 0;
1207 bool isTruncateFree(Type *Ty1, Type *Ty2) override {
1208 return Impl.isTruncateFree(Ty1, Ty2);
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DTrailingObjects.h116 template <typename Ty1, typename Ty2> struct ExtractSecondType {

Completed in 545 milliseconds

1234