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

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

Completed in 204 milliseconds