HomeSort by relevance Sort by last modified time
    Searched refs:IT (Results 1 - 25 of 26) sorted by null

1 2

  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
buildall.sh 8 ./buildpkb.sh it IT cm0
15 ./buildbin.sh it-IT cm0
buildpkb.sh 57 elif [ $1 = "it" ]; then
58 if [ $2 = "IT" ]; then
125 elif [ $LANG = "it-IT" ]; then
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 4 @ Ill-formed IT block instructions.
8 it le
13 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'le', but expected 'eq'
16 @ CHECK-ERRORS: error: incorrect condition in IT block; got 'al', but expected 'ne'
19 @ CHECK-ERRORS: error: instructions in IT block must be predicable
20 @ CHECK-ERRORS: it le
22 @ CHECK-ERRORS: error: too many conditions on IT instruction
25 @ CHECK-ERRORS: error: illegal IT block condition mask 'tfe'
28 @ CHECK-ERRORS: error: predicated instructions must be in IT block
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
RegionCode.java 37 static final String IT = "IT";
PhoneNumberMatcherTest.java 48 // Try again, but this time we have an international number with Region Code US. It should
85 doTestFindInContext("02-36618 300", RegionCode.IT);
86 doTestFindInContext("312 345 678", RegionCode.IT);
154 // Verifying bug-fix where the last digit of a number was previously omitted if it was a 0 when
168 // indicate an extension, although we accept it when parsing.
210 // Now repeat, but this time the phone number has spaces in it. It should still be found.
376 // 'X' should not be found in numbers at leniencies stricter than POSSIBLE, unless it represents
583 // The digits up to the ", " form a valid US number, but it shouldn't be matched as one since
    [all...]
PhoneNumberUtilTest.java 125 // No shared-cost data is available, so it should be initialised to "NA".
276 // CS is an invalid region, so we have no data for it.
280 // support getting an example number for it with this method.
474 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.IT));
538 // Testing that if the raw input doesn't exist, it is formatted using
561 // The metadata should not be permanently changed, since we copied it before modifying patterns.
    [all...]
  /external/llvm/include/llvm/ADT/
ilist.h 15 // fields of the node type that the list is instantiated with. If it is not
22 // really want to know if it's empty.
84 /// @return null node to indicate that it needs to be allocated later
159 // ilist_iterator is not a random-access iterator, but it has an
303 /// to the sentinel. Once the sentinel is constructed, it
305 /// 3. The list may contain actual objects in it, which are stored as a doubly
324 /// list has been created and lazily makes it if not.
432 NodeTy *remove(iterator &IT) {
433 assert(IT != end() && "Cannot remove end of list!");
434 NodeTy *Node = &*IT;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 76 /// has the same order as Successors, or it is empty if we don't use it
128 /// setHasAddressTaken - Set this block to reflect that it potentially
148 "It's not legal to initialize bundle_iterator with a bundled MI");
153 "It's not legal to initialize bundle_iterator with a bundled MI");
157 "It's not legal to initialize bundle_iterator with a bundled MI");
325 /// addLiveIn - Add the specified register as a live in. Note that it
363 /// pad, return it. Otherwise return NULL.
369 /// block. This only moves the block, it does not modify the CFG or adjust
376 /// it may now need a branch, and if it previously used branching it may no
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 33 // other computations (because it has a constant operand), return the
77 // has a known-zero bit in a more significant place than it (not including the
119 // If we have ADD(XOR(AND(X, 0xFF), 0x80), 0xF..F80), it's a sext.
120 // If we have ADD(XOR(AND(X, 0xFF), 0xF..F80), 0x80), it's a sext.
140 // If this is a xor that was canonicalized from a sub, turn it back into
141 // a sub and fuse this add with it.
143 IntegerType *IT = cast<IntegerType>(I.getType());
144 APInt LHSKnownOne(IT->getBitWidth(), 0);
145 APInt LHSKnownZero(IT->getBitWidth(), 0);
203 if (IntegerType *IT = dyn_cast<IntegerType>(I.getType()))
    [all...]
