Searched refs:SymbolRule (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/compiler/translator/ |
D | SymbolTable.h | 82 class SymbolRule 92 constexpr static SymbolRule Get(T value); 95 constexpr SymbolRule(Spec spec, 101 constexpr SymbolRule(Spec spec, 124 constexpr SymbolRule::SymbolRule(Spec spec, in SymbolRule() function 137 constexpr SymbolRule::SymbolRule(Spec spec, in SymbolRule() function 152 constexpr SymbolRule SymbolRule::Get(T value) in Get() 157 return SymbolRule(spec, version, shaders, extensionIndex, value); in Get() 165 const SymbolRule *rules,
|
D | SymbolTable.cpp | 450 const TSymbol *SymbolRule::get(ShShaderSpec shaderSpec, in get() 479 const SymbolRule *rules, in FindMangledBuiltIn()
|
D | SymbolTable_ESSL_autogen.cpp | 10499 using Rule = SymbolRule; 10502 constexpr SymbolRule kRules[] = {
|
D | SymbolTable_autogen.cpp | 23024 using Rule = SymbolRule; 23027 constexpr SymbolRule kRules[] = {
|