/frameworks/compile/slang/tests/F_vector_cast/ |
D | stderr.txt.expect | 3 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/ |
D | MipsGOTPLT.cpp | 44 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()
|
D | MipsPLT.cpp | 96 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/ |
D | ScriptFile.cpp | 92 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()
|
D | UnaryOp.cpp | 77 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()
|
D | RpnEvaluator.cpp | 38 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/ |
D | X86GOTPLT.cpp | 42 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()
|
D | X86PLT.cpp | 109 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()
|
D | X86LDBackend.cpp | 186 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/ |
D | cast.jd | 22 <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/ |
D | BitcodeWriter.cpp | 266 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/ |
D | BitcodeWriter.cpp | 272 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/ |
D | HexagonPLT.cpp | 66 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()
|
D | HexagonGOTPLT.cpp | 45 llvm::cast<HexagonGOTEntry> in applyGOT0() 59 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr()); in applyAllGOTPLT()
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMPLT.cpp | 86 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()
|
D | ARMGOT.cpp | 101 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/ |
D | AArch64PLT.cpp | 73 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()
|
D | AArch64GOT.cpp | 106 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/ |
D | BitcodeReader.cpp | 95 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/ |
D | Android.mk | 26 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/ |
D | BitcodeWriter.cpp | 180 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/ |
D | BitcodeReader.cpp | 54 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/ |
D | AST.cpp | 262 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/ |
D | Camera3Stream.h | 111 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/ |
D | DemoStatusIcons.java | 123 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()
|