InstCombineCalls.cpp 22 /// getPromotedType - Return the specified type promoted as it would be to pass
107 // infer, use it.
118 // Set the size of the copy to 0, it will be deleted on the next iteration.
160 // Set the size of the copy to 0, it will be deleted on the next iteration.
169 /// of intrinsic instructions. For normal calls, it allows visitCallSite to do
249 // We need target data for just about everything so depend on it.
311 // make it possible to evaluate objectsize to a constant.
358 IntegerType *IT = dyn_cast<IntegerType>(II->getArgOperand(0)->getType());
360 if (!IT) break;
361 uint32_t BitWidth = IT->getBitWidth()
    [all...]
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 61 if (const PointerType* IT = T->getAs<PointerType>()) {
62 T = IT->getPointeeType();
64 } else if (const ReferenceType* IT = T->getAs<ReferenceType>()) {
65 T = IT->getPointeeType();
83 /// it is invalid to add another level of indirection.
155 // to work around it here.
180 // FIXME: We can't just take the expression from the old prototype. It
282 /// they allow exactly the same set of exception types. It does not matter how
332 // C++0x [except.spec]p12: An exception-specifcation is non-throwing if it is
342 // It's considered when AllowNoexceptAllMatchWithNoSpec is true
    [all...]
SemaAccess.cpp 96 // Technically it says nothing about the local classes of non-member
143 /// it.
253 /// Properly indicates when it couldn't be determined due to
283 } else if (const InjectedClassNameType *IT
285 RD = IT->getDecl();
451 // It's a match.
455 // If the context isn't dependent, it can't be a dependent match.
459 // If the template names don't match, it can't be a dependent
465 // context, it can't be a dependent match.
470 // Otherwise, it's a dependent match
    [all...]
SemaPseudoObject.cpp 20 // needing an r-value, it is treated as if it were a message-send
23 // If it is used as the LHS of a simple assignment, it is treated
26 // If it is used as the LHS of a compound assignment, or the operand
299 // If the expression hasn't already been captured, just capture it
307 // Otherwise, it must already be one of our semantic expressions;
470 QualType IT = S.Context.getObjCInterfaceType(PRE->getClassReceiver());
471 return S.LookupMethodInObjectType(sel, IT, false);
540 // that declared the @property. But it's not clear that that'
    [all...]
SemaTemplateInstantiate.cpp 124 // If this is a friend declaration and it declares an entity at
703 /// transformed if it is NULL or if it is not dependent.
    [all...]
SemaExpr.cpp 138 /// it might warn if a deprecated or unavailable declaration is being
207 /// if so, it checks that the requirements of the sentinel are
278 // 'nil' for ObjC methods, where it's much more likely that the
310 // Handle any placeholder expressions which made it here.
345 // optimizer will delete, so warn about it. People sometimes try to use this
362 // Handle any placeholder expressions which made it here.
386 // DR106 tells us what the result should be but not why. It's
450 // Half FP is a bit different: it's a storage-only type, meaning that any
451 // "use" of it should be promoted to float.
468 // value is converted to an int; otherwise, it is converted to a
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Encodings.properties 26 # definately in the encoding, but characters above it may or may not be.
34 # and the optional high code point value is given, and it is 0X007F
61 Cp280 EBCDIC-CP-IT,IBM280,csIBM280 0x0019
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 53 // it's not necessarily a simple constant and it must be evaluated
129 // logical value, then zero extending it to int, then wanting it
801 // Emit debug info for aggregate now, if it was delayed to reduce
820 // so we can't get it as an lvalue.
    [all...]
CGObjCGNU.cpp 48 /// avoids constructing the type more than once if it's used more than once.
55 /// Constructor leaves this class uninitialized, because it is intended to
74 // Push the return type on at the end so we can pop it off easily
82 // We put the return type on the end of the vector, so pop it back off
115 /// SEL is included in a header somewhere, in which case it will be whatever
118 /// LLVM i8 type. Cached here to avoid repeatedly getting it in all of the
119 /// places where it's used
127 /// calling conventions, it must always be cast to the correct type before
132 /// but if the runtime header declaring it is included then it may be
    [all...]
CGObjCMac.cpp 193 // FIXME: It would be nice to unify this with the opaque type, so that the
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 44 /// FoldBitCast - Constant fold bitcast, symbolically evaluating it with
45 /// TargetData. This always returns a non-null constant, but it may be a
56 if (IntegerType *IT = dyn_cast<IntegerType>(DestTy)) {
65 // If the vector is a vector of floating point, convert it to vector of int
79 APInt Result(IT->getBitWidth(), 0);
88 return ConstantInt::get(IT, Result);
97 // vector so the code below can handle it uniformly.
103 // If this is a bitcast from constant vector -> vector, fold it.
107 // If the element types match, VMCore can fold it.
125 // we have something in FP form, recast it as integer
    [all...]
  /external/clang/include/clang/AST/
Expr.h 78 // In C++, the type of an expression is always adjusted so that it
128 /// it depends in some way on a template parameter, even if neither its type
132 /// instantiation-dependent (since it involves a template parameter \c T), but
222 /// and if it is a structure or union, does not have any member (including,
271 CM_RValue, // Not modifiable because it's an rvalue
272 CM_Function, // Not modifiable because it's a function; C++ only
328 /// C++0x expression taxonomy, and see if it is valid on the left side
331 /// This function extends classify in that it also tests whether the
437 /// might be usable in a constant expression in C++11, if it were marked
451 /// For example, (f() && 0) can be folded, but it still has side effects
    [all...]
Decl.h 128 /// This requires that the declaration have a name and that it be a simple
136 /// it is one of the special kinds of names (C++ constructor, Objective-C
138 /// manipulation, so it should be called only when performance doesn't matter.
141 // FIXME: This function should be renamed to indicate that it is not just an
159 /// namespace), it will return same result as getNameAsString().
160 /// Creating this name is expensive, so it should be called only when
169 /// in a diagnostic. It does not necessarily produce the same
186 /// replace another declaration if, for example, it is a
187 /// redeclaration of the same variable or function, but not if it is
275 // no argument should give it default visibility
    [all...]
  /external/clang/lib/AST/
Expr.cpp 43 // If this value has _Bool type, it is obvious 0/1.
58 // '(int) (a && b)' treat it as an arbitrary int.
110 /// should pick it over the implementation above because it's
148 // An id-expression is type-dependent if it contains:
153 // An identifier is value-dependent if it is:
237 // An id-expression is type-dependent if it contains:
242 // An identifier is value-dependent if it is:
384 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) {
388 if (IT != PrettyFunction && IT != PrettyFunctionNoVirtual
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp 214 // Value has no outstanding references it is safe to delete it now...
265 /// whether or not it may generate a relocation entry. This must be
266 /// conservative, so if it might codegen to a relocatable entry, it should say
270 /// relocation applied to it (because it holds a simple constant like
291 // handle it efficiently here.
315 /// it. This involves recursively eliminating any dead users of the
710 // the element type is compatible with ConstantDataVector. If so, use it
    [all...]
  /external/qemu/
arm-dis.c 9 This program is free software; you can redistribute it and/or modify it under
14 This program is distributed in the hope that it will be useful, but WITHOUT
500 checked by the print_insn_neon routine, as it depends on whether we are
    [all...]

Completed in 1003 milliseconds

1 2