Searched defs:Conditional (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
H A Denum.cpp72 namespace Conditional { namespace
/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp1730 StatementMatcher Conditional = conditionalOperator( local
1734 EXPECT_TRUE(matches("void x() { true ? false : true; }", Conditional));
1735 EXPECT_TRUE(notMatches("void x() { false ? false : true; }", Conditional));
1736 EXPECT_TRUE(notMatches("void x() { true ? true : false; }", Conditional));
/external/clang/include/clang/Parse/
H A DParser.h65 Conditional = 3, // ? enumerator in enum:clang::prec::Level
/external/v8/src/
H A Dast.h97 V(Conditional) \
1882 class Conditional: public Expression { class in namespace:v8::internal
1884 DECLARE_NODE_TYPE(Conditional)
1899 Conditional(Isolate* isolate, function in class:v8::internal::Conditional
2910 Conditional* NewConditional(Expression* condition,
2915 Conditional* cond = new(zone_) Conditional(
2918 VISIT_AND_RETURN(Conditional, cond)

Completed in 438 milliseconds