Searched refs:doit (Results 1 - 25 of 149) sorted by relevance

123456

/prebuilts/gdb/darwin-x86/lib/python2.7/config/
H A Dinstall-sh48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/config/
H A Dinstall-sh48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
H A Dinstall-sh48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
H A Dinstall-sh48 doit="${DOITPROG-}"
213 $doit $instcmd "$dst" &&
215 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
216 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
217 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
218 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
252 $doit $instcmd "$src" "$dsttmp" &&
258 # errors from the above "$doit $instcmd $src $dsttmp" command.
260 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dsttmp"; else :;fi &&
261 if [ x"$chgrpcmd" != x ]; then $doit
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/build-aux/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/build-aux/
H A Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
446 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
447 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
449 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
466 # errors from the above "$doit $cpprog $src $dsttmp" command.
468 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
469 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
470 { test -z "$stripcmd" || $doit
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dsortperf.py59 def doit(L): function
93 doit(L) # *sort
95 doit(L) # \sort
96 doit(L) # /sort
103 doit(L) # 3sort
108 doit(L) # +sort
113 doit(L) # %sort
122 doit(L) # ~sort
127 doit(L) # =sort
139 doit(
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dsortperf.py59 def doit(L): function
93 doit(L) # *sort
95 doit(L) # \sort
96 doit(L) # /sort
103 doit(L) # 3sort
108 doit(L) # +sort
113 doit(L) # %sort
122 doit(L) # ~sort
127 doit(L) # =sort
139 doit(
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dsortperf.py59 def doit(L): function
93 doit(L) # *sort
95 doit(L) # \sort
96 doit(L) # /sort
103 doit(L) # 3sort
108 doit(L) # +sort
113 doit(L) # %sort
122 doit(L) # ~sort
127 doit(L) # =sort
139 doit(
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dsortperf.py59 def doit(L): function
93 doit(L) # *sort
95 doit(L) # \sort
96 doit(L) # /sort
103 doit(L) # 3sort
108 doit(L) # +sort
113 doit(L) # %sort
122 doit(L) # ~sort
127 doit(L) # =sort
139 doit(
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DCasting.h55 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
64 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
68 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
69 return isa_impl<To, From>::doit(Val);
74 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
75 return isa_impl<To, From>::doit(Val);
80 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
82 return isa_impl<To, From>::doit(*Val);
87 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
89 return isa_impl<To, From>::doit(*Va
94 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
101 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
111 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
121 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
190 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
199 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DCasting.h55 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
64 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
68 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
69 return isa_impl<To, From>::doit(Val);
74 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
75 return isa_impl<To, From>::doit(Val);
80 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
82 return isa_impl<To, From>::doit(*Val);
87 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
89 return isa_impl<To, From>::doit(*Va
94 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
101 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
111 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
121 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
190 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
199 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DCasting.h58 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl
67 static inline bool doit(const From &) { return true; } function in struct:llvm::isa_impl
71 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
72 return isa_impl<To, From>::doit(Val);
77 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl
78 return isa_impl<To, From>::doit(Val);
84 static inline bool doit(const std::unique_ptr<From> &Val) { function in struct:llvm::isa_impl_cl
86 return isa_impl_cl<To, From>::doit(*Val);
91 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
93 return isa_impl<To, From>::doit(*Va
98 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
105 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
112 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl
122 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap
132 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap
209 static typename cast_retty<To, From>::ret_type doit(From &Val) { function in struct:llvm::cast_convert_val
218 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val
[all...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DValue.h724 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
731 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
738 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
745 static inline bool doit (const Value &Val) { function in struct:llvm::Value::isa_impl
751 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
757 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
763 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
769 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
775 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
781 static inline bool doit(cons function in struct:llvm::Value::isa_impl
787 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
793 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
799 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
805 static inline bool doit(const Value &Val) { function in struct:llvm::Value::isa_impl
[all...]

Completed in 605 milliseconds

123456