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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 727 // can make a different (implicit) decision about which node within an
730 LLVM_DEBUG(dbgs() << "Roots are different in updated trees\n"
1249 errs() << "Tree has different roots than freshly computed ones!\n";
1545 const bool Different = DT.compare(FreshTree);
1547 if (Different) {
1549 << "DominatorTree is different than a freshly computed one!\n"
1557 return !Different;
1605 // usefully print the old and new trees, if they are different.
GenericDomTreeConstruction.h 727 // can make a different (implicit) decision about which node within an
730 LLVM_DEBUG(dbgs() << "Roots are different in updated trees\n"
1249 errs() << "Tree has different roots than freshly computed ones!\n";
1545 const bool Different = DT.compare(FreshTree);
1547 if (Different) {
1549 << "DominatorTree is different than a freshly computed one!\n"
1557 return !Different;
1605 // usefully print the old and new trees, if they are different.
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 1567 // to be treated. It's not meaningful to have different owning modules for
2018 /// For the declaration of BAR, this routine will return a different
2175 // different linkages.
2559 // If you're adding a new attribute that requires logic different from
2745 // attribute then there are two different definitions. In C++, prefer the
3794 // defined with a different type; show an appropriate diagnostic.
3990 // declaration was an extern declaration in a different scope.
4319 // Redefinition coming from different files or couldn't do better above.
4360 // disambiguate entities defined in different scopes.
5005 // C and C++ require different kinds of checks for anonymou
    [all...]
SemaDecl.cpp 1567 // to be treated. It's not meaningful to have different owning modules for
2018 /// For the declaration of BAR, this routine will return a different
2175 // different linkages.
2559 // If you're adding a new attribute that requires logic different from
2745 // attribute then there are two different definitions. In C++, prefer the
3794 // defined with a different type; show an appropriate diagnostic.
3990 // declaration was an extern declaration in a different scope.
4319 // Redefinition coming from different files or couldn't do better above.
4360 // disambiguate entities defined in different scopes.
5005 // C and C++ require different kinds of checks for anonymou
    [all...]

Completed in 65 milliseconds