/external/llvm/test/Bitcode/ |
blockaddress.ll | 10 store i8* blockaddress(@doit, %here), i8** %ptr1, align 8 11 ; CHECK: blockaddress(@doit, %here) 12 br label %doit.exit 14 doit.exit: 18 define void @doit(i8** nocapture %pptr) { 19 ; CHECK: define void @doit 24 store i8* blockaddress(@doit, %here), i8** %pptr, align 8 25 ; CHECK: blockaddress(@doit, %here)
|
/external/llvm/test/Transforms/Inline/ |
blockaddress.ll | 4 ; Make sure the blockaddress is mapped correctly when doit is inlined 10 define void @doit(i8** nocapture %pptr, i32 %cond) nounwind uwtable { 16 store i8* blockaddress(@doit, %here), i8** %pptr, align 8 25 call void @doit(i8** @ptr1, i32 %cond)
|
/external/clang/test/SemaCXX/ |
for-range-unused.cpp | 7 void doIt() { 20 vector.doIt();
|
operator-arrow-temporary.cpp | 5 void doit(); 18 void f() { Accessor acc; acc->doit(); } // expected-note {{requested here}}
|
/external/llvm/test/Transforms/GlobalOpt/ |
storepointer.ll | 14 define void @doit() {
|
/external/llvm/test/Transforms/LowerInvoke/ |
basictest.ll | 17 br label %doit 18 doit: ; preds = %0 23 Ok: ; preds = %doit 28 Crap: ; preds = %Ok, %doit
|
/external/chromium/third_party/libevent/ |
install-sh | 18 doit="${DOITPROG-}" 182 $doit $instcmd $dst && 184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 215 $doit $instcmd $src $dsttmp && 223 # errors from the above "$doit $instcmd $src $dsttmp" command. 225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi & [all...] |
/external/e2fsprogs/config/ |
install-sh | 18 doit="${DOITPROG-}" 182 $doit $instcmd $dst && 184 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 185 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 186 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 187 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 215 $doit $instcmd $src $dsttmp && 223 # errors from the above "$doit $instcmd $src $dsttmp" command. 225 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 226 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi & [all...] |
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface/ |
ITest.java | 20 public void doit(); method in interface:ITest 21 public void doit(int i); method in interface:ITest
|
ITestImpl.java | 20 public void doit() { method in class:ITestImpl 24 public void doit(int i) { method in class:ITestImpl
|
ITestImplAbstract.java | 21 abstract public void doit(); method in class:ITestImplAbstract 22 abstract public void doit(int i); method in class:ITestImplAbstract
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/invoke_interface_range/ |
ITest.java | 20 public void doit(); method in interface:ITest 21 public void doit(int i); method in interface:ITest
|
ITestImpl.java | 22 public void doit() { method in class:ITestImpl 26 public void doit(int i) { method in class:ITestImpl
|
ITestImplAbstract.java | 21 abstract public void doit(); method in class:ITestImplAbstract 22 abstract public void doit(int i); method in class:ITestImplAbstract
|
/dalvik/tests/073-mismatched-field/src/ |
Main.java | 20 main.doit(); 23 void doit() { method in class:Main
|
/external/webkit/Tools/android/flex-2.5.4a/ |
install.sh | 17 doit="${DOITPROG-}" 104 $doit $instcmd $src $dsttmp 108 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; fi 109 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; fi 110 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dsttmp; fi 111 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dsttmp; fi 115 $doit $rmcmd $dst 116 $doit $mvcmd $dsttmp $dst
|
/external/llvm/include/llvm/Support/ |
Casting.h | 49 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl 55 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl 56 return isa_impl<To, From>::doit(Val); 61 static inline bool doit(const From &Val) { function in struct:llvm::isa_impl_cl 62 return isa_impl<To, From>::doit(Val); 67 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl 68 return isa_impl<To, From>::doit(*Val); 73 static inline bool doit(const From *Val) { function in struct:llvm::isa_impl_cl 74 return isa_impl<To, From>::doit(*Val); 79 static inline bool doit(const From *Val) function in struct:llvm::isa_impl_cl 88 static bool doit(const From &Val) { function in struct:llvm::isa_impl_wrap 98 static bool doit(const FromTy &Val) { function in struct:llvm::isa_impl_wrap 167 static typename cast_retty<To, From>::ret_type doit(const From &Val) { function in struct:llvm::cast_convert_val 176 static typename cast_retty<To, FromTy>::ret_type doit(const FromTy &Val) { function in struct:llvm::cast_convert_val [all...] |
/external/dropbear/ |
install-sh | 30 doit="${DOITPROG-}" 195 $doit $instcmd $dst && 197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 228 $doit $instcmd $src $dsttmp && 236 # errors from the above "$doit $instcmd $src $dsttmp" command. 238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi & [all...] |
/external/icu4c/ |
install-sh | 30 doit="${DOITPROG-}" 195 $doit $instcmd $dst && 197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 228 $doit $instcmd $src $dsttmp && 236 # errors from the above "$doit $instcmd $src $dsttmp" command. 238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi & [all...] |
/external/jpeg/ |
install-sh | 30 doit="${DOITPROG-}" 194 $doit $instcmd $dst && 196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 227 $doit $instcmd $src $dsttmp && 235 # errors from the above "$doit $instcmd $src $dsttmp" command. 237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi & [all...] |
/external/liblzf/ |
install-sh | 30 doit="${DOITPROG-}" 195 $doit $instcmd $dst && 197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 228 $doit $instcmd $src $dsttmp && 236 # errors from the above "$doit $instcmd $src $dsttmp" command. 238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi & [all...] |
/external/libpcap/ |
install-sh | 30 doit="${DOITPROG-}" 194 $doit $instcmd $dst && 196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 227 $doit $instcmd $src $dsttmp && 235 # errors from the above "$doit $instcmd $src $dsttmp" command. 237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi & [all...] |
/external/openssh/ |
install-sh | 30 doit="${DOITPROG-}" 195 $doit $instcmd $dst && 197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 228 $doit $instcmd $src $dsttmp && 236 # errors from the above "$doit $instcmd $src $dsttmp" command. 238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi & [all...] |
/external/qemu/distrib/jpeg-6b/ |
install-sh | 30 doit="${DOITPROG-}" 194 $doit $instcmd $dst && 196 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 197 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 198 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 199 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 227 $doit $instcmd $src $dsttmp && 235 # errors from the above "$doit $instcmd $src $dsttmp" command. 237 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 238 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi & [all...] |
/external/qemu-pc-bios/bochs/ |
install-sh | 30 doit="${DOITPROG-}" 195 $doit $instcmd $dst && 197 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dst; else true ; fi && 198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dst; else true ; fi && 199 if [ x"$stripcmd" != x ]; then $doit $stripcmd $dst; else true ; fi && 200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd $dst; else true ; fi 228 $doit $instcmd $src $dsttmp && 236 # errors from the above "$doit $instcmd $src $dsttmp" command. 238 if [ x"$chowncmd" != x ]; then $doit $chowncmd $dsttmp; else true;fi && 239 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd $dsttmp; else true;fi & [all...] |