Searched refs:Work (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/SemaTemplate/
H A Drecovery-crash.cpp4 // trying to recover while adding 'this->' before Work(x);
7 static void Work(int); // expected-note{{must qualify identifier}}
12 Work(x); // expected-error{{use of undeclared identifier}}
/external/clang/test/SemaCXX/
H A Dqualified-id-lookup.cpp142 void Work() {} function in class:PR6830::Z
146 Z(foo::X()).Work();
/external/llvm/include/llvm/Analysis/
H A DDominatorInternals.h115 SmallVector<typename GraphT::NodeType*, 32> Work;
119 Work.push_back(VIn);
121 while (!Work.empty()) {
122 typename GraphT::NodeType* V = Work.back();
129 Work.push_back(VAncestor);
132 Work.pop_back();
/external/clang/test/Analysis/
H A Dmisc-ps-region-store.cpp194 bar_->Work();
/external/llvm/lib/CodeGen/
H A DMachineLICM.cpp972 SmallVector<const MachineInstr*, 8> Work(1, MI);
974 MI = Work.pop_back_val();
999 Work.push_back(UseMI);
1002 } while (!Work.empty());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java1074 static class Work extends Thread { class in class:HttpsURLConnectionTest
1149 static class ServerWork extends Work {
1369 log("Work is DONE");
1391 static class ClientConnectionWork extends Work {
/external/libpng/
H A DCHANGES1622 Work around Intel-Mac compiler bug by setting PNG_NO_MMX_CODE in pngconf.h
2056 Work around Coverity bug report by slightly refactoring
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php546 * Work around for Suhosin Patch with disabled /e modifier
3993 // Work out what to return and do it
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4969 \hline RSA/DH Key Size (bits) & Work Factor ($log_2$) \\
4989 \hline ECC Key Size (bits) & Work Factor ($log_2$) \\

Completed in 365 milliseconds