Searched defs:Return (Results 1 - 25 of 40) sorted by relevance

12

/external/libunwind/doc/
H A Dunw_backtrace.tex35 \section{Return Value}
H A Dunw_init_local.tex46 \section{Return Value}
H A Dunw_init_remote.tex41 \section{Return Value}
H A Dunw_resume.tex61 \section{Return Value}
H A Dunw_strerror.tex22 \section{Return Value}
H A Dunw_flush_cache.tex34 \section{Return Value}
H A Dunw_get_accessors.tex30 \section{Return Value}
H A Dunw_get_fpreg.tex37 \section{Return Value}
H A Dunw_get_proc_info.tex84 \section{Return Value}
H A Dunw_get_proc_info_by_ip.tex50 \section{Return Value}
H A Dunw_get_proc_name.tex43 \section{Return Value}
H A Dunw_get_reg.tex38 \section{Return Value}
H A Dunw_getcontext.tex40 \section{Return Value}
H A Dunw_is_fpreg.tex25 \section{Return Value}
H A Dunw_is_signal_frame.tex32 \section{Return Value}
H A Dunw_regname.tex25 \section{Return Value}
H A Dunw_set_caching_policy.tex48 \section{Return Value}
H A Dunw_set_fpreg.tex37 \section{Return Value}
H A Dunw_set_reg.tex38 \section{Return Value}
H A Dunw_step.tex22 \section{Return Value}
/external/clang/utils/TableGen/
H A DClangCommentCommandInfoEmitter.cpp67 std::string Return; local
68 raw_string_ostream(Return) << "return &Commands[" << i << "];";
69 Matches.push_back(StringMatcher::StringPair(Name, Return));
/external/v8/test/cctest/compiler/
H A Dsimplified-graph-builder.cc33 void SimplifiedGraphBuilder::Return(Node* value) { function in class:v8::internal::compiler::SimplifiedGraphBuilder
35 graph()->NewNode(common()->Return(), value, effect_, graph()->start());
/external/llvm/lib/Target/Mips/
H A DMipsCCState.h121 bool Return = CCState::CheckReturn(ArgsFlags, Fn); local
124 return Return;
/external/clang/include/clang/Basic/
H A DABI.h184 ReturnAdjustment Return; member in struct:clang::ThunkInfo
195 ThunkInfo(const ThisAdjustment &This, const ReturnAdjustment &Return, argument
197 : This(This), Return(Return), Method(Method) {}
200 return LHS.This == RHS.This && LHS.Return == RHS.Return &&
205 return This.isEmpty() && Return.isEmpty() && Method == nullptr;
/external/llvm/include/llvm/ADT/
H A DPointerUnion.h26 typedef T Return; typedef in struct:llvm::PointerUnionTypeSelectorReturn
31 /// typedef typename PointerUnionTypeSelector<T1, T2, EQ, NE>::Return Ret;
36 typedef typename PointerUnionTypeSelectorReturn<RET_NE>::Return Return; typedef in struct:llvm::PointerUnionTypeSelector
41 typedef typename PointerUnionTypeSelectorReturn<RET_EQ>::Return Return; typedef in struct:llvm::PointerUnionTypeSelector
47 typedef typename PointerUnionTypeSelector<T1, T2, RET_EQ, RET_NE>::Return
48 Return; typedef in struct:llvm::PointerUnionTypeSelectorReturn
107 /// isNull - Return true if the pointer held in the union is null,
122 UNION_DOESNT_CONTAIN_TYPE<T> > >::Return T
[all...]

Completed in 513 milliseconds

12