OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mixedtypes
(Results
1 - 3
of
3
) sorted by null
/external/clang/test/Analysis/
additive-folding.cpp
28
void
mixedTypes
(int a) {
/external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp
490
StatementMatcher
MixedTypes
= stmt(anyOf(ifStmt(), binaryOperator()));
491
EXPECT_TRUE(matches("int F() { return 1 + 2; }",
MixedTypes
));
492
EXPECT_TRUE(matches("int F() { if (true) return 1; }",
MixedTypes
));
493
EXPECT_TRUE(notMatches("int F() { return 1; }",
MixedTypes
));
[
all
...]
/external/clang/lib/CodeGen/
CGBuiltin.cpp
[
all
...]
Completed in 430 milliseconds