Home
last modified time | relevance | path

Searched refs:And (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/minix/external/bsd/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyLogical.cpp45 case LExpr::And: in implies()
50 return RNeg ? RightOrOperator(cast<And>(RHS)) in implies()
51 : RightAndOperator(cast<And>(RHS)); in implies()
70 case LExpr::And: in implies()
75 return LNeg ? LeftAndOperator(cast<And>(LHS)) in implies()
76 : LeftOrOperator(cast<And>(LHS)); in implies()
/minix/games/fortune/datfiles/
H A Dlimerick15 And had an affair with a Saracen.
30 And white footgear intended for tennis.
43 And the clean ones so seldom are comical.
77 And ride out by night
97 And masculine urgin's,
98 And other erotic effects.
111 And since then has never benzene.
123 And now he's a College Professor.
129 And made cider inside her inside.
145 And that's why the tree,
[all …]
H A Dlimerick-o.real16 And I'll jerk off my pants,
64 And, unless I am wrong,
125 And then by six men,
284 And prayed to her God
374 And when he was done
584 And deserted her man
1526 And furiously knit,
1867 And tickle the cock
2169 And on her behind,
2212 And realized that
[all …]
H A Dfortunes-o.real109 And Jesus said unto them, "And whom do you say that I am?"
113 And Jesus replied, "What?"
225 And folks dressed up like buffaloes
270 And when she is grown,
277 And when we're alone,
306 And hear this confidential plea
625 And everything that baby does
627 And everything that baby says,
1272 And you haven't come yet,
1489 And the Radcliffe undergrad. And doffed her miniskirt.
[all …]
/minix/external/bsd/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyLogical.h26 And, enumerator
69 class And : public BinOp {
71 And(LExpr *LHS, LExpr *RHS) : BinOp(LHS, RHS, LExpr::And) {} in And() function
73 static bool classof(const LExpr *E) { return E->kind() == LExpr::And; } in classof()
/minix/external/bsd/flex/dist/doc/
H A Dflex.info-2553 * -+: Code-Level And API Options.
563 * --array: Code-Level And API Options.
568 * --bison-bridge: Code-Level And API Options.
570 * --bison-locations: Code-Level And API Options.
572 * --c++: Code-Level And API Options.
593 * --main: Code-Level And API Options.
600 * --noline: Code-Level And API Options.
602 * --nounistd: Code-Level And API Options.
605 * --option-ansi-definitions: Code-Level And API Options.
607 * --option-ansi-prototypes: Code-Level And API Options.
[all …]
/minix/external/bsd/file/dist/magic/magdir/
H A Dxilinx21 # And then 'b'
35 # And length of data
H A Dsccs16 # *Sigh*. And these both came from various parts of the USG.
/minix/external/bsd/llvm/dist/llvm/test/Transforms/ScalarRepl/
H A D2008-06-05-loadstore-agg.ll14 ; And store it
27 ; And store it
/minix/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DOperatorPrecedence.h36 And = 8, // & enumerator
/minix/external/bsd/llvm/dist/llvm/bindings/python/
H A DREADME.txt63 And run:
67 And try to keep the number of violations to a minimum.
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DForwardControlFlowIntegrity.cpp278 Value *And = TempBuilder.CreateAnd(Sub, JumpTableMask); in rewriteFunctionPointer() local
281 Value *Result = TempBuilder.CreateAdd(And, TStartInt); in rewriteFunctionPointer()
313 Value *And = TempBuilder.CreateAnd(TI, JumpTableMask); in rewriteFunctionPointer() local
316 Value *Result = TempBuilder.CreateAdd(And, TStartInt); in rewriteFunctionPointer()
/minix/external/bsd/flex/dist/examples/manual/
H A Deof_test01.txt11 And now we will include test # 2 with a different
/minix/external/bsd/flex/dist/tests/test-lineno-nr/
H A Dtest.input11 And now for some blank lines....
/minix/external/bsd/flex/dist/tests/test-lineno-r/
H A Dtest.input11 And now for some blank lines....
/minix/external/bsd/dhcp/dist/tests/
H A DHOWTO-unit-test26 And so on.
39 And then use:
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp210 case And: return "and"; in getOpcodeName()
469 return Opcode == And || Opcode == Or || Opcode == Xor || in isAssociative()
500 case And: in isCommutative()
516 return Opcode == And || Opcode == Or; in isIdempotent()
/minix/external/bsd/llvm/dist/llvm/test/BugPoint/
H A Dremove_arguments_test.ll6 ; unnecessary. And clean up any types that that frees up too.
/minix/external/bsd/llvm/dist/llvm/test/Transforms/Inline/
H A Dinline-musttail-varargs.ll3 ; We can't inline this thunk yet, but one day we will be able to. And when we
/minix/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dtailcall-largecode.ll35 ; And tail-call to the target.
66 ; And tail-call to the target.
H A Dfltused.ll2 ; any function is called with floating point arguments on Windows. And that it
H A Dfltused_function_pointer.ll2 ; any function is called with floating point arguments on Windows. And that it
/minix/external/bsd/llvm/dist/clang/lib/Basic/
H A DOperatorPrecedence.cpp59 case tok::amp: return prec::And; in getBinOpPrecedence()
/minix/external/bsd/llvm/dist/llvm/test/MC/PowerPC/
H A Dppc64-relocs-01.s35 # 2. And a R_PPC64_TOC against no symbol (the linker will replace for the
/minix/external/bsd/llvm/dist/llvm/test/Transforms/Reassociate/
H A Dotherops.ll1 ; Reassociation should apply to Add, Mul, And, Or, & Xor

12345678910>>...12