HomeSort by relevance Sort by last modified time
    Searched refs:Okay (Results 1 - 11 of 11) sorted by null

  /external/clang/test/CXX/class/class.union/
p1.cpp 5 class Okay {
13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual base class}}
47 Okay okay; member in union:U1
73 Okay okay; member in struct:U2::__anon6961
92 struct s7 : Okay {
132 Either<int,Okay> okay(0);
  /external/libxml2/
testThreadsWin32.c 30 const char *Okay = "OK";
45 int okay = 1; local
59 okay = 0;
64 okay = 0;
68 okay = 0;
73 okay = 0;
77 okay = 0;
80 if (okay == 0)
82 return ((DWORD) Okay);
132 if (results[i] != (DWORD) Okay)
    [all...]
testThreads.c 40 static const char *Okay = "OK";
55 int okay = 1; local
69 okay = 0;
74 okay = 0;
78 okay = 0;
83 okay = 0;
87 okay = 0;
90 if (okay == 0)
92 return ((void *) Okay);
129 if (results[i] != (void *) Okay)
    [all...]
runtest.c 3958 int okay = 1; local
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 66 (* Okay, we know this is a binop. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 66 (* Okay, we know this is a binop. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 66 (* Okay, we know this is a binop. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 102 (* Okay, we know this is a binop. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 113 (* Okay, we know this is a binop. *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 127 (* Okay, we know this is a binop. *)
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]

Completed in 254 milliseconds