Searched refs:SymbolRule (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable.h | 84 class SymbolRule 94 constexpr static SymbolRule Get(T value); 97 constexpr SymbolRule(Spec spec, 103 constexpr SymbolRule(Spec spec, 126 constexpr SymbolRule::SymbolRule(Spec spec, in SymbolRule() function 139 constexpr SymbolRule::SymbolRule(Spec spec, in SymbolRule() function 154 constexpr SymbolRule SymbolRule::Get(T value) in Get() 159 return SymbolRule(spec, version, shaders, extensionIndex, value); in Get() 167 const SymbolRule *rules,
|
D | SymbolTable.cpp | 463 const TSymbol *SymbolRule::get(ShShaderSpec shaderSpec, in get() 492 const SymbolRule *rules, in FindMangledBuiltIn()
|
D | SymbolTable_ESSL_autogen.cpp | 18249 using Rule = SymbolRule; 18252 constexpr SymbolRule kRules[] = {
|
D | SymbolTable_autogen.cpp | 29816 using Rule = SymbolRule; 29819 constexpr SymbolRule kRules[] = {
|