Home
last modified time | relevance | path

Searched defs:iType (Results 1 – 25 of 57) sorted by relevance

123

/aosp_15_r20/external/llvm/include/llvm/IR/
H A DInstrTypes.h43 : Instruction(Ty, iType, Ops, NumOps, InsertBefore) {} in Instruction() argument
45 TerminatorInst(Type *Ty, Instruction::TermOps iType, in TerminatorInst()
287 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DInstrTypes.h57 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock::iterator IB) in UnaryInstruction()
66 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DInstrTypes.h57 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock::iterator IB) in UnaryInstruction()
66 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DInstrTypes.h59 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock::iterator IB) in UnaryInstruction()
68 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dmqmail.h27 MQMailRecipType iType; member
51 MQMailFormFieldType iType; member
97 MQMailEMailType iType; member
Dwinnls.h895 #define FILEMUIINFO_GET_MAIN_TYPEID(pInfo, iType) (((iType<pInfo->dwTypeIDMainSize)&& (pInfo->dwTyp… argument
898 #define FILEMUIINFO_GET_MUI_TYPEID(pInfo, iType) (((iType<pInfo->dwTypeIDMUISize)&& (pInfo->dwTypeI… argument
Dhtmlhelp.h189 int iType; member
Dwingdi.h768 DWORD iType; member
774 DWORD iType; member
2317 DWORD iType; member
3562 DWORD iType; member
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_function.cpp28 CPDF_Function::Type IntegerToFunctionType(int iType) { in IntegerToFunctionType()
61 int iType = -1; in Load() local
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_box.cpp48 XFA_AttributeValue iType = stroke->GetStrokeType(); in Style3D() local
132 XFA_AttributeValue iType; in Get3DStyle() local
H A Dcxfa_document.cpp80 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild()
94 XFA_Element iType) { in FormValueNode_SetChildContent()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DInstrTypes.h64 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DInstrTypes.h62 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DInstrTypes.h62 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplusmetaheader.h42 DWORD iType; member
/aosp_15_r20/external/robolectric/utils/reflector/src/main/java/org/robolectric/util/reflector/
H A DReflectorClassWriter.java91 private final Type iType; field in ReflectorClassWriter
/aosp_15_r20/external/pdfium/fxjs/
H A Dcjs_app.cpp251 int iType = JSPLATFORM_ALERT_BUTTON_DEFAULT; in alert() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp2183 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator()
2192 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator()
2236 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
2249 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstructions.cpp2803 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator()
2812 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator()
2856 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
2869 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
/aosp_15_r20/external/pdfium/core/fpdfdoc/
H A Dcpdf_interactiveform.cpp899 int32_t iType = pField->GetType(); in CheckRequiredFields() local
/aosp_15_r20/external/llvm/lib/IR/
H A DInstructions.cpp2039 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
2052 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
2066 void BinaryOperator::init(BinaryOps iType) { in init()
/aosp_15_r20/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c703 TXNFileType iType; in TXNObj_TXNSave() local
/aosp_15_r20/external/caliper/lib/
HDjoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/joda-time/joda-time/2.9.1/
HDjoda-time-2.9.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/ ...
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp2824 DataType iType; in visit() local

123