Searched refs:Expression (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
H A DScriptFile.h42 Expression, // --defsym enumerator in enum:mcld::ScriptFile::Kind
/frameworks/compile/mclinker/lib/Script/
H A DScriptScanner.ll67 case ScriptFile::Expression:
227 /* Expression string */
351 case ScriptFile::Expression:
373 case ScriptFile::Expression:
H A DScriptParser.yy353 m_ScriptScanner.setLexState(ScriptFile::Expression);
622 m_ScriptScanner.setLexState(ScriptFile::Expression);
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1661 bool VisitExpr(clang::Expr* Expression) { argument
1662 if (CountRSObjectTypes(Expression->getType().getTypePtr()) > 0) {

Completed in 115 milliseconds