Home
last modified time | relevance | path

Searched refs:Okay (Results 1 – 25 of 45) sorted by relevance

12

/external/clang/test/CXX/class/class.union/
Dp1.cpp5 class Okay { class
13 class VirtualBase : virtual Okay { // expected-note 4 {{because type 'VirtualBase' has a virtual ba…
47 Okay okay;
73 Okay okay;
92 struct s7 : Okay {
132 Either<int,Okay> okay(0); in fred()
/external/libxml2/
DtestThreads.c40 static const char *Okay = "OK"; variable
92 return ((void *) Okay); in thread_specific_data()
129 if (results[i] != (void *) Okay) in main()
176 if (results[i] != (void *) Okay) { in main()
DtestThreadsWin32.c30 const char *Okay = "OK"; variable
82 return ((DWORD) Okay); in thread_specific_data()
132 if (results[i] != (DWORD) Okay) in main()
Druntest.c3885 static const char *Okay = "OK"; variable
3937 return ((void *) Okay); in thread_specific_data()
4003 if (results[i] != (DWORD) Okay) { in testThread()
4057 if (results[i] != (void *) Okay) { in testThread()
4110 if (results[i] != (void *) Okay) { in testThread()
/external/clang/test/SemaObjCXX/
Divar-lookup.mm15 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
Darc-type-conversion.mm67 // Okay to reinterpret_cast to add/remove/change ownership
/external/clang/test/SemaObjC/
Dparameterized_classes.m73 // Okay: forward declaration without type parameters.
76 // Okay: forward declarations with type parameters.
79 // Okay: forward declaration without type parameters following ones
83 // Okay: definition of class with type parameters that was formerly
117 // Okay: definition of class with type parameters that was formerly
Ddefault-synthesize-3.m172 @interface Okay : NSObject<Fooing> interface
175 @implementation Okay // expected-warning {{auto property synthesis will not synthesize property 'mu… implementation
/external/opencv3/doc/py_tutorials/py_feature2d/
Dpy_table_of_contents_feature2d.markdown11 Okay, Corners are good
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebate.txt36 Okay before you comment, please look at:
D2001-02-06-TypeNotationDebateResp1.txt8 > Okay before you comment, please look at:
D2001-02-09-AdveCommentsResponse.txt82 Okay, that comment is removed.
118 Okay, once we get the above stuff figured out, I'll put it all in the
D2000-11-18-EarlyDesignIdeasResp.txt6 Okay... here are a few of my thoughts on this (it's good to know that we
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dparser.ml66 (* Okay, we know this is a binop. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dparser.ml66 (* Okay, we know this is a binop. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dparser.ml66 (* Okay, we know this is a binop. *)
/external/clang/test/CodeGenObjC/
Dns_consume_null_check.m48 // Okay, start the message-send.
/external/llvm/test/Unit/
Dlit.cfg84 # Okay, that worked. Notify the user of the automagic, and reconfigure.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dparser.ml102 (* Okay, we know this is a binop. *)
/external/clang/test/Unit/
Dlit.cfg84 # Okay, that worked. Notify the user of the automagic, and reconfigure.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dparser.ml113 (* Okay, we know this is a binop. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dparser.ml127 (* Okay, we know this is a binop. *)
/external/clang/docs/
DLibASTMatchersTutorial.rst54 Okay. Now we'll build Clang!
222 Okay, on to using matchers for real. Let's start by defining a matcher
/external/tcpdump/tests/
Dlmp-v.out200 Channel Status: Signal Okay (1)
/external/clang/lib/Sema/
DSemaTemplate.cpp2653 bool Okay = false; in ActOnVarTemplateSpecialization() local
2657 Okay = true; in ActOnVarTemplateSpecialization()
2662 if (!Okay) { in ActOnVarTemplateSpecialization()
6433 bool Okay = false; in ActOnClassTemplateSpecialization() local
6437 Okay = true; in ActOnClassTemplateSpecialization()
6442 if (!Okay) { in ActOnClassTemplateSpecialization()

12