/external/tensorflow/tensorflow/go/ |
D | context_test.go | 29 if _, err := NewContext(opt); err != nil { 37 c, err := NewContext(nil)
|
D | context.go | 79 func NewContext(options *ContextOptions) (*Context, error) { func
|
/external/grpc-grpc/src/csharp/Grpc.Core/Internal/ |
D | ServerCallHandler.cs | 66 … 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/ |
D | JSONExporter.cpp | 218 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/ |
D | string_test.go | 20 ctx := NewContext()
|
D | ir_test.go | 141 cont := NewContext()
|
D | ir.go | 359 func NewContext() Context { return Context{C.LLVMContextCreate()} } func
|
/external/llvm/bindings/go/llvm/ |
D | string_test.go | 21 ctx := NewContext()
|
D | ir.go | 351 func NewContext() Context { return Context{C.LLVMContextCreate()} } func
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 188 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/ |
D | DWARFLinkerDeclContext.cpp | 184 DeclContext *NewContext = in getChildDeclContext() local 187 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
|
/external/llvm-project/polly/include/polly/ |
D | ScopInfo.h | 2457 void setContext(isl::set NewContext);
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3648 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/ |
D | ScopInfo.cpp | 1388 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/ |
D | Sema.h | 4797 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/ |
D | DwarfLinker.cpp | 1690 DeclContext *NewContext = in getChildDeclContext() local 1693 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 12822 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/ |
D | SemaExpr.cpp | 16240 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()
|