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

/external/clang/lib/Sema/
H A DSemaChecking.cpp4417 static QualType GetExprType(Expr *E) { function in namespace:__anon16261
4434 return GetValueRange(C, result.Val, GetExprType(E), MaxWidth);
4443 IntRange OutputTypeRange = IntRange::forValueOfType(C, GetExprType(CE));
4503 return IntRange::forValueOfType(C, GetExprType(E));
4514 return IntRange::forValueOfType(C, GetExprType(E));
4529 IntRange R = IntRange::forValueOfType(C, GetExprType(E));
4536 return IntRange::forValueOfType(C, GetExprType(E));
4565 return IntRange::forValueOfType(C, GetExprType(E));
4572 unsigned opWidth = C.getIntWidth(GetExprType(E));
4595 unsigned opWidth = C.getIntWidth(GetExprType(
[all...]

Completed in 54 milliseconds