HomeSort by relevance Sort by last modified time
    Searched full:lnot (Results 26 - 50 of 51) sorted by null

12 3

  /external/e2fsprogs/intl/
plural-exp.h 43 lnot, /* Logical NOT. */ enumerator in enum:expression::operator
plural.y 188 $$ = new_exp_1 (lnot, $2);
plural.c 1058 yyval.exp = new_exp_1 (lnot, yyvsp[0].exp);
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
plural-exp.h 51 lnot, /* Logical NOT. */ enumerator in enum:expression::operator
plural.y 212 $$ = new_exp_1 (lnot, $2);
plural.c 1084 yyval.exp = new_exp_1 (lnot, yyvsp[0].exp);
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
crbits.ll 177 %lnot = icmp eq i32 %v2, 0
178 %and3 = and i1 %tobool, %lnot
  /external/llvm/test/Transforms/InstCombine/
assume.ll 181 %lnot.ext = xor i32 %0, 1
182 ret i32 %lnot.ext
gepphigep.ll 161 %lnot = icmp eq i8 %and, 0
162 br i1 %lnot, label %while.body, label %while.cond.33
  /external/llvm/include/llvm/MC/
MCExpr.h 357 LNot, ///< Logical negation.
377 return create(LNot, Expr, Ctx);
  /external/clang/include/clang/AST/
StmtVisitor.h 160 UNARYOP_FALLBACK(Not) UNARYOP_FALLBACK(LNot)
RecursiveASTVisitor.h 47 OPERATOR(Not) OPERATOR(LNot) OPERATOR(Real) OPERATOR(Imag) \
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/d/
doperators.swg 62 %ignoreoperator(LNOT) operator!;
  /prebuilts/misc/common/swig/include/2.0.11/python/
pyopers.swg 140 %ignoreoperator(LNOT) operator!;
  /development/tools/checkstyle/
android-style.xml 139 <property name="tokens" value="BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"/>
  /external/libopus/celt/arm/
arm2gnu.pl 61 s/IF *:LNOT: *:DEF:/ .ifndef/;
  /packages/apps/Messaging/build/gcheckstyle/tools/java/checkstyle/
googlestyle-5.0.xml 381 <property name="tokens" value="BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS,
  /external/llvm/lib/MC/
MCExpr.cpp 63 case MCUnaryExpr::LNot: OS << '!'; break;
681 case MCUnaryExpr::LNot:
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 190 // LNot,Real,Imag never return complex.
    [all...]
CGExprScalar.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/boringssl/src/crypto/aes/asm/
bsaes-x86_64.pl 973 pcmpeqd %xmm5, %xmm5 # .LNOT
    [all...]
  /external/bison/build-aux/
texinfo.tex     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]
  /external/libmicrohttpd/doc/
texinfo.tex     [all...]

Completed in 1519 milliseconds

12 3