OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:outty
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/test/BlocksRuntime/
large-struct.c
21
BobTheStruct
outty
;
local
26
memset(&
outty
, 0x2A, sizeof(
outty
));
35
outty
= copyStruct(inny);
37
if ( &inny == &
outty
) {
42
if ( (inny.ps[i] !=
outty
.ps[i]) || (inny.qs[i] !=
outty
.qs[i]) ) {
small-struct.c
21
MiniStruct
outty
;
local
25
memset(&
outty
, 0x2A, sizeof(
outty
));
32
outty
= copyStruct(inny);
34
if ( &inny == &
outty
) {
38
if ( (inny.a !=
outty
.a) || (inny.b !=
outty
.b) ) {
/external/clang/test/SemaCXX/
blocks-1.cpp
12
BobTheStruct
outty
;
local
23
outty
= copyStruct(inny);
25
if ( &inny == &
outty
) {
29
if ( (inny.ps[i] !=
outty
.ps[i]) || (inny.qs[i] !=
outty
.qs[i]) ) {
/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).get();
363
<< InTy <<
OutTy
<< OutputExpr->getSourceRange()
/frameworks/compile/libbcc/lib/Renderscript/
RSForEachExpand.cpp
396
llvm::Type *
OutTy
= NULL;
399
OutTy
= (FunctionArgIter++)->getType();
400
OutStep = getStepValue(&DL,
OutTy
, Arg_outstep);
437
// values and only cast at the very end to
OutTy
. This is because the step
441
// type '
OutTy
' in cases where the element type of the allocation allows.
446
OutPtr = Builder.CreatePointerCast(OutPtr,
OutTy
);
547
llvm::Type *
OutTy
= NULL;
558
OutTy
= ArgIter->getType();
564
OutTy
= OutBaseTy->getPointerTo();
567
OutStep = getStepValue(&DL,
OutTy
, Arg_outstep)
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCInstrAltivec.td
188
class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType
OutTy
,
192
[(set
OutTy
:$vD, (IntID InTy:$vA, InTy:$vB, InTy:$vC))]>;
196
class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType
OutTy
,
200
[(set
OutTy
:$vD,
211
class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType
OutTy
,
215
[(set
OutTy
:$vD, (IntID InTy:$vA, InTy:$vB))]>;
219
class VX1_Int_Ty3<bits<11> xo, string opc, Intrinsic IntID, ValueType
OutTy
,
223
[(set
OutTy
:$vD, (IntID In1Ty:$vA, In2Ty:$vB))]>;
233
class VX2_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType
OutTy
,
237
[(set
OutTy
:$vD, (IntID InTy:$vB))]>
[
all
...]
Completed in 129 milliseconds