Searched refs:tce (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Support/
H A DTriple.cpp41 case tce: return "tce";
202 .Case("tce", tce)
280 .Case("tce", Triple::tce)
803 case llvm::Triple::tce:
869 case Triple::tce:
900 case Triple::tce:
/external/llvm/include/llvm/ADT/
H A DTriple.h68 tce, // TCE (http://tce.cs.tut.fi/): tce enumerator in enum:llvm::Triple::ArchType
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DTransformerFactoryImpl.java152 catch (TransformerConfigurationException tce)
155 throw tce;
157 /* catch (TransformerException tce)
160 throw new TransformerConfigurationException(tce.getMessage(), tce);
/external/valgrind/main/coregrind/
H A Dm_transtab.c1090 ULong* tce; local
1095 tce = sec->tc_next;
1096 if (tce < &sec->tc[0] || tce > &sec->tc[tc_sector_szQ])
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp423 if (T.getArch() != Triple::xcore && T.getArch() != Triple::tce) {
/external/ppp/pppd/
H A Deap.c432 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)
/external/clang/lib/Basic/
H A DTargets.cpp5208 // publicly available in http://tce.cs.tut.fi
5252 DefineStd(Builder, "tce", Opts);
5257 return Feature == "tce";
6298 case llvm::Triple::tce:
/external/clang/lib/CodeGen/
H A DTargetInfo.cpp5435 // TCE ABI Implementation (see http://tce.cs.tut.fi). Uses mostly the defaults.
6629 case llvm::Triple::tce:

Completed in 4865 milliseconds