reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
131 Type *Int8PtrTy = Type::getInt8PtrTy(C); 132 Type *Int32PtrTy = Type::getInt32PtrTy(C); 133 Type *Int64Ty = Type::getInt64Ty(C); 158 Type *Int32Ptr1Ty = Type::getInt32PtrTy(C, 1); 159 ConstantInt *K = ConstantInt::get(Type::getInt64Ty(C), 1234);