Searched refs:SEE (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/
H A Dcodegen-diff127 =head1 SEE ALSO
/external/llvm/lib/Support/
H A Dregcomp.c118 #define SEE(c) (MORE() && PEEK() == (c)) macro
120 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0)
293 assert(!MORE() || SEE(stop));
321 if (!SEE(')'))
754 if (SEE('-') && MORE2() && PEEK2() != ']') {

Completed in 80 milliseconds