Home
last modified time | relevance | path

Searched refs:ret_i (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/test/SemaCXX/
Dcxx2a-consteval.cpp279 consteval int ret_i() const { return 0; } in ret_i() function
284 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
287 return a.ret_i(); in const_a_ref()
291 return a.ret_i(); in rvalue_ref()
300 { int k = A().ret_i(); } in test()
306 { int k = A().ret_a().ret_i(); } in test()
317 { int k = (A().ret_a(), A().ret_i()); } in test()
318 { int k = (const_a_ref(A().ret_a()), A().ret_i()); }// in test()
336 consteval int ret_i() const { return p ? *p : 0; } in ret_i() function
341 consteval int by_value_a(A a) { return a.ret_i(); } in by_value_a()
[all …]
/external/ltp/include/
Dtst_net.h84 static inline int safe_atoi(const char *s, int *ret_i) in safe_atoi() argument
98 *ret_i = (int)l; in safe_atoi()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dconst_analysis.cc116 Node* ret_i = fbody->ret_nodes[i]; in GetCompileTimeConstInputs() local
118 TF_RETURN_IF_ERROR(ret_i->input_node(0, &ret_i_input_0)); in GetCompileTimeConstInputs()
129 << ret_i->def().ShortDebugString(); in GetCompileTimeConstInputs()