/external/libunwind/doc/ |
H A D | unw_backtrace.tex | 35 \section{Return Value}
|
H A D | unw_init_local.tex | 46 \section{Return Value}
|
H A D | unw_init_remote.tex | 41 \section{Return Value}
|
H A D | unw_resume.tex | 61 \section{Return Value}
|
H A D | unw_strerror.tex | 22 \section{Return Value}
|
H A D | unw_flush_cache.tex | 34 \section{Return Value}
|
H A D | unw_get_accessors.tex | 30 \section{Return Value}
|
H A D | unw_get_fpreg.tex | 37 \section{Return Value}
|
H A D | unw_get_proc_info.tex | 84 \section{Return Value}
|
H A D | unw_get_proc_info_by_ip.tex | 50 \section{Return Value}
|
H A D | unw_get_proc_name.tex | 43 \section{Return Value}
|
H A D | unw_get_reg.tex | 38 \section{Return Value}
|
H A D | unw_getcontext.tex | 40 \section{Return Value}
|
H A D | unw_is_fpreg.tex | 25 \section{Return Value}
|
H A D | unw_is_signal_frame.tex | 32 \section{Return Value}
|
H A D | unw_regname.tex | 25 \section{Return Value}
|
H A D | unw_set_caching_policy.tex | 48 \section{Return Value}
|
H A D | unw_set_fpreg.tex | 37 \section{Return Value}
|
H A D | unw_set_reg.tex | 38 \section{Return Value}
|
H A D | unw_step.tex | 22 \section{Return Value}
|
/external/clang/utils/TableGen/ |
H A D | ClangCommentCommandInfoEmitter.cpp | 67 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 D | simplified-graph-builder.cc | 33 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 D | MipsCCState.h | 121 bool Return = CCState::CheckReturn(ArgsFlags, Fn); local 124 return Return;
|
/external/clang/include/clang/Basic/ |
H A D | ABI.h | 184 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 D | PointerUnion.h | 26 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...] |