Home
last modified time | relevance | path

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

123

/frameworks/compile/slang/tests/F_vector_cast/
Dstderr.txt.expect3 vector_cast.rs:7:9: error: invalid vector cast
4 vector_cast.rs:14:9: error: invalid vector cast
5 vector_cast.rs:21:9: error: invalid vector cast
6 vector_cast.rs:31:13: error: invalid vector cast
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOTPLT.cpp44 GOTPLTEntry* got = &(llvm::cast<GOTPLTEntry>((*it))); in emit()
72 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver in applyAllGOTPLT()
73 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer in applyAllGOTPLT()
76 llvm::cast<GOTPLTEntry>(*it).setValue(pltAddr); in applyAllGOTPLT()
DMipsPLT.cpp96 memcpy(buffer, llvm::cast<MipsPLT0>((*it)).getValue(), MipsPLT0::EntrySize); in emit()
102 plta = &(llvm::cast<MipsPLTA>(*it)); in emit()
133 PLTEntryBase* plt = &(llvm::cast<PLTEntryBase>(*it)); in applyAllPLT()
/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp92 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addEntryPoint()
145 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addAssignment()
149 llvm::cast<OutputSectDesc>(sections->back()); in addAssignment()
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in enterOutputSectDesc()
200 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in leaveOutputSectDesc()
203 OutputSectDesc* output_desc = llvm::cast<OutputSectDesc>(sections->back()); in leaveOutputSectDesc()
214 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addInputSectDesc()
217 OutputSectDesc* output_sect = llvm::cast<OutputSectDesc>(sections->back()); in addInputSectDesc()
DUnaryOp.cpp77 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name()); in eval()
80 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval()
99 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name()); in eval()
102 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval()
176 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name()); in eval()
179 sect = llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection(); in eval()
DRpnEvaluator.cpp38 Operator* op = llvm::cast<Operator>(*it); in eval()
79 Operand* opd = llvm::cast<Operand>(*it); in eval()
85 SymOperand* sym_opd = llvm::cast<SymOperand>(opd); in eval()
/frameworks/compile/mclinker/lib/Target/X86/
DX86GOTPLT.cpp42 llvm::cast<X86_32GOTEntry> in applyGOT0()
55 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6); in applyAllGOTPLT()
81 llvm::cast<X86_64GOTEntry> in applyGOT0()
94 llvm::cast<X86_64GOTEntry>(*it).setValue(plt_addr + 6); in applyAllGOTPLT()
DX86PLT.cpp109 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it)); in finalizeSectionSize()
142 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first)); in getPLT0()
205 plt1 = &(llvm::cast<PLTEntryBase>(*it)); in applyPLT1()
295 plt1 = &(llvm::cast<PLTEntryBase>(*it)); in applyPLT1()
DX86LDBackend.cpp186 unsigned int plt0_size = llvm::cast<PLTEntryBase>((*it)).size(); in emitSectionData()
188 memcpy(buffer, llvm::cast<PLTEntryBase>((*it)).getValue(), plt0_size); in emitSectionData()
195 plt1 = &(llvm::cast<PLTEntryBase>(*it)); in emitSectionData()
521 got = &(llvm::cast<X86_32GOTEntry>((*it))); in emitGOTSectionData()
544 got = &(llvm::cast<X86_32GOTEntry>((*it))); in emitGOTPLTSectionData()
721 got = &(llvm::cast<X86_64GOTEntry>((*it))); in emitGOTSectionData()
745 got = &(llvm::cast<X86_64GOTEntry>((*it))); in emitGOTPLTSectionData()
/frameworks/base/docs/html/google/play-services/
Dcast.jd22 <p>Explore the <a href="{@docRoot}reference/com/google/android/gms/cast/package-summary.html"
24 href="http://developers.google.com/cast/" class="external-link">developers.google.com/cast</a>
39 <br/><a href="http://developers.google.com/cast/docs/styled_receiver" class="external-link"
46 <br/><a href="http://developers.google.com/cast/docs/styled_receiver" class="external-link"
54 <br/><a href="http://developers.google.com/cast/docs/sender_apps" class="external-link"
72 <a href="http://developers.google.com/cast/docs/registration"
78 href="https://developers.google.com/cast/docs/design_checklist"
83 href="https://developers.google.com/cast/docs/developers">Developer's Guide</a>
88 <a href="{@docRoot}reference/com/google/android/gms/cast/package-summary.html">Google Cast
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp266 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
269 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable()
279 FunctionType *FT = cast<FunctionType>(T); in WriteTypeTable()
291 StructType *ST = cast<StructType>(T); in WriteTypeTable()
318 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
327 VectorType *VT = cast<VectorType>(T); in WriteTypeTable()
771 const Constant *C = cast<Constant>(V); in WriteConstants()
824 cast<ConstantDataSequential>(C)->isString()) { in WriteConstants()
825 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); in WriteConstants()
888 if (cast<GEPOperator>(C)->isInBounds()) in WriteConstants()
[all …]
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp272 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
275 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable()
285 FunctionType *FT = cast<FunctionType>(T); in WriteTypeTable()
296 StructType *ST = cast<StructType>(T); in WriteTypeTable()
323 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
332 VectorType *VT = cast<VectorType>(T); in WriteTypeTable()
841 const Constant *C = cast<Constant>(V); in WriteConstants()
871 cast<ConstantDataSequential>(C)->isString()) { in WriteConstants()
872 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); in WriteConstants()
946 if (cast<GEPOperator>(C)->isInBounds()) in WriteConstants()
[all …]
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonPLT.cpp66 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first)); in getPLT0()
82 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it)); in finalizeSectionSize()
155 plt1 = &(llvm::cast<HexagonPLT1>(*it)); in applyPLT1()
187 memcpy(buffer, llvm::cast<HexagonPLT0>((*it)).getValue(), HexagonPLT0::EntrySize); in emit()
194 plt1 = &(llvm::cast<HexagonPLT1>(*it)); in emit()
DHexagonGOTPLT.cpp45 llvm::cast<HexagonGOTEntry> in applyGOT0()
59 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr()); in applyAllGOTPLT()
/frameworks/compile/mclinker/lib/Target/ARM/
DARMPLT.cpp86 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first)); in applyPLT0()
125 plt1 = &(llvm::cast<ARMPLT1>(*it)); in applyPLT1()
155 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize); in emit()
162 plt1 = &(llvm::cast<ARMPLT1>(*it)); in emit()
DARMGOT.cpp101 llvm::cast<ARMGOTEntry> in applyGOT0()
118 llvm::cast<ARMGOTEntry>(entry)->setValue(pPLTBase); in applyGOTPLT()
130 got = &(llvm::cast<ARMGOTEntry>((*it))); in emit()
/frameworks/compile/mclinker/lib/Target/AArch64/
DAArch64PLT.cpp73 AArch64PLT0* plt0 = &(llvm::cast<AArch64PLT0>(*first)); in applyPLT0()
126 plt1 = &(llvm::cast<AArch64PLT1>(*it)); in applyPLT1()
156 memcpy(buffer, llvm::cast<AArch64PLT0>((*it)).getValue(), in emit()
164 plt1 = &(llvm::cast<AArch64PLT1>(*it)); in emit()
DAArch64GOT.cpp106 llvm::cast<AArch64GOTEntry> in applyGOT0()
123 llvm::cast<AArch64GOTEntry>(entry)->setValue(pPLTBase); in applyGOTPLT()
135 got = &(llvm::cast<AArch64GOTEntry>((*it))); in emit()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp95 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()
97 GlobalVariable *GV = cast<GlobalVariable>(Val); in TransferClausesToLandingPadInst()
110 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()
126 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j))); in TransferClausesToLandingPadInst()
128 GlobalVariable *GV = cast<GlobalVariable>(Val); in TransferClausesToLandingPadInst()
183 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); in UpgradeExceptionHandling()
184 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); in UpgradeExceptionHandling()
210 PHINode *PN = cast<PHINode>(II); in UpgradeExceptionHandling()
241 CallInst *Exn = cast<CallInst>(EHIntrinsics.first); in UpgradeExceptionHandling()
242 CallInst *Sel = cast<CallInst>(EHIntrinsics.second); in UpgradeExceptionHandling()
[all …]
/frameworks/opt/net/wifi/service/
DAndroid.mk26 LOCAL_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast
67 LOCAL_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast
97 LOCAL_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp180 StructType *ST = cast<StructType>(T); in WriteTypeSymbolTable()
326 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth()); in WriteTypeTable()
329 PointerType *PTy = cast<PointerType>(T); in WriteTypeTable()
339 FunctionType *FT = cast<FunctionType>(T); in WriteTypeTable()
351 StructType *ST = cast<StructType>(T); in WriteTypeTable()
362 ArrayType *AT = cast<ArrayType>(T); in WriteTypeTable()
371 VectorType *VT = cast<VectorType>(T); in WriteTypeTable()
817 const Constant *C = cast<Constant>(V); in WriteConstants()
870 cast<ConstantDataSequential>(C)->isString()) { in WriteConstants()
871 const ConstantDataSequential *Str = cast<ConstantDataSequential>(C); in WriteConstants()
[all …]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp54 cast<CallInst>(*FuncStart->use_begin())->eraseFromParent(); in StripDebugInfoOfFunction()
71 DbgDeclareInst *DDI = cast<DbgDeclareInst>(*Declare->use_begin()); in CheckDebugInfoIntrinsics()
75 CallInst *CI = cast<CallInst>(*Declare->use_begin()); in CheckDebugInfoIntrinsics()
221 cast<ConstantExpr>(V)->getOpcode() == Instruction::UserOp1; in classof()
274 return cast<Constant>(V); in getConstantFwdRef()
337 Constant *UserC = cast<Constant>(U); in ResolveConstantForwardRefs()
351 std::pair<Constant*, unsigned>(cast<Constant>(*I), in ResolveConstantForwardRefs()
357 NewOps.push_back(cast<Constant>(NewOp)); in ResolveConstantForwardRefs()
370 NewC = cast<ConstantExpr>(UserC)->getWithOperands(NewOps); in ResolveConstantForwardRefs()
400 MDNode *PrevVal = cast<MDNode>(OldV); in AssignValue()
[all …]
/frameworks/base/tools/aidl/
DAST.cpp262 cast(NULL) in Assignment()
269 cast(c) in Assignment()
282 if (this->cast != NULL) { in Write()
283 fprintf(to, "(%s)", this->cast->QualifiedName().c_str()); in Write()
500 cast(c), in VariableDeclaration()
507 cast(NULL), in VariableDeclaration()
522 if (this->cast != NULL) { in Write()
523 fprintf(to, "(%s)", this->cast->QualifiedName().c_str()); in Write()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Stream.h111 static Camera3Stream* cast(camera3_stream *stream);
112 static const Camera3Stream* cast(const camera3_stream *stream);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java123 String cast = args.getString("cast"); in dispatchDemoCommand() local
124 if (cast != null) { in dispatchDemoCommand()
125 int iconId = cast.equals("show") ? R.drawable.stat_sys_cast : 0; in dispatchDemoCommand()

123