Searched defs:PragmaList (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_pragma_recorder.h33 typedef std::list< std::pair<std::string, std::string> > PragmaList; typedef in namespace:slang
37 PragmaList *mPragmas;
46 explicit PragmaRecorder(PragmaList *Pragmas);
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DScriptCached.h52 SMALL_VECTOR_QUICKN> PragmaList; typedef in class:bcc::ScriptCached
62 PragmaList mPragmas;
H A DScriptCompiled.h43 typedef std::list<std::pair<std::string, std::string> > PragmaList; typedef in class:bcc::ScriptCompiled
63 PragmaList mPragmas;

Completed in 18 milliseconds