[go: nahoru, domu]

Searched refs:cast (Results 1 - 25 of 63) sorted by relevance

123

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOTPLT.cpp35 GOTPLTEntry* got = &(llvm::cast<GOTPLTEntry>((*it)));
56 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver
57 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer
60 llvm::cast<GOTPLTEntry>(*it).setValue(pltAddr);
H A DMipsPLT.cpp83 memcpy(buffer, llvm::cast<MipsPLT0>((*it)).getValue(), MipsPLT0::EntrySize);
89 plta = &(llvm::cast<MipsPLTA>(*it));
106 PLTEntryBase* plt = &(llvm::cast<PLTEntryBase>(*it));
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DBracketExpr.java95 String cast = argCastsInteger() ? "(Integer) " : "";
101 app(cast, getArg().toCode()).app(")");
111 app(cast, getArg().toCode()).
117 app(cast, getArg().toCode()).
132 String cast = argCastsInteger() ? "(Integer) " : "";
136 app(cast, getArg().toCode(true)).
H A DMathExpr.java112 final String cast = inverseCast();
113 if (cast != null) {
114 value = new KCode(cast).app("(", value).app(")");
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonGOTPLT.cpp40 llvm::cast<HexagonGOTEntry>(*(m_SectionData->getFragmentList().begin()))
53 llvm::cast<HexagonGOTEntry>(*it).setValue(pPLT.addr());
H A DHexagonPLT.cpp59 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
74 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
142 plt1 = &(llvm::cast<HexagonPLT1>(*it));
174 llvm::cast<HexagonPLT0>((*it)).getValue(),
182 plt1 = &(llvm::cast<HexagonPLT1>(*it));
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86GOTPLT.cpp37 llvm::cast<X86_32GOTEntry>(*(m_SectionData->getFragmentList().begin()))
49 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6);
70 llvm::cast<X86_64GOTEntry>(*(m_SectionData->getFragmentList().begin()))
82 llvm::cast<X86_64GOTEntry>(*it).setValue(plt_addr + 6);
H A DX86PLT.cpp97 PLTEntryBase* plt1 = &(llvm::cast<PLTEntryBase>(*it));
127 PLTEntryBase* plt0 = &(llvm::cast<PLTEntryBase>(*first));
187 plt1 = &(llvm::cast<PLTEntryBase>(*it));
274 plt1 = &(llvm::cast<PLTEntryBase>(*it));
/frameworks/compile/mclinker/lib/Script/
H A DUnaryOp.cpp76 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
80 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
98 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
102 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
169 sect = pModule.getSection(llvm::cast<SectOperand>(m_pOperand)->name());
173 llvm::cast<SectDescOperand>(m_pOperand)->outputDesc()->getSection();
H A DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
153 llvm::cast<OutputSectDesc>(sections->back());
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
202 OutputSectDesc* output_desc = llvm::cast<OutputSectDesc>(sections->back());
212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back());
215 OutputSectDesc* output_sect = llvm::cast<OutputSectDesc>(sections->back());
H A DRpnEvaluator.cpp39 Operator* op = llvm::cast<Operator>(*it);
80 Operand* opd = llvm::cast<Operand>(*it);
86 SymOperand* sym_opd = llvm::cast<SymOperand>(opd);
H A DAssignment.cpp114 llvm::cast<Operand>(*it)->isDot()) {
151 llvm::cast<Operand>(*it)->isDot()) {
H A DGroupCmd.cpp54 InputToken* input = llvm::cast<InputToken>(*it);
87 InputToken* token = llvm::cast<InputToken>(*it);
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64PLT.cpp70 AArch64PLT0* plt0 = &(llvm::cast<AArch64PLT0>(*first));
123 plt1 = &(llvm::cast<AArch64PLT1>(*it));
153 llvm::cast<AArch64PLT0>((*it)).getValue(),
161 plt1 = &(llvm::cast<AArch64PLT1>(*it));
H A DAArch64GOT.cpp97 llvm::cast<AArch64GOTEntry>(*(m_SectionData->getFragmentList().begin()))
113 llvm::cast<AArch64GOTEntry>(entry)->setValue(pPLTBase);
124 got = &(llvm::cast<AArch64GOTEntry>((*it)));
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMPLT.cpp81 ARMPLT0* plt0 = &(llvm::cast<ARMPLT0>(*first));
117 plt1 = &(llvm::cast<ARMPLT1>(*it));
146 memcpy(buffer, llvm::cast<ARMPLT0>((*it)).getValue(), ARMPLT0::EntrySize);
153 plt1 = &(llvm::cast<ARMPLT1>(*it));
H A DARMGOT.cpp94 llvm::cast<ARMGOTEntry>(*(m_SectionData->getFragmentList().begin()))
110 llvm::cast<ARMGOTEntry>(entry)->setValue(pPLTBase);
121 got = &(llvm::cast<ARMGOTEntry>((*it)));
/frameworks/compile/mclinker/lib/LD/
H A DDebugString.cpp46 RegionFragment* frag = llvm::cast<RegionFragment>(&(*it));
75 llvm::cast<RegionFragment>(info->outSymbol()->fragRef()->frag());
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSAddDebugInfoPass.cpp131 DT = llvm::cast<llvm::DIDerivedType>(kernelPrototypeVarMD->getType());
132 DT = llvm::cast<llvm::DIDerivedType>(DT->getBaseType());
133 llvm::DISubroutineType *ST = llvm::cast<llvm::DISubroutineType>(DT->getBaseType());
134 kernelPrototypeMD = llvm::cast<llvm::MDTuple>(ST->getRawTypeArray());
195 llvm::cast<llvm::DIType>(argTypes->getOperand(argIdx).get()),
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp65 default: llvm_unreachable("Unknown cast instruction!");
264 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
267 PointerType *PTy = cast<PointerType>(T);
277 FunctionType *FT = cast<FunctionType>(T);
289 StructType *ST = cast<StructType>(T);
316 ArrayType *AT = cast<ArrayType>(T);
325 VectorType *VT = cast<VectorType>(T);
654 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \
663 const MDString *MDS = cast<MDString>(MD);
841 const Constant *C = cast<Constan
[all...]
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp65 default: llvm_unreachable("Unknown cast instruction!");
267 TypeVals.push_back(cast<IntegerType>(T)->getBitWidth());
270 PointerType *PTy = cast<PointerType>(T);
280 FunctionType *FT = cast<FunctionType>(T);
291 StructType *ST = cast<StructType>(T);
318 ArrayType *AT = cast<ArrayType>(T);
327 VectorType *VT = cast<VectorType>(T);
683 Write##CLASS(cast<CLASS>(N), VE, Stream, Record, CLASS##Abbrev); \
692 const MDString *MDS = cast<MDString>(MD);
878 const Constant *C = cast<Constan
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp100 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
102 GlobalVariable *GV = cast<GlobalVariable>(Val);
115 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
131 LPI->addClause(cast<Constant>(EHSel->getArgOperand(j)));
133 GlobalVariable *GV = cast<GlobalVariable>(Val);
188 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
189 CallInst *Sel = cast<CallInst>(EHIntrinsics.second);
215 PHINode *PN = cast<PHINode>(II);
245 CallInst *Exn = cast<CallInst>(EHIntrinsics.first);
246 CallInst *Sel = cast<CallIns
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Stream.h126 static Camera3Stream* cast(camera3_stream *stream);
127 static const Camera3Stream* cast(const camera3_stream *stream);
408 // cast to camera3_stream*, implementations must increment the
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSystemUIFactory.java105 CastController cast, FlashlightController flashlight,
111 hotspot, cast, flashlight, userSwitcher, userInfo, keyguard, security, battery,
101 createQSTileHost(Context context, PhoneStatusBar statusBar, BluetoothController bluetooth, LocationController location, RotationLockController rotation, NetworkController network, ZenModeController zen, HotspotController hotspot, CastController cast, FlashlightController flashlight, UserSwitcherController userSwitcher, UserInfoController userInfo, KeyguardMonitor keyguard, SecurityController security, BatteryController battery, StatusBarIconController iconController, NextAlarmController nextAlarmController) argument
/frameworks/native/vulkan/tools/
H A DAndroid.mk25 -Wno-old-style-cast

Completed in 608 milliseconds

123