Home
last modified time | relevance | path

Searched refs:stack_type (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/test/API/commands/expression/import-std-module/stack/
DTestStackFromStdModule.py25 stack_type = "std::stack<C>"
26 size_type = stack_type + "::size_type"
28 self.expect_expr("s_deque", result_type=stack_type)
43 stack_type = "std::stack<C, std::vector<C> >"
44 size_type = stack_type + "::size_type"
46 self.expect_expr("s_vector", result_type=stack_type)
61 stack_type = "std::stack<C, std::list<C> >"
62 size_type = stack_type + "::size_type"
63 self.expect_expr("s_list", result_type=stack_type)
/external/bcc/tools/
Dcapable.py190 def print_stack(bpf, stack_id, stack_type, tgid): argument
192 print(" [Missed %s Stack]" % stack_type)
/external/llvm-project/openmp/runtime/src/
Dkmp_error.cpp275 enum cons_type stack_type; local
277 stack_type = p->stack_data[index].type;
279 if (stack_type == ct_critical ||
280 ((stack_type == ct_ordered_in_parallel ||
281 stack_type == ct_ordered_in_pdo) &&
/external/grpc-grpc/src/cpp/common/
Dchannel_filter.h352 grpc_channel_stack_type stack_type; member
371 const char* name, grpc_channel_stack_type stack_type, int priority, in RegisterChannelFilter() argument
384 stack_type, in RegisterChannelFilter()
Dchannel_filter.cc90 grpc_channel_init_register_stage(filter.stack_type, filter.priority, in ChannelFilterPluginInit()
/external/rust/crates/grpcio-sys/grpc/src/cpp/common/
Dchannel_filter.h352 grpc_channel_stack_type stack_type; member
376 const char* name, grpc_channel_stack_type stack_type, int priority, in RegisterChannelFilter() argument
389 stack_type, in RegisterChannelFilter()
Dchannel_filter.cc89 grpc_channel_init_register_stage(filter.stack_type, filter.priority, in ChannelFilterPluginInit()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dstack_ops_decomposition.cc127 auto stack_type = arg_to_stack_type(i); in ModifyFunctionSignature() local
128 if (!stack_type.hasValue()) continue; in ModifyFunctionSignature()
129 func.getArgument(i).setType(*stack_type); in ModifyFunctionSignature()
130 new_input_types[i] = *stack_type; in ModifyFunctionSignature()
/external/selinux/checkpolicy/
Dmodule_compiler.c46 static int push_stack(int stack_type, ...);
1444 static int push_stack(int stack_type, ...) in push_stack() argument
1451 va_start(ap, stack_type); in push_stack()
1452 switch (s->type = stack_type) { in push_stack()