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
284
QualType
OutTy
= OutputExpr->getType();
285
if (Context.hasSameType(InTy,
OutTy
))
301
if (
OutTy
->isIntegerType() ||
OutTy
->isPointerType())
303
else if (
OutTy
->isRealFloatingType())
314
uint64_t OutSize = Context.getTypeSize(
OutTy
);
354
(
OutTy
->isBooleanType() ? CK_IntegralToBoolean : CK_IntegralCast);
355
InputExpr = ImpCastExprToType(InputExpr,
OutTy
, castKind).take();
363
<< InTy <<
OutTy
<< OutputExpr->getSourceRange()
/frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp
348
llvm::Type *
OutTy
= NULL;
351
OutTy
= Args->getType();
352
OutStep = getStepValue(&DL,
OutTy
, Arg_outstep);
391
// values and only cast at the very end to
OutTy
. This is because the step
395
// type '
OutTy
' in cases where the element type of the allocation allows.
400
OutPtr = Builder.CreatePointerCast(OutPtr,
OutTy
);
484
llvm::Type *
OutTy
= NULL;
491
OutTy
= Args->getType();
494
OutTy
= OutBaseTy->getPointerTo();
497
OutStep = getStepValue(&DL,
OutTy
, Arg_outstep)
[
all
...]
Completed in 38 milliseconds