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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 5285 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
5288 if (IsAtLeastAsConstrained(FT2, AC2, FT1, AC1, AtLeastAsConstrained2))
5290 if (AtLeastAsConstrained1 == AtLeastAsConstrained2)
5519 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
5522 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2))
5524 if (AtLeastAsConstrained1 == AtLeastAsConstrained2)
5583 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
5586 if (IsAtLeastAsConstrained(PS2, AC2, PS1, AC1, AtLeastAsConstrained2))
5588 if (AtLeastAsConstrained1 == AtLeastAsConstrained2)
SemaOverload.cpp 9782 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
9786 {RC1}, AtLeastAsConstrained2))
9788 if (AtLeastAsConstrained1 != AtLeastAsConstrained2)
12319 bool AtLeastAsConstrained1, AtLeastAsConstrained2;
12322 if (IsAtLeastAsConstrained(FD2, AC2, FD1, AC1, AtLeastAsConstrained2))
12324 if (AtLeastAsConstrained1 == AtLeastAsConstrained2)

Completed in 53 milliseconds