Home
last modified time | relevance | path

Searched refs:findCommonType (Results 1 – 6 of 6) sorted by relevance

/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
DConstructorResolutionLogic.java44 ResolvedType componentType = findCommonType(variadicValues); in groupVariadicParamValues()
50 private static ResolvedType findCommonType(List<ResolvedType> variadicValues) { in findCommonType() method in ConstructorResolutionLogic
DMethodResolutionLogic.java54 ResolvedType componentType = findCommonType(variadicValues); in groupVariadicParamValues()
60 private static ResolvedType findCommonType(List<ResolvedType> variadicValues) { in findCommonType() method in MethodResolutionLogic
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-core/
Dcom_github_javaparser_symbolsolver_resolution_ConstructorResolutionLogic.txt6 …Line 44) findCommonType(variadicValues) ==> com.github.javaparser.symbolsolver.resolution.Construc…
Dcom_github_javaparser_symbolsolver_resolution_MethodResolutionLogic.txt6 …Line 51) findCommonType(variadicValues) ==> com.github.javaparser.symbolsolver.resolution.MethodRe…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1109 static Type *findCommonType(AllocaSlices::const_iterator B, in findCommonType() function
4024 if (Type *CommonUseTy = findCommonType(P.begin(), P.end(), P.endOffset())) in rewritePartition()
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1060 static Type *findCommonType(AllocaSlices::const_iterator B, in findCommonType() function
3815 if (Type *CommonUseTy = findCommonType(P.begin(), P.end(), P.endOffset())) in rewritePartition()