HomeSort by relevance Sort by last modified time
    Searched refs:Okay (Results 1 - 12 of 12) 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::__anon16277
92 struct s7 : Okay {
132 Either<int,Okay> okay(0);
  /external/chromium_org/third_party/libxml/src/
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);
131 if (results[i] != (void *) Okay)
    [all...]
runtest.c 3899 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 83 Okay: spam(ham[1], {eggs: 2})
88 The format is simple: "Okay" or error/warning code followed by colon
112 SELFTEST_REGEX = re.compile(r'(Okay|[EW]\d{3}):\s(.*)')
144 Okay: if a == 0:\n a = 1\n b = 1
158 Okay: if True:\n return
170 Okay: spam(1)
185 Okay: spam(1)
234 Okay: def a():\n pass\n\n\ndef b():\n pass
235 Okay: def a():\n pass\n\n\n# Foo\n# Bar\n\ndef b():\n pass
269 Okay: spam(ham[1], {eggs: 2}
    [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp     [all...]

Completed in 724 milliseconds