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

  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 110 // Legal
113 class Legal {
115 Legal() {}
116 virtual ~Legal() {}
120 class LegalJamo : public Legal {
165 class LegalGreek : public Legal {
185 // A special case which is legal but should be
200 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
341 Legal* legalSource; // NOT owned
362 Legal* adoptedLegal
975 Legal *legal = new Legal(); local
989 Legal *legal = new Legal(); local
998 Legal *legal = new Legal(); local
1013 Legal *legal = new LegalJamo(); local
1023 Legal *legal = new Legal(); local
1143 LegalGreek *legal = new LegalGreek(TRUE); local
1178 LegalGreek *legal = new LegalGreek(FALSE); local
1210 LegalGreek *legal = new LegalGreek(FALSE); local
1231 Legal *legal = new Legal(); local
1280 LegalHebrew* legal = new LegalHebrew(error); local
1293 Legal *legal = new Legal(); local
1392 Legal *legal = new LegalIndic(); local
1659 Legal *legal = new LegalIndic(); local
1660 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1682 Legal *legal = new LegalIndic(); local
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 111 // Legal
114 class Legal {
116 Legal() {}
117 virtual ~Legal() {}
121 class LegalJamo : public Legal {
166 class LegalGreek : public Legal {
186 // A special case which is legal but should be
201 // Legal greek has breathing marks IFF there is a vowel or RHO at the start
342 Legal* legalSource; // NOT owned
363 Legal* adoptedLegal
976 Legal *legal = new Legal(); local
990 Legal *legal = new Legal(); local
999 Legal *legal = new Legal(); local
1014 Legal *legal = new LegalJamo(); local
1024 Legal *legal = new Legal(); local
1144 LegalGreek *legal = new LegalGreek(TRUE); local
1179 LegalGreek *legal = new LegalGreek(FALSE); local
1211 LegalGreek *legal = new LegalGreek(FALSE); local
1232 Legal *legal = new Legal(); local
1281 LegalHebrew* legal = new LegalHebrew(error); local
1294 Legal *legal = new Legal(); local
1393 Legal *legal = new LegalIndic(); local
1660 Legal *legal = new LegalIndic(); local
1661 test.test(UnicodeString(fromSet,""),UnicodeString(toSet,""),exclusions,this,quick,legal); local
1683 Legal *legal = new LegalIndic(); local
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 81 Legal, // The target natively supports this operation.
87 /// This enum indicates whether a types are legal for a target, and if not,
253 /// The 'representative' register class is the largest legal super-reg
302 /// legal (return 'Legal') or we need to promote it to a larger type (return
325 /// the largest legal type it will be expanded to.
336 llvm_unreachable("Type is not legal nor is it to be expanded!");
341 /// Vector types are broken down into some number of legal first class types.
384 /// legal.
392 /// VT must be a legal type. By default, we optimistically assume mos
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 160 void vectorize(LoopVectorizationLegality *Legal) {
162 createEmptyLoop(Legal);
165 vectorizeLoop(Legal);
185 Instruction *addRuntimeCheck(LoopVectorizationLegality *Legal,
188 void createEmptyLoop(LoopVectorizationLegality *Legal);
190 void vectorizeLoop(LoopVectorizationLegality *Legal);
201 void vectorizeBlockInLoop(LoopVectorizationLegality *Legal, BasicBlock *BB,
214 LoopVectorizationLegality *Legal);
357 /// LoopVectorizationLegality checks if it is legal to vectorize a loop, and
499 /// Returns true if it is legal to vectorize this loop
    [all...]

Completed in 31 milliseconds