OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isNot
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h
146
bool
isNot
(AsmToken::TokenKind K) const { return getTok().
isNot
(K); }
MCAsmLexer.h
146
bool
isNot
(AsmToken::TokenKind K) const { return getTok().
isNot
(K); }
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h
95
/// is/
isNot
- Predicates to check if this token is a specific kind, as in
98
bool
isNot
(tok::TokenKind K) const { return Kind != K; }
180
assert(
isNot
(tok::raw_identifier) &&
Token.h
95
/// is/
isNot
- Predicates to check if this token is a specific kind, as in
98
bool
isNot
(tok::TokenKind K) const { return Kind != K; }
180
assert(
isNot
(tok::raw_identifier) &&
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmMacro.h
83
bool
isNot
(TokenKind K) const { return Kind != K; }
MCAsmMacro.h
83
bool
isNot
(TokenKind K) const { return Kind != K; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.h
214
bool
isNot
(TokenKind K) const { return Kind != K; }
MILexer.h
214
bool
isNot
(TokenKind K) const { return Kind != K; }
/src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h
461
template <typename T> bool
isNot
(T Kind) const { return !is(Kind); }
664
if (!Style.isCpp() ||
isNot
(tok::l_square))
FormatToken.h
461
template <typename T> bool
isNot
(T Kind) const { return !is(Kind); }
664
if (!Style.isCpp() ||
isNot
(tok::l_square))
/src/external/public-domain/sqlite/dist/
sqlite3.c
[
all
...]
sqlite3.c
[
all
...]
Completed in 194 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026