/external/clang/test/CXX/class/class.union/ |
D | p1.cpp | 5 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/ |
D | testThreads.c | 40 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()
|
D | testThreadsWin32.c | 30 const char *Okay = "OK"; variable 82 return ((DWORD) Okay); in thread_specific_data() 132 if (results[i] != (DWORD) Okay) in main()
|
D | runtest.c | 3885 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/ |
D | ivar-lookup.mm | 15 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
|
D | arc-type-conversion.mm | 67 // Okay to reinterpret_cast to add/remove/change ownership
|
/external/clang/test/SemaObjC/ |
D | parameterized_classes.m | 73 // 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
|
D | default-synthesize-3.m | 172 @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/ |
D | py_table_of_contents_feature2d.markdown | 11 Okay, Corners are good
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebate.txt | 36 Okay before you comment, please look at:
|
D | 2001-02-06-TypeNotationDebateResp1.txt | 8 > Okay before you comment, please look at:
|
D | 2001-02-09-AdveCommentsResponse.txt | 82 Okay, that comment is removed. 118 Okay, once we get the above stuff figured out, I'll put it all in the
|
D | 2000-11-18-EarlyDesignIdeasResp.txt | 6 Okay... here are a few of my thoughts on this (it's good to know that we
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | parser.ml | 66 (* Okay, we know this is a binop. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
D | parser.ml | 66 (* Okay, we know this is a binop. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
D | parser.ml | 66 (* Okay, we know this is a binop. *)
|
/external/clang/test/CodeGenObjC/ |
D | ns_consume_null_check.m | 48 // Okay, start the message-send.
|
/external/llvm/test/Unit/ |
D | lit.cfg | 84 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | parser.ml | 102 (* Okay, we know this is a binop. *)
|
/external/clang/test/Unit/ |
D | lit.cfg | 84 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
D | parser.ml | 113 (* Okay, we know this is a binop. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
D | parser.ml | 127 (* Okay, we know this is a binop. *)
|
/external/clang/docs/ |
D | LibASTMatchersTutorial.rst | 54 Okay. Now we'll build Clang! 222 Okay, on to using matchers for real. Let's start by defining a matcher
|
/external/tcpdump/tests/ |
D | lmp-v.out | 200 Channel Status: Signal Okay (1)
|
/external/clang/lib/Sema/ |
D | SemaTemplate.cpp | 2653 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()
|