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

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

Completed in 103 milliseconds