Home
last modified time | relevance | path

Searched refs:fnCall (Results 1 – 25 of 77) sorted by relevance

1234

/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/honnef.co/go/tools/quickfix/testdata/src/CheckExplicitEmbeddedSelector/
H A DCheckExplicitEmbeddedSelector-call.go.golden11 func fnCall() {
27 func fnCall() {
43 func fnCall() {
H A DCheckExplicitEmbeddedSelector-call.go10 func fnCall() { func
/dports/www/firefox/firefox-99.0/dom/xslt/xpath/
H A DtxExprParser.cpp403 UniquePtr<FunctionCall> fnCall; in createFunctionCall() local
420 fnCall = MakeUnique<txCoreFunctionCall>(type); in createFunctionCall()
424 if (!fnCall) { in createFunctionCall()
426 getter_Transfers(fnCall)); in createFunctionCall()
430 NS_ASSERTION(!fnCall, "Now is it implemented or not?"); in createFunctionCall()
443 rv = parseParameters(fnCall.get(), lexer, aContext); in createFunctionCall()
446 *aResult = fnCall.release(); in createFunctionCall()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xpath/
H A DtxExprParser.cpp397 nsAutoPtr<FunctionCall> fnCall; in createFunctionCall() local
414 fnCall = new txCoreFunctionCall(type); in createFunctionCall()
418 if (!fnCall) { in createFunctionCall()
420 getter_Transfers(fnCall)); in createFunctionCall()
424 NS_ASSERTION(!fnCall, "Now is it implemented or not?"); in createFunctionCall()
438 rv = parseParameters(fnCall, lexer, aContext); in createFunctionCall()
441 *aResult = fnCall.forget(); in createFunctionCall()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xpath/
H A DtxExprParser.cpp420 nsAutoPtr<FunctionCall> fnCall; in createFunctionCall() local
437 fnCall = new txCoreFunctionCall(type); in createFunctionCall()
441 if (!fnCall) { in createFunctionCall()
443 getter_Transfers(fnCall)); in createFunctionCall()
447 NS_ASSERTION(!fnCall, "Now is it implemented or not?"); in createFunctionCall()
461 rv = parseParameters(fnCall, lexer, aContext); in createFunctionCall()
464 *aResult = fnCall.forget(); in createFunctionCall()
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xpath/
H A DtxExprParser.cpp409 UniquePtr<FunctionCall> fnCall; in createFunctionCall() local
426 fnCall = MakeUnique<txCoreFunctionCall>(type); in createFunctionCall()
430 if (!fnCall) { in createFunctionCall()
432 getter_Transfers(fnCall)); in createFunctionCall()
436 NS_ASSERTION(!fnCall, "Now is it implemented or not?"); in createFunctionCall()
449 rv = parseParameters(fnCall.get(), lexer, aContext); in createFunctionCall()
452 *aResult = fnCall.release(); in createFunctionCall()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xpath/
H A DtxExprParser.cpp408 UniquePtr<FunctionCall> fnCall; in createFunctionCall() local
425 fnCall = MakeUnique<txCoreFunctionCall>(type); in createFunctionCall()
429 if (!fnCall) { in createFunctionCall()
431 getter_Transfers(fnCall)); in createFunctionCall()
435 NS_ASSERTION(!fnCall, "Now is it implemented or not?"); in createFunctionCall()
449 rv = parseParameters(fnCall.get(), lexer, aContext); in createFunctionCall()
452 *aResult = fnCall.release(); in createFunctionCall()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xpath/
H A DtxExprParser.cpp409 UniquePtr<FunctionCall> fnCall; in createFunctionCall() local
426 fnCall = MakeUnique<txCoreFunctionCall>(type); in createFunctionCall()
430 if (!fnCall) { in createFunctionCall()
432 getter_Transfers(fnCall)); in createFunctionCall()
436 NS_ASSERTION(!fnCall, "Now is it implemented or not?"); in createFunctionCall()
449 rv = parseParameters(fnCall.get(), lexer, aContext); in createFunctionCall()
452 *aResult = fnCall.release(); in createFunctionCall()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/compiler/translator/
H A DParseContext.cpp1803 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
1814 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
3701 TIntermSequence &arguments = fnCall->arguments(); in addConstructor()
6051 if (fnCall->thisNode() != nullptr) in addFunctionCallOrMethod()
6053 return addMethod(fnCall, loc); in addFunctionCallOrMethod()
6055 if (fnCall->isConstructor()) in addFunctionCallOrMethod()
6057 return addConstructor(fnCall, loc); in addFunctionCallOrMethod()
6064 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod()
6069 if (fnCall->name() != "length") in addMethod()
6073 else if (!fnCall->arguments().empty()) in addMethod()
[all …]
H A DParseContext.h185 void functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *fnCall);
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);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/compiler/translator/
H A DParseContext.cpp1889 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
1900 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
3787 TIntermSequence &arguments = fnCall->arguments(); in addConstructor()
6187 if (fnCall->thisNode() != nullptr) in addFunctionCallOrMethod()
6189 return addMethod(fnCall, loc); in addFunctionCallOrMethod()
6191 if (fnCall->isConstructor()) in addFunctionCallOrMethod()
6193 return addConstructor(fnCall, loc); in addFunctionCallOrMethod()
6200 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod()
6205 if (fnCall->name() != "length") in addMethod()
6209 else if (!fnCall->arguments().empty()) in addMethod()
[all …]
H A DParseContext.h185 void functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *fnCall);
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/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/compiler/translator/
H A DParseContext.cpp1889 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
1900 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
3787 TIntermSequence &arguments = fnCall->arguments(); in addConstructor()
6187 if (fnCall->thisNode() != nullptr) in addFunctionCallOrMethod()
6189 return addMethod(fnCall, loc); in addFunctionCallOrMethod()
6191 if (fnCall->isConstructor()) in addFunctionCallOrMethod()
6193 return addConstructor(fnCall, loc); in addFunctionCallOrMethod()
6200 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod()
6205 if (fnCall->name() != "length") in addMethod()
6209 else if (!fnCall->arguments().empty()) in addMethod()
[all …]
H A DParseContext.h185 void functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *fnCall);
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/lang/spidermonkey60/firefox-60.9.0/gfx/angle/checkout/src/compiler/translator/
H A DParseContext.cpp1712 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
1722 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
3570 TIntermSequence &arguments = fnCall->arguments(); in addConstructor()
5765 if (fnCall->thisNode() != nullptr) in addFunctionCallOrMethod()
5767 return addMethod(fnCall, loc); in addFunctionCallOrMethod()
5769 if (fnCall->isConstructor()) in addFunctionCallOrMethod()
5771 return addConstructor(fnCall, loc); in addFunctionCallOrMethod()
5778 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod()
5783 if (fnCall->name() != "length") in addMethod()
5787 else if (!fnCall->arguments().empty()) in addMethod()
[all …]
H A DParseContext.h175 void functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *fnCall);
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);
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DParseContext.cpp2043 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
2054 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
4164 TIntermSequence &arguments = fnCall->arguments(); in addConstructor()
6792 if (fnCall->thisNode() != nullptr) in addFunctionCallOrMethod()
6794 return addMethod(fnCall, loc); in addFunctionCallOrMethod()
6796 if (fnCall->isConstructor()) in addFunctionCallOrMethod()
6798 return addConstructor(fnCall, loc); in addFunctionCallOrMethod()
6805 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod()
6810 if (fnCall->name() != "length") in addMethod()
6814 else if (!fnCall->arguments().empty()) in addMethod()
[all …]
H A DParseContext.h186 void functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *fnCall);
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/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DParseContext.cpp2043 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
2054 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
4164 TIntermSequence &arguments = fnCall->arguments(); in addConstructor()
6792 if (fnCall->thisNode() != nullptr) in addFunctionCallOrMethod()
6794 return addMethod(fnCall, loc); in addFunctionCallOrMethod()
6796 if (fnCall->isConstructor()) in addFunctionCallOrMethod()
6798 return addConstructor(fnCall, loc); in addFunctionCallOrMethod()
6805 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod()
6810 if (fnCall->name() != "length") in addMethod()
6814 else if (!fnCall->arguments().empty()) in addMethod()
[all …]
H A DParseContext.h186 void functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *fnCall);
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 DParseContext.cpp2043 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
2054 fnCall->functionName()); in functionCallRValueLValueErrorCheck()
4164 TIntermSequence &arguments = fnCall->arguments(); in addConstructor()
6792 if (fnCall->thisNode() != nullptr) in addFunctionCallOrMethod()
6794 return addMethod(fnCall, loc); in addFunctionCallOrMethod()
6796 if (fnCall->isConstructor()) in addFunctionCallOrMethod()
6798 return addConstructor(fnCall, loc); in addFunctionCallOrMethod()
6805 TIntermTyped *thisNode = fnCall->thisNode(); in addMethod()
6810 if (fnCall->name() != "length") in addMethod()
6814 else if (!fnCall->arguments().empty()) in addMethod()
[all …]
H A DParseContext.h186 void functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *fnCall);
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/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.h170 void functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *fnCall);
425 TIntermTyped *addFunctionCallOrMethod(TFunction *fnCall,
551 TIntermTyped *addMethod(TFunction *fnCall,
558 TIntermTyped *addNonConstructorFunctionCall(TFunction *fnCall,
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.h170 void functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *fnCall);
425 TIntermTyped *addFunctionCallOrMethod(TFunction *fnCall,
551 TIntermTyped *addMethod(TFunction *fnCall,
558 TIntermTyped *addNonConstructorFunctionCall(TFunction *fnCall,
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/angle/src/compiler/translator/
H A DParseContext.h170 void functionCallRValueLValueErrorCheck(const TFunction *fnCandidate, TIntermAggregate *fnCall);
425 TIntermTyped *addFunctionCallOrMethod(TFunction *fnCall,
551 TIntermTyped *addMethod(TFunction *fnCall,
558 TIntermTyped *addNonConstructorFunctionCall(TFunction *fnCall,

1234