Home
last modified time | relevance | path

Searched defs:symbolType (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DName.h29 explicit constexpr Name(ImmutableString rawName, SymbolType symbolType) in Name()
36 : Name(ImmutableString(rawName), symbolType) in Name() argument
39 explicit Name(const std::string &rawName, SymbolType symbolType) in Name()
52 constexpr SymbolType symbolType() const { return mSymbolType; } in symbolType() function
DSeparateCompoundStructDeclarations.cpp36 const SymbolType symbolType = var.symbolType(); in visitDeclaration() local
DReduceInterfaceBlocks.cpp44 const SymbolType symbolType = var.symbolType(); in visitDeclarationPre() local
DEmitMetal.cpp62 SymbolType symbolType() const in symbolType() function
1272 const SymbolType symbolType = decl.symbolType(); in emitVariableDeclaration() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.cpp37 SymbolType symbolType, in TSymbol()
54 SymbolType symbolType, in TSymbol()
99 SymbolType symbolType, in TVariable()
112 SymbolType symbolType, in TVariable()
125 SymbolType symbolType) in TStructure()
161 SymbolType symbolType, in TInterfaceBlock()
175 SymbolType symbolType, in TInterfaceBlock()
187 SymbolType symbolType, in TFunction()
DSymbol.h56 SymbolType symbolType() const { return mSymbolType; } in symbolType() function
84 SymbolType symbolType, in TSymbol()
134 SymbolType symbolType, in TVariable()
149 SymbolType symbolType, in TVariable()
DTypes.h34 TField(TType *type, const ImmutableString &name, const TSourceLoc &line, SymbolType symbolType) in TField()
46 SymbolType symbolType() const { return mSymbolType; } in symbolType() function
DParseContext.cpp1247 SymbolType symbolType = SymbolType::UserDefined; in declareVariable() local
/third_party/elfio/elfio/
Delfio_relocation.hpp137 unsigned char symbolType; in get_entry() local