Searched defs:symbolType (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | Name.h | 29 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
|
D | SeparateCompoundStructDeclarations.cpp | 36 const SymbolType symbolType = var.symbolType(); in visitDeclaration() local
|
D | ReduceInterfaceBlocks.cpp | 44 const SymbolType symbolType = var.symbolType(); in visitDeclarationPre() local
|
D | EmitMetal.cpp | 62 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/ |
D | Symbol.cpp | 37 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()
|
D | Symbol.h | 56 SymbolType symbolType() const { return mSymbolType; } in symbolType() function 84 SymbolType symbolType, in TSymbol() 134 SymbolType symbolType, in TVariable() 149 SymbolType symbolType, in TVariable()
|
D | Types.h | 34 TField(TType *type, const ImmutableString &name, const TSourceLoc &line, SymbolType symbolType) in TField() 46 SymbolType symbolType() const { return mSymbolType; } in symbolType() function
|
D | ParseContext.cpp | 1247 SymbolType symbolType = SymbolType::UserDefined; in declareVariable() local
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Symbol.cpp | 36 SymbolType symbolType, in TSymbol() 81 SymbolType symbolType, in TVariable() 94 SymbolType symbolType) in TStructure() 138 SymbolType symbolType, in TInterfaceBlock() 160 SymbolType symbolType, in TFunction()
|
D | Symbol.h | 50 SymbolType symbolType() const { return mSymbolType; } in symbolType() function 56 SymbolType symbolType, in TSymbol() 98 SymbolType symbolType, in TVariable()
|
D | Types.h | 34 TField(TType *type, const ImmutableString &name, const TSourceLoc &line, SymbolType symbolType) in TField() 46 SymbolType symbolType() const { return mSymbolType; } in symbolType() function
|
/third_party/elfio/elfio/ |
D | elfio_relocation.hpp | 137 unsigned char symbolType; in get_entry() local
|