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/BlocksRuntime/tests/
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
13
BobTheStruct
outty
;
local
24
outty
= copyStruct(inny);
26
if ( &inny == &
outty
) {
30
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).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
...]
/external/llvm/lib/Target/PowerPC/
PPCInstrAltivec.td
172
class VA1a_Int_Ty2<bits<6> xo, string opc, Intrinsic IntID, ValueType
OutTy
,
176
[(set
OutTy
:$vD, (IntID InTy:$vA, InTy:$vB, InTy:$vC))]>;
180
class VA1a_Int_Ty3<bits<6> xo, string opc, Intrinsic IntID, ValueType
OutTy
,
184
[(set
OutTy
:$vD,
195
class VX1_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType
OutTy
,
199
[(set
OutTy
:$vD, (IntID InTy:$vA, InTy:$vB))]>;
203
class VX1_Int_Ty3<bits<11> xo, string opc, Intrinsic IntID, ValueType
OutTy
,
207
[(set
OutTy
:$vD, (IntID In1Ty:$vA, In2Ty:$vB))]>;
217
class VX2_Int_Ty2<bits<11> xo, string opc, Intrinsic IntID, ValueType
OutTy
,
221
[(set
OutTy
:$vD, (IntID InTy:$vB))]>
[
all
...]
Completed in 168 milliseconds