HomeSort by: relevance | last modified time | path
    Searched defs:AtLeastAsConstrained1 (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 5285 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
5286 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1))
5290 if (AtLeastAsConstrained1 == AtLeastAsConstrained2)
5292 return AtLeastAsConstrained1 ? FT1 : FT2;
5519 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
5520 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1))
5524 if (AtLeastAsConstrained1 == AtLeastAsConstrained2)
5526 return AtLeastAsConstrained1 ? PS1 : PS2;
5583 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
5584 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1))
    [all...]
SemaTemplateDeduction.cpp 5285 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
5286 if (IsAtLeastAsConstrained(FT1, AC1, FT2, AC2, AtLeastAsConstrained1))
5290 if (AtLeastAsConstrained1 == AtLeastAsConstrained2)
5292 return AtLeastAsConstrained1 ? FT1 : FT2;
5519 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
5520 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1))
5524 if (AtLeastAsConstrained1 == AtLeastAsConstrained2)
5526 return AtLeastAsConstrained1 ? PS1 : PS2;
5583 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
5584 if (IsAtLeastAsConstrained(PS1, AC1, PS2, AC2, AtLeastAsConstrained1))
    [all...]

Completed in 100 milliseconds