Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CXX/class/class.union/
H A 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()
/llvm-project-15.0.7/clang/test/SemaObjCXX/
H A Divar-lookup.mm15 int *ip = [Ivar method]; // Okay; calls A's method on the instance variable Ivar.
H A Darc-type-conversion.mm67 // Okay to reinterpret_cast to add/remove/change ownership
/llvm-project-15.0.7/clang/test/SemaObjC/
H A 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
H A Ddefault-synthesize-3.m172 @interface Okay : NSObject<Fooing> interface
175 @implementation Okay // expected-warning {{auto property synthesis will not synthesize property 'mu… implementation
H A Darc.m112 // Okay because of magic temporaries.
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-02-06-TypeNotationDebate.txt36 Okay before you comment, please look at:
H A D2001-02-06-TypeNotationDebateResp1.txt8 > Okay before you comment, please look at:
H A 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
H A D2000-11-18-EarlyDesignIdeasResp.txt6 Okay... here are a few of my thoughts on this (it's good to know that we
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dns_consume_null_check.m49 // Okay, start the message-send.
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3169 bool Okay = is_splat(OperandList); in singleReachablePHIPath() local
3170 if (Okay) in singleReachablePHIPath()
3338 bool Okay = Res.second; in verifyStoreExpressions() local
3342 if (!Okay) in verifyStoreExpressions()
3343 Okay = (std::get<1>(Res.first->second) == KV.second) && in verifyStoreExpressions()
3346 assert(Okay && "Stored expression conflict exists in expression table"); in verifyStoreExpressions()
/llvm-project-15.0.7/clang/docs/
H A DLibASTMatchersTutorial.rst47 Okay. Now we'll build Clang!
223 Okay, on to using matchers for real. Let's start by defining a matcher
H A DInternalsManual.rst1803 LT.Vector = 0; // Okay: finds Vector inside the unnamed union
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp4495 bool Okay = false; in ActOnVarTemplateSpecialization() local
4499 Okay = true; in ActOnVarTemplateSpecialization()
4504 if (!Okay) { in ActOnVarTemplateSpecialization()
8558 bool Okay = false; in ActOnClassTemplateSpecialization() local
8562 Okay = true; in ActOnClassTemplateSpecialization()
8567 if (!Okay) { in ActOnClassTemplateSpecialization()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.mm125 // Okay, no system app...
3983 // Okay, now let's assemble all these goodies into the BackBoardServices
4111 // Okay, now let's assemble all these goodies into the BackBoardServices
4148 // Okay, now let's assemble all these goodies into the BackBoardServices
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl02.rst464 // Okay, we know this is a binop.
H A DLangImpl05.rst279 Okay, enough of the motivation and overview, let's generate code!
H A DLangImpl07.rst634 actually mutate the value! Okay, we have now officially implemented our
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc572 // Okay, the old destination file has probably been moved out of the way at