/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/llvm-project/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/deqp-deps/glslang/Test/ |
D | preprocessor.bad_arg.vert | 3 = 2) // Okay, one argument, split across newline
|
D | vulkan.frag | 49 }; // Okay now to have no instance name
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | limitations.md | 64 x = tf.constant(1) # Okay -- x does not need to be returned from the TF cond 89 while tf.random.uniform(()) > 0.5: # Okay -- x is not used after the loop 101 for i in tf.range(10): # Okay -- x does not depend on previous iterations 120 tf.print(x) # Okay -- x is either 0 or 1 242 y = change(y) # Okay -- y can now be properly tracked! 303 c.y += 1 # Okay -- c.y can now be properly tracked! 318 c = c.change() # Okay -- c is now a loop var. 377 for i in tf.range(3): # Okay -- `a` is local to the loop. 458 l = l.write(l.size(), i) # Okay 473 static_list[0] -= 1 # Okay -- static_list does not change structure [all …]
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | ivar-lookup.mm | 15 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
|
/external/clang/test/SemaObjCXX/ |
D | ivar-lookup.mm | 15 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
|
/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/llvm-project/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/curl/tests/data/ |
D | test1426 | 51 Okay binary output to terminal
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebate.txt | 36 Okay before you comment, please look at:
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebate.txt | 36 Okay before you comment, please look at:
|
/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-project/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
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/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
D | parser.ml | 66 (* Okay, we know this is a binop. *)
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
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 | 87 # Okay, that worked. Notify the user of the automagic, and reconfigure.
|
/external/llvm-project/clang/test/CodeGenObjC/ |
D | ns_consume_null_check.m | 48 // Okay, start the message-send.
|
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | parser.ml | 102 (* Okay, we know this is a binop. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
D | parser.ml | 102 (* Okay, we know this is a binop. *)
|