Searched refs:Okay (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CXX/class/class.union/
H A Dp1.cpp5 class Okay { class
13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual base class}}
47 Okay okay;
73 Okay okay;
92 struct s7 : Okay {
132 Either<int,Okay> okay(0);
/external/chromium_org/third_party/libxml/src/
H A DtestThreadsWin32.c30 const char *Okay = "OK"; variable
82 return ((DWORD) Okay);
132 if (results[i] != (DWORD) Okay)
H A DtestThreads.c40 static const char *Okay = "OK"; variable
92 return ((void *) Okay);
131 if (results[i] != (void *) Okay)
178 if (results[i] != (void *) Okay) {
H A Druntest.c3884 static const char *Okay = "OK"; variable
3936 return ((void *) Okay);
3983 if (results[i] != (void *) Okay) {
4055 if (results[i] != (DWORD) Okay) {
4109 if (results[i] != (void *) Okay) {
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dparser.ml66 (* Okay, we know this is a binop. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dparser.ml66 (* Okay, we know this is a binop. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dparser.ml66 (* Okay, we know this is a binop. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dparser.ml102 (* Okay, we know this is a binop. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dparser.ml113 (* Okay, we know this is a binop. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dparser.ml127 (* Okay, we know this is a binop. *)
/external/clang/lib/Sema/
H A DSemaTemplate.cpp2587 bool Okay = false; local
2591 Okay = true;
2596 if (!Okay) {
4733 // Okay: this is the address of a non-static member, and therefore
4893 // Okay: no conversion necessary
6219 bool Okay = false; local
6223 Okay = true;
6228 if (!Okay) {
6416 // Okay, we're just specializing something that is either already
7932 // Okay, i
[all...]

Completed in 1272 milliseconds