Searched refs:FromIsSigned (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DASTContext.cpp4464 bool FromIsSigned = BT->getKind() == BuiltinType::WChar_S; local
4472 FromIsSigned == PromoteTypes[Idx]->isSignedIntegerType()))
/external/clang/lib/Sema/
H A DSemaOverload.cpp1813 bool FromIsSigned = FromType->isSignedIntegerType(); local
1827 FromIsSigned == PromoteTypes[Idx]->isSignedIntegerType())) {

Completed in 722 milliseconds