Home
last modified time | relevance | path

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

1234

/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/llvm-project/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/deqp-deps/glslang/Test/
Dpreprocessor.bad_arg.vert3 = 2) // Okay, one argument, split across newline
Dvulkan.frag49 }; // Okay now to have no instance name
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dlimitations.md64 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/
Divar-lookup.mm15 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
/external/clang/test/SemaObjCXX/
Divar-lookup.mm15 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
/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/llvm-project/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/curl/tests/data/
Dtest142651 Okay binary output to terminal
/external/llvm-project/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebate.txt36 Okay before you comment, please look at:
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebate.txt36 Okay before you comment, please look at:
/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-project/llvm/examples/OCaml-Kaleidoscope/Chapter4/
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/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dparser.ml66 (* Okay, we know this is a binop. *)
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter3/
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.cfg87 # Okay, that worked. Notify the user of the automagic, and reconfigure.
/external/llvm-project/clang/test/CodeGenObjC/
Dns_consume_null_check.m48 // Okay, start the message-send.
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dparser.ml102 (* Okay, we know this is a binop. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dparser.ml102 (* Okay, we know this is a binop. *)

1234