Home
last modified time | relevance | path

Searched refs:isStructExplicitlyPaddedBySlang (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/libbcc/include/bcc/
DScript.h70 bool isStructExplicitlyPaddedBySlang() const { in isStructExplicitlyPaddedBySlang() function
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp134 if (!pScript.isStructExplicitlyPaddedBySlang() && in compileScript()
DCompiler.cpp326 if (script.isStructExplicitlyPaddedBySlang()) { in compile()