Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 25 of 3687) sorted by relevance

12345678910>>...148

/external/eigen/test/
Dmixingtypes.cpp52 Mat_d md = mf.template cast<double>(); in mixingtypes()
55 Mat_cd mcd = mcf.template cast<complex<double> >(); in mixingtypes()
58 Vec_d vd = vf.template cast<double>(); in mixingtypes()
60 Vec_cd vcd = vcf.template cast<complex<double> >(); in mixingtypes()
86 VERIFY_MIX_SCALAR(vf * scf , vf.template cast<complex<float> >() * scf); in mixingtypes()
87 VERIFY_MIX_SCALAR(scd * vd , scd * vd.template cast<complex<double> >()); in mixingtypes()
96 VERIFY_MIX_SCALAR(vf / scf , vf.template cast<complex<float> >() / scf); in mixingtypes()
97 VERIFY_MIX_SCALAR(vf.array() / scf, vf.template cast<complex<float> >().array() / scf); in mixingtypes()
98 VERIFY_MIX_SCALAR(scd / vd.array() , scd / vd.template cast<complex<double> >().array()); in mixingtypes()
103 VERIFY_MIX_SCALAR(vf.array() + scf, vf.template cast<complex<float> >().array() + scf); in mixingtypes()
[all …]
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp198 return LI->isVolatile() == cast<LoadInst>(I)->isVolatile() && in isIdenticalToWhenDefined()
199 LI->getAlignment() == cast<LoadInst>(I)->getAlignment() && in isIdenticalToWhenDefined()
200 LI->getOrdering() == cast<LoadInst>(I)->getOrdering() && in isIdenticalToWhenDefined()
201 LI->getSynchScope() == cast<LoadInst>(I)->getSynchScope(); in isIdenticalToWhenDefined()
203 return SI->isVolatile() == cast<StoreInst>(I)->isVolatile() && in isIdenticalToWhenDefined()
204 SI->getAlignment() == cast<StoreInst>(I)->getAlignment() && in isIdenticalToWhenDefined()
205 SI->getOrdering() == cast<StoreInst>(I)->getOrdering() && in isIdenticalToWhenDefined()
206 SI->getSynchScope() == cast<StoreInst>(I)->getSynchScope(); in isIdenticalToWhenDefined()
208 return CI->getPredicate() == cast<CmpInst>(I)->getPredicate(); in isIdenticalToWhenDefined()
210 return CI->isTailCall() == cast<CallInst>(I)->isTailCall() && in isIdenticalToWhenDefined()
[all …]
/external/llvm/lib/IR/
DInstruction.cpp100 cast<OverflowingBinaryOperator>(this)->setHasNoUnsignedWrap(b); in setHasNoUnsignedWrap()
104 cast<OverflowingBinaryOperator>(this)->setHasNoSignedWrap(b); in setHasNoSignedWrap()
108 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()
112 return cast<OverflowingBinaryOperator>(this)->hasNoUnsignedWrap(); in hasNoUnsignedWrap()
116 return cast<OverflowingBinaryOperator>(this)->hasNoSignedWrap(); in hasNoSignedWrap()
120 return cast<PossiblyExactOperator>(this)->isExact(); in isExact()
128 cast<FPMathOperator>(this)->setHasUnsafeAlgebra(B); in setHasUnsafeAlgebra()
135 cast<FPMathOperator>(this)->setHasNoNaNs(B); in setHasNoNaNs()
142 cast<FPMathOperator>(this)->setHasNoInfs(B); in setHasNoInfs()
150 cast<FPMathOperator>(this)->setHasNoSignedZeros(B); in setHasNoSignedZeros()
[all …]
/external/clang/test/SemaObjCXX/
Dobjcbridge-static-cast.mm31 …pected-error {{cast of C pointer type 'CFTestingRef' (aka '__CFError *') to Objective-C pointer ty…
32 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
33 …// expected-note {{use __bridge_transfer with C-style cast to transfer ownership of a +1 'CFTestin…
57 …ected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer t…
58 … // expected-note {{__bridge with C-style cast to convert directly (no change in ownership)}} \
59 …// expected-note {{use __bridge_transfer with C-style cast to transfer ownership of a +1 'CFErrorR…
60 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
61 … // expected-note {{use __bridge with C-style cast to convert directly (no change in ownership)}} \
62 …// expected-note {{use __bridge_transfer with C-style cast to transfer ownership of a +1 'CFErrorR…
63 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
[all …]
Dobjcbridge-attribute.mm31 …pected-error {{cast of C pointer type 'CFTestingRef' (aka '__CFError *') to Objective-C pointer ty…
57 …ected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer t…
60 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
63 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
67 …ted-error {{cast of C pointer type 'CFUColor2Ref' (aka '__CFUPrimeColor *') to Objective-C pointer…
70 …pected-error {{cast of Objective-C pointer type 'NSError *' to C pointer type 'CFErrorRef' (aka '_…
74 …pected-error {{cast of Objective-C pointer type 'NSString *' to C pointer type 'CFErrorRef' (aka '…
78 …expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointe…
82 …expected-error {{cast of Objective-C pointer type 'Class' to C pointer type 'CFErrorRef' (aka '__C…
89 …/ expected-error {{cast of C pointer type 'CFErrorRef' (aka '__CFErrorRef *') to Objective-C point…
[all …]
Dobjcbridge-attribute-arc.mm31 …pected-error {{cast of C pointer type 'CFTestingRef' (aka '__CFError *') to Objective-C pointer ty…
57 …ected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer t…
60 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
63 …pected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointer …
67 …ted-error {{cast of C pointer type 'CFUColor2Ref' (aka '__CFUPrimeColor *') to Objective-C pointer…
70 …pected-error {{cast of Objective-C pointer type 'NSError *' to C pointer type 'CFErrorRef' (aka '_…
74 …pected-error {{cast of Objective-C pointer type 'NSString *' to C pointer type 'CFErrorRef' (aka '…
78 …expected-error {{cast of C pointer type 'CFErrorRef2' (aka '__CFErrorRef *') to Objective-C pointe…
82 …expected-error {{cast of Objective-C pointer type 'Class' to C pointer type 'CFErrorRef' (aka '__C…
89 …/ expected-error {{cast of C pointer type 'CFErrorRef' (aka '__CFErrorRef *') to Objective-C point…
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstruction.cpp102 cast<OverflowingBinaryOperator>(this)->setHasNoUnsignedWrap(b); in setHasNoUnsignedWrap()
106 cast<OverflowingBinaryOperator>(this)->setHasNoSignedWrap(b); in setHasNoSignedWrap()
110 cast<PossiblyExactOperator>(this)->setIsExact(b); in setIsExact()
114 return cast<OverflowingBinaryOperator>(this)->hasNoUnsignedWrap(); in hasNoUnsignedWrap()
118 return cast<OverflowingBinaryOperator>(this)->hasNoSignedWrap(); in hasNoSignedWrap()
127 cast<OverflowingBinaryOperator>(this)->setHasNoUnsignedWrap(false); in dropPoisonGeneratingFlags()
128 cast<OverflowingBinaryOperator>(this)->setHasNoSignedWrap(false); in dropPoisonGeneratingFlags()
135 cast<PossiblyExactOperator>(this)->setIsExact(false); in dropPoisonGeneratingFlags()
139 cast<GetElementPtrInst>(this)->setIsInBounds(false); in dropPoisonGeneratingFlags()
145 return cast<PossiblyExactOperator>(this)->isExact(); in isExact()
[all …]
/external/tensorflow/tensorflow/python/training/
Dftrl.py156 math_ops.cast(self._learning_rate_tensor, var.dtype.base_dtype),
157 math_ops.cast(self._l1_regularization_strength_tensor,
159 math_ops.cast(self._l2_regularization_strength_tensor,
161 math_ops.cast(self._learning_rate_power_tensor, var.dtype.base_dtype),
169 math_ops.cast(self._learning_rate_tensor, var.dtype.base_dtype),
170 math_ops.cast(self._l1_regularization_strength_tensor,
172 math_ops.cast(self._l2_regularization_strength_tensor,
174 math_ops.cast(self._l2_shrinkage_regularization_strength_tensor,
176 math_ops.cast(self._learning_rate_power_tensor, var.dtype.base_dtype),
188 math_ops.cast(self._learning_rate_tensor, var.dtype.base_dtype),
[all …]
Drmsprop.py150 math_ops.cast(self._learning_rate_tensor, var.dtype.base_dtype),
151 math_ops.cast(self._decay_tensor, var.dtype.base_dtype),
152 math_ops.cast(self._momentum_tensor, var.dtype.base_dtype),
153 math_ops.cast(self._epsilon_tensor, var.dtype.base_dtype),
161 math_ops.cast(self._learning_rate_tensor, var.dtype.base_dtype),
162 math_ops.cast(self._decay_tensor, var.dtype.base_dtype),
163 math_ops.cast(self._momentum_tensor, var.dtype.base_dtype),
164 math_ops.cast(self._epsilon_tensor, var.dtype.base_dtype),
178 math_ops.cast(self._learning_rate_tensor, grad.dtype.base_dtype),
179 math_ops.cast(self._decay_tensor, grad.dtype.base_dtype),
[all …]
/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast.cpp22 ToType __attribute__((noinline)) cast(FromType a) { in cast() function
32 ToType __attribute__((noinline)) cast(int i, FromType a, int j) { in cast() function
49 static ToType f(bool a) { return cast<bool, ToType>(a); } in f()
50 static ToType f(myint8_t a) { return cast<myint8_t, ToType>(a); } in f()
51 static ToType f(uint8_t a) { return cast<uint8_t, ToType>(a); } in f()
52 static ToType f(int16_t a) { return cast<int16_t, ToType>(a); } in f()
53 static ToType f(uint16_t a) { return cast<uint16_t, ToType>(a); } in f()
54 static ToType f(int32_t a) { return cast<int32_t, ToType>(a); } in f()
55 static ToType f(uint32_t a) { return cast<uint32_t, ToType>(a); } in f()
56 static ToType f(int64 a) { return cast<int64, ToType>(a); } in f()
[all …]
/external/llvm/include/llvm/IR/
DIntrinsicInst.h54 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof()
76 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
85 return cast<DILocalVariable>(getRawVariable()); in getVariable()
88 return cast<DIExpression>(getRawExpression()); in getExpression()
92 return cast<MetadataAsValue>(getArgOperand(1))->getMetadata(); in getRawVariable()
95 return cast<MetadataAsValue>(getArgOperand(2))->getMetadata(); in getRawExpression()
103 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
114 return cast<ConstantInt>( in getOffset()
118 return cast<DILocalVariable>(getRawVariable()); in getVariable()
121 return cast<DIExpression>(getRawExpression()); in getExpression()
[all …]
/external/skia/third_party/skcms/src/
DTransform_inl.h102 SI D cast(const S& v) { in cast() function
126 SI I32 to_fixed(F f) { return cast<I32>(f + 0.5f); } in to_fixed()
147 U32 wide = cast<U32>(half); in F_from_Half()
179 return cast<U16>(if_then_else(em < 0x38800000, (U32)F0 in Half_from_F()
217 F roundtrip = cast<F>(cast<I32>(x)); in floor_()
230 F e = cast<F>(bits) * (1.0f / (1<<23)); in approx_log2()
243 I32 bits = cast<I32>((1.0f * (1<<23)) * (x + 121.274057500f in approx_exp2()
496 return cast<F>(v) * (1/255.0f); in F_from_U8()
503 return cast<F>(v) * (1/65535.0f); in F_from_U16_BE()
515 I32 lo = cast<I32>( ix ), in table()
[all …]
/external/skqp/third_party/skcms/src/
DTransform_inl.h102 SI D cast(const S& v) { in cast() function
126 SI I32 to_fixed(F f) { return cast<I32>(f + 0.5f); } in to_fixed()
147 U32 wide = cast<U32>(half); in F_from_Half()
179 return cast<U16>(if_then_else(em < 0x38800000, (U32)F0 in Half_from_F()
217 F roundtrip = cast<F>(cast<I32>(x)); in floor_()
230 F e = cast<F>(bits) * (1.0f / (1<<23)); in approx_log2()
243 I32 bits = cast<I32>((1.0f * (1<<23)) * (x + 121.274057500f in approx_exp2()
496 return cast<F>(v) * (1/255.0f); in F_from_U8()
503 return cast<F>(v) * (1/65535.0f); in F_from_U16_BE()
515 I32 lo = cast<I32>( ix ), in table()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h62 return isa<CallInst>(V) && classof(cast<CallInst>(V)); in classof()
81 return cast<DILocalVariable>(getRawVariable()); in getVariable()
85 return cast<DIExpression>(getRawExpression()); in getExpression()
89 return cast<MetadataAsValue>(getArgOperand(1))->getMetadata(); in getRawVariable()
93 return cast<MetadataAsValue>(getArgOperand(2))->getMetadata(); in getRawExpression()
113 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
129 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
145 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
162 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
171 return cast<DILabel>(getRawVariable()); in getLabel()
[all …]
/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.cpp64 instrumentAlloca(Context, llvm::cast<InstAlloca>(Instr)); in instrumentInst()
67 instrumentArithmetic(Context, llvm::cast<InstArithmetic>(Instr)); in instrumentInst()
70 instrumentBr(Context, llvm::cast<InstBr>(Instr)); in instrumentInst()
73 instrumentCall(Context, llvm::cast<InstCall>(Instr)); in instrumentInst()
76 instrumentCast(Context, llvm::cast<InstCast>(Instr)); in instrumentInst()
79 instrumentExtractElement(Context, llvm::cast<InstExtractElement>(Instr)); in instrumentInst()
82 instrumentFcmp(Context, llvm::cast<InstFcmp>(Instr)); in instrumentInst()
85 instrumentIcmp(Context, llvm::cast<InstIcmp>(Instr)); in instrumentInst()
88 instrumentInsertElement(Context, llvm::cast<InstInsertElement>(Instr)); in instrumentInst()
91 instrumentIntrinsicCall(Context, llvm::cast<InstIntrinsicCall>(Instr)); in instrumentInst()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp265 const auto *SeqR = cast<ConstantDataSequential>(R); in cmpConstants()
279 const APInt &LInt = cast<ConstantInt>(L)->getValue(); in cmpConstants()
280 const APInt &RInt = cast<ConstantInt>(R)->getValue(); in cmpConstants()
284 const APFloat &LAPF = cast<ConstantFP>(L)->getValueAPF(); in cmpConstants()
285 const APFloat &RAPF = cast<ConstantFP>(R)->getValueAPF(); in cmpConstants()
289 const ConstantArray *LA = cast<ConstantArray>(L); in cmpConstants()
290 const ConstantArray *RA = cast<ConstantArray>(R); in cmpConstants()
291 uint64_t NumElementsL = cast<ArrayType>(TyL)->getNumElements(); in cmpConstants()
292 uint64_t NumElementsR = cast<ArrayType>(TyR)->getNumElements(); in cmpConstants()
296 if (int Res = cmpConstants(cast<Constant>(LA->getOperand(i)), in cmpConstants()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dbitcast-vector-fold.ll82 %cast = bitcast i64 -1 to <2 x float>
83 ret <2 x float> %cast
91 %cast = bitcast i128 -1 to <2 x double>
92 ret <2 x double> %cast
99 %cast = bitcast i32 -1 to <1 x float>
100 ret <1 x float> %cast
107 %cast = bitcast <1 x i32 ><i32 -1> to float
108 ret float %cast
115 %cast = bitcast <2 x i32 ><i32 -1, i32 -1> to double
116 ret double %cast
[all …]
/external/tensorflow/tensorflow/contrib/opt/python/training/
Dnadam_optimizer.py43 math_ops.cast(beta1_power, var.dtype.base_dtype),
44 math_ops.cast(beta2_power, var.dtype.base_dtype),
45 math_ops.cast(self._lr_t, var.dtype.base_dtype),
46 math_ops.cast(self._beta1_t, var.dtype.base_dtype),
47 math_ops.cast(self._beta2_t, var.dtype.base_dtype),
48 math_ops.cast(self._epsilon_t, var.dtype.base_dtype),
61 math_ops.cast(beta1_power, grad.dtype.base_dtype),
62 math_ops.cast(beta2_power, grad.dtype.base_dtype),
63 math_ops.cast(self._lr_t, grad.dtype.base_dtype),
64 math_ops.cast(self._beta1_t, grad.dtype.base_dtype),
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dtbi.ll11 %cast = inttoptr i64 %and to i32*
12 %load = load i32, i32* %cast
22 %cast = inttoptr i64 %and to i32*
23 %gep = getelementptr i32, i32* %cast, i64 4
34 %cast = inttoptr i64 %and to i32*
35 %load = load i32, i32* %cast
44 %cast = inttoptr i64 %and to i64*
45 %load = load i64, i64* %cast
54 %cast = inttoptr i64 %and to i32*
55 store i32 %v, i32* %cast
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dvector-shuffle-masked.ll12 %mask.cast = bitcast i8 %mask to <8 x i1>
13 …%mask.extract = shufflevector <8 x i1> %mask.cast, <8 x i1> undef, <4 x i32> <i32 0, i32 1, i32 2,…
25 %mask.cast = bitcast i8 %mask to <8 x i1>
26 …%mask.extract = shufflevector <8 x i1> %mask.cast, <8 x i1> undef, <4 x i32> <i32 0, i32 1, i32 2,…
39 %mask.cast = bitcast i8 %mask to <8 x i1>
40 …%mask.extract = shufflevector <8 x i1> %mask.cast, <8 x i1> undef, <4 x i32> <i32 0, i32 1, i32 2,…
52 %mask.cast = bitcast i8 %mask to <8 x i1>
53 …%mask.extract = shufflevector <8 x i1> %mask.cast, <8 x i1> undef, <4 x i32> <i32 0, i32 1, i32 2,…
66 %mask.cast = bitcast i8 %mask to <8 x i1>
67 %mask.extract = shufflevector <8 x i1> %mask.cast, <8 x i1> undef, <2 x i32> <i32 0, i32 1>
[all …]
/external/lua/src/
Dlopcodes.h89 #define GET_OPCODE(i) (cast(OpCode, ((i)>>POS_OP) & MASK1(SIZE_OP,0)))
91 ((cast(Instruction, o)<<POS_OP)&MASK1(SIZE_OP,POS_OP))))
93 #define getarg(i,pos,size) (cast(int, ((i)>>pos) & MASK1(size,0)))
95 ((cast(Instruction, v)<<pos)&MASK1(size,pos))))
113 #define SETARG_sBx(i,b) SETARG_Bx((i),cast(unsigned int, (b)+MAXARG_sBx))
116 #define CREATE_ABC(o,a,b,c) ((cast(Instruction, o)<<POS_OP) \
117 | (cast(Instruction, a)<<POS_A) \
118 | (cast(Instruction, b)<<POS_B) \
119 | (cast(Instruction, c)<<POS_C))
121 #define CREATE_ABx(o,a,bc) ((cast(Instruction, o)<<POS_OP) \
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dtdc-04.ll11 %cast = bitcast float %x to i32
12 %res = icmp slt i32 %cast, 0
21 %cast = bitcast float %x to i32
22 %res = icmp sgt i32 %cast, -1
31 %cast = bitcast double %x to i64
32 %res = icmp slt i64 %cast, 0
41 %cast = bitcast double %x to i64
42 %res = icmp sgt i64 %cast, -1
51 %cast = bitcast fp128 %x to i128
52 %res = icmp slt i128 %cast, 0
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/
Dtdc-04.ll11 %cast = bitcast float %x to i32
12 %res = icmp slt i32 %cast, 0
21 %cast = bitcast float %x to i32
22 %res = icmp sgt i32 %cast, -1
31 %cast = bitcast double %x to i64
32 %res = icmp slt i64 %cast, 0
41 %cast = bitcast double %x to i64
42 %res = icmp sgt i64 %cast, -1
51 %cast = bitcast fp128 %x to i128
52 %res = icmp slt i128 %cast, 0
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h57 return cast<ConstantInt>(getArgOperand(IndexArg)); in getRawIndex()
65 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
77 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
105 : cast<AllocaInst>(Arg->stripPointerCasts()); in getPromise()
118 auto *Inst = cast<Instruction>(Arg); in clearPromise()
157 Result.Resumers = cast<ConstantArray>(Initializer); in getInfo()
161 return cast<Constant>(getArgOperand(InfoArg)->stripPointerCasts()); in getRawInfo()
167 return cast<Function>(getArgOperand(CoroutineArg)->stripPointerCasts()); in getCoroutine()
182 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
194 return isa<IntrinsicInst>(V) && classof(cast<IntrinsicInst>(V)); in classof()
[all …]
/external/clang/test/SemaObjC/
Dobjcbridge-attribute-arc.m49 …ted-error {{cast of C pointer type 'CFTestingRef' (aka 'struct __CFError *') to Objective-C pointe…
75 …ed-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to Objective-C point…
78 …ed-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to Objective-C point…
81 …ed-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to Objective-C point…
85 …-error {{cast of C pointer type 'CFUColor2Ref' (aka 'union __CFUPrimeColor *') to Objective-C poin…
88 …ted-error {{cast of Objective-C pointer type 'NSError *' to C pointer type 'CFErrorRef' (aka 'stru…
92 …ed-error {{cast of Objective-C pointer type 'NSString *' to C pointer type 'CFErrorRef' (aka 'stru…
96 …cted-error {{cast of C pointer type 'CFErrorRef2' (aka 'struct __CFErrorRef *') to Objective-C poi…
100 …ected-error {{cast of Objective-C pointer type 'Class' to C pointer type 'CFErrorRef' (aka 'struct…
107 …pected-error {{cast of C pointer type 'CFErrorRef' (aka 'struct __CFErrorRef *') to Objective-C po…
[all …]

12345678910>>...148