HomeSort by relevance Sort by last modified time
    Searched refs:Or (Results 76 - 97 of 97) sorted by null

1 2 34

  /external/llvm/lib/Target/CBackend/
CBackend.cpp 99 /// either anonymous or has no name.
245 // Don't inline a load across a store or other bad things!
248 // Must not be used in inline asm, extractelement, or shufflevector.
563 // ubytes or an array of sbytes with positive values.
674 // or NaN. Check that the string matches the "[-+]?[0-9]" regex.
813 case Instruction::Or:
837 case Instruction::Or: Out << " | "; break;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 371 case Instruction::Or :
543 // FIXME: eliminate or document these better
590 /// 2) we do not know whether the block is fully available or not, but we are
667 // If the loaded or stored value is an first class array or struct, don't try
773 /// up. This returns -1 if we have to give up, or a byte number in the stored
779 // If the loaded or stored value is an first class array or struct, don't try
    [all...]
ObjCARC.cpp 163 IC_CallOrUser, ///< could call objc_release and/or "use" pointers
173 // Pointers to static or stack storage are not reference-counted pointers.
292 // only question is whether or not they may be users.
328 case Instruction::And: case Instruction::Or: case Instruction::Xor:
339 // Comparing a pointer with null, or any other constant, isn't an
340 // interesting use, because we don't care what the pointer points to, or
377 /// IsRetain - Test if the the given class is objc_retain or
384 /// IsAutorelease - Test if the the given class is objc_autorelease or
501 /// as objc_retain or objc_release, return the argument value, stripped of no-op
686 // We can't use MustAlias or PartialAlias results here becaus
    [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 68 // it if it is not printable or if it is an escape char.
87 /// prefixed with % (if the string only contains simple characters) or is
125 /// prefixed with % (if the string only contains simple characters) or is
188 /// use of type names or up references to shorten the type name where possible.
558 assert(!isa<Constant>(V) && "Can't get a constant or global slot with this!");
671 case AtomicRMWInst::Or: Out << " or"; break;
726 // "Inf" or NaN, that atof will accept, but the lexer will not. Check
945 Out << "<placeholder or erroneous Constant>";
    [all...]
Verifier.cpp 23 // or to return one. [except constant arrays!]
162 // returning back to the pass manager, or else the pass manager may try to
181 // returning back to the pass manager, or else the pass manager may try to
393 "Global is external, but doesn't have external or dllimport or weak linkage!",
458 "Alias should have external or external weak linkage!", &GA);
471 "Aliasee should be either GlobalValue or bitcast of GlobalValue",
477 "Aliasing chain should end with function or global variable", &GA);
514 // If this was an instruction, bb, or argument, verify that it is in the
530 // VerifyParameterAttrs - Check the given attributes for an argument or retur
    [all...]
