OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutTy
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaStmtAsm.cpp
463
QualType
OutTy
= OutputExpr->getType();
464
if (Context.hasSameType(InTy,
OutTy
))
480
if (
OutTy
->isIntegerType() ||
OutTy
->isPointerType())
482
else if (
OutTy
->isRealFloatingType())
493
uint64_t OutSize = Context.getTypeSize(
OutTy
);
533
(
OutTy
->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast);
534
InputExpr = ImpCastExprToType(InputExpr,
OutTy
, castKind).get();
542
<< InTy <<
OutTy
<< OutputExpr->getSourceRange()
/frameworks/compile/libbcc/lib/Renderscript/
RSKernelExpand.cpp
[
all
...]
Completed in 190 milliseconds