Home
last modified time | relevance | path

Searched defs:symbolName (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindSymbolNode.cpp24 SymbolFinder(const ImmutableString &symbolName) in SymbolFinder()
46 const TIntermSymbol *FindSymbolNode(TIntermNode *root, const ImmutableString &symbolName) in FindSymbolNode()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DFindSymbolNode.cpp24 SymbolFinder(const ImmutableString &symbolName) in SymbolFinder()
46 const TIntermSymbol *FindSymbolNode(TIntermNode *root, const ImmutableString &symbolName) in FindSymbolNode()
/third_party/vk-gl-cts/framework/delibs/deutil/
DdeDynamicLibrary.c60 deFunctionPtr deDynamicLibrary_getFunction (const deDynamicLibrary* library, const char* symbolName) in deDynamicLibrary_getFunction()
109 deFunctionPtr deDynamicLibrary_getFunction (const deDynamicLibrary* library, const char* symbolName) in deDynamicLibrary_getFunction()
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dsystem_utils.h48 void getAs(const char *symbolName, FuncT *funcOut) in getAs()
Dsystem_utils_posix.cpp243 void *getSymbol(const char *symbolName) override in getSymbol()
Dsystem_utils_win.cpp274 void *getSymbol(const char *symbolName) override in getSymbol()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/
DConstantFoldingTest.h173 bool symbolFoundInAST(const char *symbolName) in symbolFoundInAST()
178 bool symbolFoundInMain(const char *symbolName) in symbolFoundInMain()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DConstantFoldingTest.h173 bool symbolFoundInAST(const char *symbolName) in symbolFoundInAST()
178 bool symbolFoundInMain(const char *symbolName) in symbolFoundInMain()
/third_party/skia/third_party/externals/angle2/src/common/
Dsystem_utils.h67 void getAs(const char *symbolName, FuncT *funcOut) in getAs()
Dsystem_utils_winuwp.cpp61 void *getSymbol(const char *symbolName) override in getSymbol()
Dsystem_utils_win32.cpp79 void *getSymbol(const char *symbolName) override in getSymbol()
Dsystem_utils_posix.cpp114 void *getSymbol(const char *symbolName) override in getSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDynamicLibrary.cpp209 void *LLVMSearchForAddressOfSymbol(const char *symbolName) { in LLVMSearchForAddressOfSymbol()
213 void LLVMAddSymbol(const char *symbolName, void *symbolValue) { in LLVMAddSymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDynamicLibrary.h116 static void *SearchForAddressOfSymbol(const std::string &symbolName) { in SearchForAddressOfSymbol()
/third_party/typescript/src/services/codefixes/
DimportFixes.ts21 const { fixes, symbolName } = info; constant
62 … const symbolName = getNameForExportedSymbol(exportedSymbol, getEmitScriptTarget(compilerOptions)); constant
73 const { fixes, symbolName } = info; constant
461 interface FixesInfo { readonly fixes: readonly ImportFix[]; readonly symbolName: string; } property
499 const symbolName = umdSymbol.name; constant
547 const symbolName = getSymbolName(sourceFile, checker, symbolToken); constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DNameNamelessUniformBuffers.cpp88 const ImmutableString symbolName = symbol->getName(); in visitSymbol() local
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DQualificationOrderESSL31_test.cpp29 const TIntermSymbol *findSymbolInAST(const ImmutableString &symbolName) in findSymbolInAST()
DOVR_multiview2_test.cpp60 SymbolOccurrenceCounterByName(const ImmutableString &symbolName) : mSymbolName(symbolName) {} in SymbolOccurrenceCounterByName()
74 SymbolOccurrenceCounterByNameAndQualifier(const ImmutableString &symbolName, in SymbolOccurrenceCounterByNameAndQualifier()
DOVR_multiview_test.cpp60 SymbolOccurrenceCounterByName(const ImmutableString &symbolName) : mSymbolName(symbolName) {} in SymbolOccurrenceCounterByName()
74 SymbolOccurrenceCounterByNameAndQualifier(const ImmutableString &symbolName, in SymbolOccurrenceCounterByNameAndQualifier()
DIntermNode_test.cpp42 ImmutableString symbolName(symbolNameOut.str()); in createTestSymbol() local
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DQualificationOrderESSL31_test.cpp28 const TIntermSymbol *findSymbolInAST(const ImmutableString &symbolName) in findSymbolInAST()
DOVR_multiview_test.cpp60 SymbolOccurrenceCounterByName(const ImmutableString &symbolName) : mSymbolName(symbolName) {} in SymbolOccurrenceCounterByName()
74 SymbolOccurrenceCounterByNameAndQualifier(const ImmutableString &symbolName, in SymbolOccurrenceCounterByNameAndQualifier()
DOVR_multiview2_test.cpp60 SymbolOccurrenceCounterByName(const ImmutableString &symbolName) : mSymbolName(symbolName) {} in SymbolOccurrenceCounterByName()
74 SymbolOccurrenceCounterByNameAndQualifier(const ImmutableString &symbolName, in SymbolOccurrenceCounterByNameAndQualifier()
DIntermNode_test.cpp42 ImmutableString symbolName(symbolNameOut.str()); in createTestSymbol() local
/third_party/typescript/src/services/
DgoToDefinition.ts299 …const symbolName = checker.symbolToString(symbol); // Do not get scoped name, just the name of the… constant

12