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

  /external/llvm/lib/Support/
Triple.cpp 35 case tce: return "tce";
158 .Case("tce", tce)
250 .Case("tce", Triple::tce)
659 case llvm::Triple::tce:
708 case Triple::tce:
737 case Triple::tce:
  /external/llvm/include/llvm/ADT/
Triple.h 59 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator in enum:llvm::Triple::ArchType
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 155 // iprintf and friends are only available on XCore and TCE.
156 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce) {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 152 catch (TransformerConfigurationException tce)
155 throw tce;
157 /* catch (TransformerException tce)
160 throw new TransformerConfigurationException(tce.getMessage(), tce);
  /external/valgrind/main/coregrind/
m_transtab.c 455 ULong* tce; local
460 tce = sec->tc_next;
461 if (tce < &sec->tc[0] || tce > &sec->tc[tc_sector_szQ])
    [all...]
  /external/ppp/pppd/
eap.c 432 struct t_confent *tce, mytce; local
530 tce = &mytce;
531 } else if ((tce = gettcid(id)) != NULL) {
553 if ((ts = t_serveropenraw(&tpw.pebuf, tce)) == NULL)
    [all...]
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]

Completed in 231 milliseconds