Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
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()
/external/angle/third_party/vulkan_memory_allocator/tools/VmaDumpVis/
DVmaDumpVis.py192 iType = int(sType[5:]) variable
200 iType = int(sType[5:]) variable
207 iType = int(objPool['MemoryTypeIndex']) variable
/external/pdfium/core/fpdfapi/page/
Dcpdf_function.cpp41 int iType = -1; in Load() local
65 CPDF_Function::Type CPDF_Function::IntegerToFunctionType(int iType) { in IntegerToFunctionType()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstrTypes.h64 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/external/llvm-project/llvm/include/llvm/IR/
DInstrTypes.h64 UnaryInstruction(Type *Ty, unsigned iType, Value *V, BasicBlock *IAE) in UnaryInstruction()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.cpp44 XFA_AttributeValue iType = stroke->GetStrokeType(); in Style3D() local
126 XFA_AttributeValue iType; in Get3DStyle() local
Dcxfa_document.cpp77 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild()
91 XFA_Element iType) { in FormValueNode_SetChildContent()
Dcxfa_node.cpp2983 XFA_AttributeValue iType = XFA_AttributeValue::Unknown; in GetUIMargin() local
/external/llvm-project/mlir/lib/Conversion/VectorToLLVM/
DConvertVectorToLLVM.cpp209 Type iType, Value &ptrs) { in getIndexedPtrs()
428 Type iType = gather.getIndicesVectorType().getElementType(); in matchAndRewrite() local
464 Type iType = scatter.getIndicesVectorType().getElementType(); in matchAndRewrite() local
/external/pdfium/fxjs/
Dcjs_app.cpp242 int iType = JSPLATFORM_ALERT_BUTTON_DEFAULT; in alert() local
/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.cpp989 int32_t iType = pField->GetType(); in CheckRequiredFields() local
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp2382 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator()
2391 UnaryOperator::UnaryOperator(UnaryOps iType, Value *S, in UnaryOperator()
2435 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
2448 BinaryOperator::BinaryOperator(BinaryOps iType, Value *S1, Value *S2, in BinaryOperator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
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()
/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c703 TXNFileType iType; in TXNObj_TXNSave() local
/external/llvm/lib/IR/
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()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp2653 DataType iType; in visit() local
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp1238 auto iType = op.input().getType().cast<MemRefType>(); in verify() local
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c25702 int iType; member
25738 static sqlite3_mutex *checkMutexAlloc(int iType){ in checkMutexAlloc()
26381 static sqlite3_mutex *pthreadMutexAlloc(int iType){ in pthreadMutexAlloc()
/external/sqlite/dist/orig/
Dsqlite3.c25657 int iType; member
25693 static sqlite3_mutex *checkMutexAlloc(int iType){ in checkMutexAlloc()
26336 static sqlite3_mutex *pthreadMutexAlloc(int iType){ in pthreadMutexAlloc()
Dshell.c9456 sqlite3_int64 iType; in dbdataNext() local
9616 sqlite3_int64 iType; in dbdataColumn() local
/external/sqlite/dist/
Dsqlite3.c25657 int iType; member
25693 static sqlite3_mutex *checkMutexAlloc(int iType){ in checkMutexAlloc()
26336 static sqlite3_mutex *pthreadMutexAlloc(int iType){ in pthreadMutexAlloc()
Dshell.c9461 sqlite3_int64 iType; in dbdataNext() local
9621 sqlite3_int64 iType; in dbdataColumn() local
/external/mesa3d/include/D3D9/
Dd3d9types.h141 DWORD iType; member