Home
last modified time | relevance | path

Searched defs:toType (Results 1 – 19 of 19) sorted by relevance

/external/guice/core/src/com/google/inject/spi/
DTypeConverter.java30 Object convert(String value, TypeLiteral<?> toType); in convert()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/declarations/common/
DMethodDeclarationCommonLogic.java91 protected ResolvedType toType(ResolvedTypeParameterDeclaration typeParameterDeclaration) { in toType() method in MethodDeclarationCommonLogic
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/declarations/common/
DMethodDeclarationCommonLogic.java91 protected Type toType(TypeParameterDeclaration typeParameterDeclaration) { in toType() method in MethodDeclarationCommonLogic
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp423 TIntermTyped &sh::CoerceSimple(TBasicType toType, TIntermTyped &fromNode) in CoerceSimple()
440 TIntermTyped &sh::CoerceSimple(const TType &toType, TIntermTyped &fromNode) in CoerceSimple()
458 TIntermTyped &sh::AsType(SymbolEnv &symbolEnv, const TType &toType, TIntermTyped &fromNode) in AsType()
/external/llvm-project/mlir/lib/Dialect/GPU/Transforms/
DMemoryPromotion.cpp136 auto toType = to.getType().cast<MemRefType>(); in insertCopies() local
/external/dokka/core/src/main/kotlin/Utilities/
DDokkaModules.kt81 inline infix fun <reified T: Any, TKClass: KClass<out T>> AnnotatedBindingBuilder<T>.toType(kClass:… method
/external/llvm-project/flang/lib/Lower/
DIO.cpp434 mlir::Location loc, mlir::Type toType) { in getDefaultFilename()
441 mlir::Location loc, mlir::Type toType) { in getDefaultLineNo()
447 mlir::Location loc, mlir::Type toType) { in getDefaultScratch()
454 mlir::Location loc, mlir::Type toType) { in getDefaultScratchLen()
990 mlir::Type toType) { in getDescriptor()
/external/cldr/tools/java/org/unicode/cldr/util/
DIso639Data.java40 static Map<String, Type> toType; field in Iso639Data
/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp256 static types::ID toType(Language Lang) { in toType() function
/external/angle/src/compiler/translator/tree_ops/
DRewriteRowMajorMatrices.cpp1415 const TType &toType = to->getType(); in addFieldCopy() local
1442 TType *toType = new TType(to, true); in declareStructCopy() local
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c93 DescType toType; in AEDesc_AECoerceDesc() local
940 DescType toType; in AE_AECoercePtr() local
/external/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp2160 unsigned int toType; in tryStore() local
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1757 unsigned int toType; in tryStore() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelDAGToDAG.cpp1758 unsigned int toType; in tryStore() local
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCDatabaseMetaData.java168 public boolean supportsConvert(int fromType, int toType) in supportsConvert()
/external/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
DConvertSPIRVToLLVM.cpp777 Type toType = operation.getType(); in matchAndRewrite() local
/external/clang/lib/Sema/
DSemaExpr.cpp1200 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast()
1204 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp177 …*createTruncate(Ice::Cfg *function, Ice::CfgNode *basicBlock, Ice::Operand *from, Ice::Type toType) in createTruncate()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp1234 ExprResult doIntegralCast(Sema &S, Expr *op, QualType toType) { in doIntegralCast()
1238 ExprResult doComplexIntegralCast(Sema &S, Expr *op, QualType toType) { in doComplexIntegralCast()