Instructions.cpp 76 return "select condition must be i1 or <n x i1>";
359 "createMalloc needs either InsertBefore or InsertAtEnd");
466 "createFree needs either InsertBefore or InsertAtEnd");
781 assert(BI.getNumOperands() == 3 && "BR can have 1 or 3 operands!");
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 108 case Instruction::Or: return bitc::BINOP_OR;
486 // Add an abbrev for common globals with no visibility or thread localness.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
video.rtpdump 3 4??Wx-%?a=n}?6??.??f???8r'B? ??P~@)!?a=?n}?6??.??f???r(??????a=?n}?6??.??f???or%?J??b?K??????????1|]^??~???w?{???????
213 ?O??_???#7??^?????????b??????&Fea?;X| n\?og???s`)???+W66?? ZE=?Z:???{?\/?????A??z???PV???x??I?u?6.?`?8??o?|^???y?K??????????x?? &?????{??~?_U?~?~???}?Cff ????Ts&NZ????_?n?/??????E?3YU7?} ?u???6R????zf??%???r????~????=?????????????:?Q?({?g_e?M?t~???? t9Rw?U??>?\??u?A|h{?,??a????? ?fqg}3????O-?????=`'?f?ak???}znm? z??/Y8?Lo??A??c>???l5i???Tps4?II?<???Y\????[P?~?>??_Z?j_?N?w????v~??N?6? ?5???Y?{ sp%U?=m???*v?}?????$k@:??? ?)??`?[???????o ????? 5=?z??or?7?y{??~p? ??c??[5
401 ?W ??-q"?T>???????? O????k????yY? ??'b?w??r??e????k???/?????9L??G?7?^?*?'??~2u??`~???????[??t8?] ?8l??"?x??}???{????? ?,??O????=???L??z?(r ?\??????!?\???:???8?s????3??A??3B????????c?q\P????p?KA??*0??????7?K?F???b??/???'?????X'n:?ww?u4??!??|H??@?(??G +8 ?o8e?%???O%??m1v%??#V??5??????˜?U?vW???n??q?o?"p???&)?f?Ul??}S???'??w???.???C.7:??????y+_co?i?,??ww?OR?O-?D???????? ?N?N?????v'_?n??{???"??x?@,??????U{??g?????
    [all...]
  /external/clang/include/clang/AST/
Expr.h 99 /// \brief Set whether this expression is value-dependent or not.
119 /// \brief Set whether this expression is type-dependent or not.
147 /// \brief Set whether this expression is instantiation-dependent or not.
221 /// and if it is a structure or union, does not have any member (including,
222 /// recursively, any member or element of all contained aggregates or unions)
340 /// getValueKindForType - Given a formal return or parameter type,
358 /// l-value or x-value.
408 /// that is known to return 0 or 1. This happens for _Bool/bool expressions
487 /// or evaluated at compile time. Example is a function call, volatil
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 384 return TokError("expected 'global' or 'constant'");
612 // a redefinition or a definition of a forward reference.
747 /// GetGlobalVal - Get a value with the specified name or ID, creating a
771 // If we have the value in the symbol table or fwd-ref table, return it.
809 // If we have the value in the symbol table or fwd-ref table, return it.
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 76 /// sets things up to match to an AVX VEXTRACTF128 instruction or a
118 /// sets things up to match to an AVX VINSERTF128 instruction or a
184 // X86-SSE is even stranger. It uses -1 or 0 for vector masks.
682 // (for widening) or expand (for scalarization). Then we will selectively
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 142 case bitc::BINOP_OR: return Instruction::Or;
581 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
838 case bitc::TYPE_CODE_POINTER: { // POINTER: [pointee type] or
    [all...]
  /external/dropbear/libtommath/
bn.tex 28 \def\Or{{\rm\ or\ }}
245 Unlike GNU MP (GMP) Library, LIP, OpenSSL or various other commercial kits (Miracl), LibTomMath was not written with
248 source code is also accessible for computer science students attempting to learn ``BigNum'' or multiple precision
284 So it may feel tempting to just rip the math code out of GnuPG (or GnuMP where it was taken from originally) in your
351 hold the structure itself by yourself (whether off stack or heap it doesn't matter). The very first thing that must be
442 variables in an ``all or nothing'' fashion. That is, they are either all initialized successfully or they are all
    [all...]
  /prebuilt/common/ant/
ant.jar 
  /external/grub/docs/
texinfo.tex 12 % This texinfo.tex file is free software; you can redistribute it and/or
14 % published by the Free Software Foundation; either version 2, or (at
19 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
50 % dvips foo.dvi -o # or whatever; this makes foo.ps.
103 % If this character appears in an error message or help string, it
220 % For a thicker or thinner bar, change the `1pt'.
378 % offset so that the space between them is truly \outerhsize or \outervsize
413 % Each occurence of `\^^M' or `<space>\^^M' is replaced by a single space.
440 % either the null string, or it ends with \^^M---thus there is no dange
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js 2 // Redistribution and use in source and binary forms, with or without
10 // disclaimer in the documentation and/or other materials provided
13 // contributors may be used to endorse or promote products derived
17 // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
20 // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TOR
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 215 | Or
376 (** [type_is_sized ty] returns whether the type has a size or not.
483 * or None if the structure type is not named *)
530 (** [element_type ty] returns the element type of the pointer, vector, or array
647 (** [const_all_ones ty] returns the constant '-1' of the integer or vector type
670 (** [has_metadata i] returns whether or not the instruction [i] has any
720 * None is returned if this is not an integer constant, or bitwidth exceeds 64.
888 or overflows. See the method [llvm::ConstantExpr::getExactSDiv]. *)
916 (** [const_or c1 c2] returns the constant bitwise [OR] of two integer
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 12 % This texinfo.tex file is free software: you can redistribute it and/or
15 % License, or (at your option) any later version.
19 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
31 % http://www.gnu.org/software/texinfo/ (the Texinfo home page), or
48 % dvips foo.dvi -o # or whatever; this makes foo.ps.
105 % If this character appears in an error message or help string, it
224 % For a thicker or thinner bar, change the `1pt'.
293 % of a page, or that at the bottom of a page. The solution is
305 \noexpand\or \the\toks4 \the\toks6
310 % page or the contents), so we use \firstmark there -- this gets u
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 30 \def\Or{{\rm\ or\ }}
121 public key cryptography (via PKCS \#1 RSA, DH or ECCDH), and a plethora of support routines.
126 also performs extensive parameter error checking to prevent any number of run-time exploits or errors.
131 does not process SSL or OpenPGP messages, it doesn't read X.509 certificates, or write PEM encoded data. It does, however,
143 The idea is that I am not striving to replace OpenSSL or Crypto++ or Cryptlib or etc. I'm trying to write my
149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /development/samples/NFCDemo/libs/
guava-10.0.1.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 577 milliseconds

1 2 34