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

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

Completed in 149 milliseconds