Home
last modified time | relevance | path

Searched refs:NewContext (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/go/
Dcontext_test.go29 if _, err := NewContext(opt); err != nil {
37 c, err := NewContext(nil)
Dcontext.go79 func NewContext(options *ContextOptions) (*Context, error) { func
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs66 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
129 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
193 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
255 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
348 …public static ServerCallContext NewContext<TRequest, TResponse>(ServerRpcNew newRpc, ServerRespons…
/external/llvm-project/polly/lib/Exchange/
DJSONExporter.cpp218 isl::set NewContext = isl::set{S.getIslCtx().get(), in importContext()
222 if (!NewContext) { in importContext()
228 if (!NewContext.is_params()) { in importContext()
234 unsigned NewContextDim = NewContext.dim(isl::dim::param); in importContext()
246 NewContext = NewContext.set_dim_id(isl::dim::param, i, Id); in importContext()
249 S.setContext(NewContext); in importContext()
/external/llvm-project/llvm/bindings/go/llvm/
Dstring_test.go20 ctx := NewContext()
Dir_test.go141 cont := NewContext()
Dir.go359 func NewContext() Context { return Context{C.LLVMContextCreate()} } func
/external/llvm/bindings/go/llvm/
Dstring_test.go21 ctx := NewContext()
Dir.go351 func NewContext() Context { return Context{C.LLVMContextCreate()} } func
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp188 DeclContext *NewContext = in getChildDeclContext() local
191 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp184 DeclContext *NewContext = in getChildDeclContext() local
187 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
/external/llvm-project/polly/include/polly/
DScopInfo.h2457 void setContext(isl::set NewContext);
/external/clang/include/clang/Sema/
DSema.h3648 void PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
3652 void PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext,
9608 Sema::ExpressionEvaluationContext NewContext,
9614 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
9618 Sema::ExpressionEvaluationContext NewContext,
9622 Actions.PushExpressionEvaluationContext(NewContext, in Actions()
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp1388 void Scop::setContext(isl::set NewContext) { in setContext() argument
1389 Context = NewContext.align_params(Context.get_space()); in setContext()
/external/llvm-project/clang/include/clang/Sema/
DSema.h4797 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl = nullptr,
4802 ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t,
12661 Sema &Actions, Sema::ExpressionEvaluationContext NewContext,
12668 Actions.PushExpressionEvaluationContext(NewContext, LambdaContextDecl, in Actions()
12672 Sema &Actions, Sema::ExpressionEvaluationContext NewContext,
12678 NewContext, Sema::ReuseLambdaContextDecl, ExprContext); in Actions()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1690 DeclContext *NewContext = in getChildDeclContext() local
1693 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
/external/clang/lib/Sema/
DSemaExpr.cpp12822 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, in PushExpressionEvaluationContext() argument
12825 ExprEvalContexts.emplace_back(NewContext, ExprCleanupObjects.size(), Cleanup, in PushExpressionEvaluationContext()
12833 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, in PushExpressionEvaluationContext() argument
12837 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, IsDecltype); in PushExpressionEvaluationContext()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp16240 ExpressionEvaluationContext NewContext, Decl *LambdaContextDecl, in PushExpressionEvaluationContext() argument
16242 ExprEvalContexts.emplace_back(NewContext, ExprCleanupObjects.size(), Cleanup, in PushExpressionEvaluationContext()
16251 ExpressionEvaluationContext NewContext, ReuseLambdaContextDecl_t, in PushExpressionEvaluationContext() argument
16254 PushExpressionEvaluationContext(NewContext, ClosureContextDecl, ExprContext); in PushExpressionEvaluationContext()