Home
last modified time | relevance | path

Searched refs:TFunctionLookup (Results 1 – 25 of 60) sorted by relevance

123

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.cpp24 TFunctionLookup::TFunctionLookup(const ImmutableString &name, in TFunctionLookup() function in sh::TFunctionLookup
32 TFunctionLookup *TFunctionLookup::CreateConstructor(const TType *type) in CreateConstructor()
39 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall()
43 return new TFunctionLookup(name, nullptr, symbol); in CreateFunctionCall()
46 const ImmutableString &TFunctionLookup::name() const in name()
51 ImmutableString TFunctionLookup::getMangledName() const in getMangledName()
69 bool TFunctionLookup::isConstructor() const in isConstructor()
74 const TType &TFunctionLookup::constructorType() const in constructorType()
84 TIntermTyped *TFunctionLookup::thisNode() const in thisNode()
94 TIntermSequence &TFunctionLookup::arguments() in arguments()
[all …]
H A DFunctionLookup.h19 class TFunctionLookup : angle::NonCopyable
24 static TFunctionLookup *CreateConstructor(const TType *type);
25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
46 TFunctionLookup(const ImmutableString &name,
H A DParseContext.h299 TFunctionLookup *addNonConstructorFunc(const ImmutableString &name, const TSymbol *symbol);
300 TFunctionLookup *addConstructorFunc(const TPublicType &publicType);
431 TIntermTyped *addFunctionCallOrMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
554 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
555 TIntermTyped *addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line);
556 TIntermTyped *addNonConstructorFunctionCall(TFunctionLookup *fnCall, const TSourceLoc &loc);
H A Dglslang_tab.h247 TFunctionLookup *functionLookup;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DFunctionLookup.cpp46 TFunctionLookup::TFunctionLookup(const ImmutableString &name, in TFunctionLookup() function in sh::TFunctionLookup
53 TFunctionLookup *TFunctionLookup::CreateConstructor(const TType *type) in CreateConstructor()
60 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall()
64 return new TFunctionLookup(name, nullptr, symbol); in CreateFunctionCall()
67 const ImmutableString &TFunctionLookup::name() const in name()
72 ImmutableString TFunctionLookup::getMangledName() const in getMangledName()
144 bool TFunctionLookup::isConstructor() const in isConstructor()
149 const TType &TFunctionLookup::constructorType() const in constructorType()
159 TIntermTyped *TFunctionLookup::thisNode() const in thisNode()
169 TIntermSequence &TFunctionLookup::arguments() in arguments()
[all …]
H A DFunctionLookup.h19 class TFunctionLookup : angle::NonCopyable
24 static TFunctionLookup *CreateConstructor(const TType *type);
25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
47 TFunctionLookup(const ImmutableString &name,
H A DParseContext.h309 TFunctionLookup *addNonConstructorFunc(const ImmutableString &name, const TSymbol *symbol);
310 TFunctionLookup *addConstructorFunc(const TPublicType &publicType);
447 TIntermTyped *addFunctionCallOrMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
584 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
585 TIntermTyped *addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line);
586 TIntermTyped *addNonConstructorFunctionCall(TFunctionLookup *fnCall, const TSourceLoc &loc);
H A Dglslang_tab_autogen.h258 TFunctionLookup *functionLookup;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DFunctionLookup.cpp46 TFunctionLookup::TFunctionLookup(const ImmutableString &name, in TFunctionLookup() function in sh::TFunctionLookup
53 TFunctionLookup *TFunctionLookup::CreateConstructor(const TType *type) in CreateConstructor()
60 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall()
64 return new TFunctionLookup(name, nullptr, symbol); in CreateFunctionCall()
67 const ImmutableString &TFunctionLookup::name() const in name()
72 ImmutableString TFunctionLookup::getMangledName() const in getMangledName()
144 bool TFunctionLookup::isConstructor() const in isConstructor()
149 const TType &TFunctionLookup::constructorType() const in constructorType()
159 TIntermTyped *TFunctionLookup::thisNode() const in thisNode()
169 TIntermSequence &TFunctionLookup::arguments() in arguments()
[all …]
H A DFunctionLookup.h19 class TFunctionLookup : angle::NonCopyable
24 static TFunctionLookup *CreateConstructor(const TType *type);
25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
47 TFunctionLookup(const ImmutableString &name,
H A DParseContext.h309 TFunctionLookup *addNonConstructorFunc(const ImmutableString &name, const TSymbol *symbol);
310 TFunctionLookup *addConstructorFunc(const TPublicType &publicType);
448 TIntermTyped *addFunctionCallOrMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
588 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
589 TIntermTyped *addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line);
590 TIntermTyped *addNonConstructorFunctionCall(TFunctionLookup *fnCall, const TSourceLoc &loc);
H A Dglslang_tab_autogen.h280 TFunctionLookup *functionLookup;
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.cpp46 TFunctionLookup::TFunctionLookup(const ImmutableString &name, in TFunctionLookup() function in sh::TFunctionLookup
53 TFunctionLookup *TFunctionLookup::CreateConstructor(const TType *type) in CreateConstructor()
60 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall()
64 return new TFunctionLookup(name, nullptr, symbol); in CreateFunctionCall()
67 const ImmutableString &TFunctionLookup::name() const in name()
72 ImmutableString TFunctionLookup::getMangledName() const in getMangledName()
144 bool TFunctionLookup::isConstructor() const in isConstructor()
149 const TType &TFunctionLookup::constructorType() const in constructorType()
159 TIntermTyped *TFunctionLookup::thisNode() const in thisNode()
169 TIntermSequence &TFunctionLookup::arguments() in arguments()
[all …]
H A DFunctionLookup.h19 class TFunctionLookup : angle::NonCopyable
24 static TFunctionLookup *CreateConstructor(const TType *type);
25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
47 TFunctionLookup(const ImmutableString &name,
H A DParseContext.h311 TFunctionLookup *addNonConstructorFunc(const ImmutableString &name, const TSymbol *symbol);
312 TFunctionLookup *addConstructorFunc(const TPublicType &publicType);
454 TIntermTyped *addFunctionCallOrMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
625 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
626 TIntermTyped *addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line);
627 TIntermTyped *addNonConstructorFunctionCall(TFunctionLookup *fnCall, const TSourceLoc &loc);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.cpp46 TFunctionLookup::TFunctionLookup(const ImmutableString &name, in TFunctionLookup() function in sh::TFunctionLookup
53 TFunctionLookup *TFunctionLookup::CreateConstructor(const TType *type) in CreateConstructor()
60 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall()
64 return new TFunctionLookup(name, nullptr, symbol); in CreateFunctionCall()
67 const ImmutableString &TFunctionLookup::name() const in name()
72 ImmutableString TFunctionLookup::getMangledName() const in getMangledName()
144 bool TFunctionLookup::isConstructor() const in isConstructor()
149 const TType &TFunctionLookup::constructorType() const in constructorType()
159 TIntermTyped *TFunctionLookup::thisNode() const in thisNode()
169 TIntermSequence &TFunctionLookup::arguments() in arguments()
[all …]
H A DFunctionLookup.h19 class TFunctionLookup : angle::NonCopyable
24 static TFunctionLookup *CreateConstructor(const TType *type);
25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
47 TFunctionLookup(const ImmutableString &name,
H A DParseContext.h309 TFunctionLookup *addNonConstructorFunc(const ImmutableString &name, const TSymbol *symbol);
310 TFunctionLookup *addConstructorFunc(const TPublicType &publicType);
448 TIntermTyped *addFunctionCallOrMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
588 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
589 TIntermTyped *addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line);
590 TIntermTyped *addNonConstructorFunctionCall(TFunctionLookup *fnCall, const TSourceLoc &loc);
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.cpp46 TFunctionLookup::TFunctionLookup(const ImmutableString &name, in TFunctionLookup() function in sh::TFunctionLookup
53 TFunctionLookup *TFunctionLookup::CreateConstructor(const TType *type) in CreateConstructor()
60 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall()
64 return new TFunctionLookup(name, nullptr, symbol); in CreateFunctionCall()
67 const ImmutableString &TFunctionLookup::name() const in name()
72 ImmutableString TFunctionLookup::getMangledName() const in getMangledName()
144 bool TFunctionLookup::isConstructor() const in isConstructor()
149 const TType &TFunctionLookup::constructorType() const in constructorType()
159 TIntermTyped *TFunctionLookup::thisNode() const in thisNode()
169 TIntermSequence &TFunctionLookup::arguments() in arguments()
[all …]
H A DFunctionLookup.h19 class TFunctionLookup : angle::NonCopyable
24 static TFunctionLookup *CreateConstructor(const TType *type);
25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
47 TFunctionLookup(const ImmutableString &name,
H A DParseContext.h311 TFunctionLookup *addNonConstructorFunc(const ImmutableString &name, const TSymbol *symbol);
312 TFunctionLookup *addConstructorFunc(const TPublicType &publicType);
454 TIntermTyped *addFunctionCallOrMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
625 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
626 TIntermTyped *addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line);
627 TIntermTyped *addNonConstructorFunctionCall(TFunctionLookup *fnCall, const TSourceLoc &loc);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DFunctionLookup.cpp46 TFunctionLookup::TFunctionLookup(const ImmutableString &name, in TFunctionLookup() function in sh::TFunctionLookup
53 TFunctionLookup *TFunctionLookup::CreateConstructor(const TType *type) in CreateConstructor()
60 TFunctionLookup *TFunctionLookup::CreateFunctionCall(const ImmutableString &name, in CreateFunctionCall()
64 return new TFunctionLookup(name, nullptr, symbol); in CreateFunctionCall()
67 const ImmutableString &TFunctionLookup::name() const in name()
72 ImmutableString TFunctionLookup::getMangledName() const in getMangledName()
144 bool TFunctionLookup::isConstructor() const in isConstructor()
149 const TType &TFunctionLookup::constructorType() const in constructorType()
159 TIntermTyped *TFunctionLookup::thisNode() const in thisNode()
169 TIntermSequence &TFunctionLookup::arguments() in arguments()
[all …]
H A DFunctionLookup.h19 class TFunctionLookup : angle::NonCopyable
24 static TFunctionLookup *CreateConstructor(const TType *type);
25 static TFunctionLookup *CreateFunctionCall(const ImmutableString &name, const TSymbol *symbol);
47 TFunctionLookup(const ImmutableString &name,
H A DParseContext.h311 TFunctionLookup *addNonConstructorFunc(const ImmutableString &name, const TSymbol *symbol);
312 TFunctionLookup *addConstructorFunc(const TPublicType &publicType);
454 TIntermTyped *addFunctionCallOrMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
625 TIntermTyped *addMethod(TFunctionLookup *fnCall, const TSourceLoc &loc);
626 TIntermTyped *addConstructor(TFunctionLookup *fnCall, const TSourceLoc &line);
627 TIntermTyped *addNonConstructorFunctionCall(TFunctionLookup *fnCall, const TSourceLoc &loc);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/
H A Dcompiler_test.cpp30 return TFunctionLookup::GetMangledName(node->getFunction()->name().data(), in GetSymbolTableMangledName()
34 return TFunctionLookup::GetMangledName(opString, *node->getSequence()); in GetSymbolTableMangledName()

123