HomeSort by relevance Sort by last modified time
    Searched refs:resolveTypes (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ListOfTypes.java 53 return result != null ? result : (resolvedTypes = resolveTypes(types));
56 private Type[] resolveTypes(List<Type> unresolved) {
  /external/llvm/lib/TableGen/
Record.cpp 390 /// resolveTypes - Find a common type that T1 and T2 convert to.
393 RecTy *llvm::resolveTypes(RecTy *T1, RecTy *T2) {
407 RecTy *NewType1 = resolveTypes(SuperRecTy1, T2);
426 RecTy *NewType2 = resolveTypes(T1, SuperRecTy2);
    [all...]
TGParser.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 424 /// resolveTypes - Find a common type that T1 and T2 convert to.
427 RecTy *resolveTypes(RecTy *T1, RecTy *T2);
    [all...]

Completed in 101 milliseconds