Home
last modified time | relevance | path

Searched refs:CurrentCall (Results 1 – 25 of 66) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java31 final class CurrentCall extends FunctionCall { class
32 public CurrentCall(QName fname) { in CurrentCall() method in CurrentCall
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java31 final class CurrentCall extends FunctionCall { class
32 public CurrentCall(QName fname) { in CurrentCall() method in CurrentCall
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java31 final class CurrentCall extends FunctionCall { class
32 public CurrentCall(QName fname) { in CurrentCall() method in CurrentCall
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java31 final class CurrentCall extends FunctionCall { class
32 public CurrentCall(QName fname) { in CurrentCall() method in CurrentCall
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java31 final class CurrentCall extends FunctionCall { class
32 public CurrentCall(QName fname) { in CurrentCall() method in CurrentCall
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java31 final class CurrentCall extends FunctionCall { class
32 public CurrentCall(QName fname) { in CurrentCall() method in CurrentCall
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java31 final class CurrentCall extends FunctionCall { class
32 public CurrentCall(QName fname) { in CurrentCall() method in CurrentCall
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java31 final class CurrentCall extends FunctionCall { class
32 public CurrentCall(QName fname) { in CurrentCall() method in CurrentCall
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java33 final class CurrentCall extends FunctionCall { class
34 public CurrentCall(QName fname) { in CurrentCall() method in CurrentCall
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCurrentCall.java33 final class CurrentCall extends FunctionCall { class
34 public CurrentCall(QName fname) { in CurrentCall() method in CurrentCall
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.EnterpriseServices/System.EnterpriseServices/
H A DSecurityCallContext.cs59 public static SecurityCallContext CurrentCall { property in System.EnterpriseServices.SecurityCallContext
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/classic/
H A Dglobal.go31 CurrentCall *ast.CallExpr // call currently in progress member
/dports/audio/nas/nas-1.9.4/lib/audio/
H A DAstreams.h66 struct t_call *CurrentCall; member
H A DAstreams.c219 ClearCall(lc->CurrentCall); in Que()
909 call = current->CurrentCall; in LookForEvents()
960 call = current->CurrentCall; in CheckListenQue()
1072 if (p->CurrentCall->sequence == disc->sequence) { in RemoveCall()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/AST/
H A DExprConstant.cpp653 CallStackFrame *CurrentCall; member
1164 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1232 Info.CurrentCall = this; in CallStackFrame()
1239 Info.CurrentCall = Caller; in ~CallStackFrame()
5375 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
5387 Result = *Info.CurrentCall->This; in VisitVarDecl()
5412 if (Info.CurrentCall->Callee && in VisitVarDecl()
5414 Frame = Info.CurrentCall; in VisitVarDecl()
5803 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
5810 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/AST/
H A DExprConstant.cpp624 CallStackFrame *CurrentCall; member
1147 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1215 Info.CurrentCall = this; in CallStackFrame()
1222 Info.CurrentCall = Caller; in ~CallStackFrame()
5293 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
5305 Result = *Info.CurrentCall->This; in VisitVarDecl()
5330 if (Info.CurrentCall->Callee && in VisitVarDecl()
5332 Frame = Info.CurrentCall; in VisitVarDecl()
5719 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
5726 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DExprConstant.cpp797 CallStackFrame *CurrentCall; member in __anon4717f8730311::EvalInfo
1010 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1357 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1436 Info.CurrentCall = this; in CallStackFrame()
1443 Info.CurrentCall = Caller; in ~CallStackFrame()
3256 !Info.CurrentCall->Callee || in evaluateVarDeclInit()
8083 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8095 Result = *Info.CurrentCall->This; in VisitVarDecl()
8567 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
8574 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/AST/
H A DExprConstant.cpp717 CallStackFrame *CurrentCall; member
1213 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1281 Info.CurrentCall = this; in CallStackFrame()
1288 Info.CurrentCall = Caller; in ~CallStackFrame()
6590 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
6602 Result = *Info.CurrentCall->This; in VisitVarDecl()
6627 if (Info.CurrentCall->Callee && in VisitVarDecl()
6629 Frame = Info.CurrentCall; in VisitVarDecl()
7046 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
7053 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DExprConstant.cpp800 CallStackFrame *CurrentCall; member in __anon4a4db2530311::EvalInfo
1016 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1363 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1442 Info.CurrentCall = this; in CallStackFrame()
1449 Info.CurrentCall = Caller; in ~CallStackFrame()
3265 !Info.CurrentCall->Callee || in evaluateVarDeclInit()
8146 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8158 Result = *Info.CurrentCall->This; in VisitVarDecl()
8630 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
8637 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DExprConstant.cpp797 CallStackFrame *CurrentCall; member in __anon1d1632b20311::EvalInfo
1010 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1357 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1436 Info.CurrentCall = this; in CallStackFrame()
1443 Info.CurrentCall = Caller; in ~CallStackFrame()
3258 !Info.CurrentCall->Callee || in evaluateVarDeclInit()
8133 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8145 Result = *Info.CurrentCall->This; in VisitVarDecl()
8617 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
8624 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp800 CallStackFrame *CurrentCall; member in __anonf3133c880311::EvalInfo
1016 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1363 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1442 Info.CurrentCall = this; in CallStackFrame()
1449 Info.CurrentCall = Caller; in ~CallStackFrame()
3263 !Info.CurrentCall->Callee || in evaluateVarDeclInit()
8141 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8153 Result = *Info.CurrentCall->This; in VisitVarDecl()
8625 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
8632 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp800 CallStackFrame *CurrentCall; member in __anond54d24c00311::EvalInfo
1016 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1363 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1442 Info.CurrentCall = this; in CallStackFrame()
1449 Info.CurrentCall = Caller; in ~CallStackFrame()
3263 !Info.CurrentCall->Callee || in evaluateVarDeclInit()
8141 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8153 Result = *Info.CurrentCall->This; in VisitVarDecl()
8625 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
8632 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DExprConstant.cpp800 CallStackFrame *CurrentCall; member in __anonc408add50311::EvalInfo
1016 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1363 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1442 Info.CurrentCall = this; in CallStackFrame()
1449 Info.CurrentCall = Caller; in ~CallStackFrame()
3263 !Info.CurrentCall->Callee || in evaluateVarDeclInit()
8141 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8153 Result = *Info.CurrentCall->This; in VisitVarDecl()
8625 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
8632 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DExprConstant.cpp797 CallStackFrame *CurrentCall; member in __anone93968c60311::EvalInfo
1010 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1357 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1436 Info.CurrentCall = this; in CallStackFrame()
1443 Info.CurrentCall = Caller; in ~CallStackFrame()
3258 !Info.CurrentCall->Callee || in evaluateVarDeclInit()
8133 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8145 Result = *Info.CurrentCall->This; in VisitVarDecl()
8617 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
8624 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp800 CallStackFrame *CurrentCall; member in __anon26f006740311::EvalInfo
1016 CallStackFrame *Frame = CurrentCall; in getCallFrameAndDepth()
1363 Info.CurrentCall->popTempVersion(); in ~ScopeRAII()
1442 Info.CurrentCall = this; in CallStackFrame()
1449 Info.CurrentCall = Caller; in ~CallStackFrame()
3263 !Info.CurrentCall->Callee || in evaluateVarDeclInit()
8141 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8153 Result = *Info.CurrentCall->This; in VisitVarDecl()
8625 if (!Info.CurrentCall->This) { in VisitCXXThisExpr()
8632 Result = *Info.CurrentCall->This; in VisitCXXThisExpr()
[all …]

123