OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alwaysone
(Results
1 - 1
of
1
) sorted by null
/external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp
806
StatementMatcher
AlwaysOne
= binaryConditionalOperator(
813
EXPECT_TRUE(matches("void x() { 1 ?: 0; }",
AlwaysOne
));
[
all
...]
Completed in 598 milliseconds