Searched refs:isNot (Results 51 - 59 of 59) sorted by relevance

123

/external/clang/lib/Lex/
H A DTokenLexer.cpp217 if (ResultArgToks->isNot(tok::eof)) {
/external/clang/include/clang/Parse/
H A DParser.h1378 if (Tok.isNot(tok::l_brace))
1787 if (!getLangOpts().CPlusPlus0x || NextToken().isNot(tok::l_square))
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp229 (!BinaryOperator::isNot(I) && !BinaryOperator::isNeg(I)))
1048 if (BinaryOperator::isNot(Ops[i].Op)) { // Cannot occur for ^.
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp899 if (BinaryOperator::isNot(CondVal)) {
H A DInstCombineAndOrXor.cpp37 if (BinaryOperator::isNot(V))
54 if (BinaryOperator::isNot(V)) {
/external/llvm/lib/VMCore/
H A DInstructions.cpp1935 bool BinaryOperator::isNot(const Value *V) { function in class:BinaryOperator
1960 assert(isNot(BinOp) && "getNotArgument on non-'not' instruction!");
/external/clang/lib/Sema/
H A DSemaObjCProperty.cpp239 } while (Tok.isNot(tok::r_paren));
/external/sqlite/dist/orig/
H A Dsqlite3.c122386 int isNot; /* True if getNextNode() sees a unary - */ member in struct:ParseContext
[all...]
/external/sqlite/dist/
H A Dsqlite3.c122417 int isNot; /* True if getNextNode() sees a unary - */ member in struct:ParseContext
[all...]

Completed in 1198 milliseconds

123