Home
last modified time | relevance | path

Searched refs:DeclarationStatement (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/randomshaders/
DrsgStatement.cpp59 { getWeight<DeclarationStatement>, create<DeclarationStatement> }, in chooseStatement()
247 DeclarationStatement::DeclarationStatement (GeneratorState& state, Variable* variable) in DeclarationStatement() function in rsg::DeclarationStatement
317 DeclarationStatement::~DeclarationStatement (void) in ~DeclarationStatement()
322 float DeclarationStatement::getWeight (const GeneratorState& state) in getWeight()
333 void DeclarationStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()
346 void DeclarationStatement::execute (ExecutionContext& execCtx) const in execute()
DrsgStatement.hpp71 class DeclarationStatement : public Statement class
74 DeclarationStatement (GeneratorState& state, Variable* variable = DE_NULL);
75 virtual ~DeclarationStatement (void);
DrsgShaderGenerator.cpp326 shader.getGlobalStatements().push_back(new DeclarationStatement(m_state, *i)); in generate()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3078 const DeclStmt* const DeclarationStatement = in AST_MATCHER_P() local
3080 return DeclarationStatement != nullptr && in AST_MATCHER_P()
3081 InnerMatcher.matches(*DeclarationStatement, Finder, Builder); in AST_MATCHER_P()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp3390 TEST(DeclarationStatement, DoesNotMatchCompoundStatements) { in TEST() argument
3394 TEST(DeclarationStatement, MatchesVariableDeclarationStatements) { in TEST() argument