| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | attr-exclude_from_explicit_instantiation.explicit_instantiation.cpp | 21 static void non_static_member_function() { using Fail = typename T::fail; } in non_static_member_function() typedef 25 …EXCLUDE_FROM_EXPLICIT_INSTANTIATION static void non_static_member_function() { using Fail = typena… in non_static_member_function() typedef 30 inline void Foo<T>::non_static_member_function1() { using Fail = typename T::fail; } in non_static_member_function1() typedef 33 void Foo<T>::non_static_member_function2() { using Fail = typename T::fail; } in non_static_member_function2() typedef 36 inline void Foo<T>::static_member_function1() { using Fail = typename T::fail; } in static_member_function1() typedef 39 void Foo<T>::static_member_function2() { using Fail = typename T::fail; } in static_member_function2() typedef
|
| H A D | attr-exclude_from_explicit_instantiation.extern_declaration.cpp | 23 using Fail = typename T::invalid; // expected-error{{no type named 'invalid' in 'Empty'}} in static_member_function() typedef 29 using Fail = typename T::invalid; // expected-error{{no type named 'invalid' in 'Empty'}} in static_member_function() typedef 36 using Fail = typename T::invalid; // expected-error{{no type named 'invalid' in 'Empty'}} in non_static_member_function1() typedef 41 using Fail = typename T::invalid; // expected-error{{no type named 'invalid' in 'Empty'}} in non_static_member_function2() typedef 46 using Fail = typename T::invalid; // expected-error{{no type named 'invalid' in 'Empty'}} in static_member_function1() typedef 51 using Fail = typename T::invalid; // expected-error{{no type named 'invalid' in 'Empty'}} in static_member_function2() typedef
|
| H A D | attr-exclude_from_explicit_instantiation.merge_redeclarations.cpp | 22 using Fail = typename T::invalid; // expected-error{{no type named 'invalid' in 'Empty'}} in func1() typedef 27 using Fail = typename T::invalid; // expected-error{{no type named 'invalid' in 'Empty'}} in func2() typedef 32 using Fail = typename T::invalid; // expected-error{{no type named 'invalid' in 'Empty'}} in func3() typedef
|
| H A D | unaddressable-functions.cpp | 98 auto Fail = call(&foo); // expected-error{{no matching function for call to 'call'}} expected-note@… variable
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
| H A D | laziness.pass.cpp | 25 struct Fail { struct 41 class = typename Fail<X>::type> argument
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | Shutdown.h | 71 const std::enable_if_t<true, Ret> &Fail, // Suppress deduction. in retryAfterSignalUnlessShutdown()
|
| /llvm-project-15.0.7/openmp/libomptarget/test/mapping/ |
| H A D | lambda_mapping.cpp | 38 int Fail = 0; in main() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/ |
| H A D | MemberwiseConstructorTests.cpp | 76 auto Fail = Eq("unavailable"); in TEST_F() local
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBError.h | 87 bool Fail() const { return m_err != 0; } in Fail() function
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineCheckDebugify.cpp | 90 bool Fail = false; in runOnModule() local
|
| H A D | BranchRelaxation.cpp | 333 bool Fail = TII->analyzeBranch(*MBB, TBB, FBB, Cond); in fixupConditionalBranch() local
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | related-result-type-inference.m | 173 @interface Fail @end interface 175 @implementation Fail implementation
|
| H A D | default-synthesize-3.m | 178 @interface Fail : FooObject interface 181 @implementation Fail // expected-warning {{auto property synthesis will not synthesize property 'mu… implementation
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBError.cpp | 53 bool SBError::Fail() const { in Fail() function in SBError
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.h | 63 enum class LookupResult { Success, Fail, Ignore }; enumerator
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/MCDisassembler/ |
| H A D | MCDisassembler.h | 110 Fail = 0, enumerator
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Status.cpp | 181 bool Status::Fail() const { return m_code != 0; } in Fail() function in Status
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/unittests/ |
| H A D | LSPBinderTests.cpp | 136 LSPBinder::OutgoingMethod<Foo, Foo> Fail; in TEST() local
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/ |
| H A D | MemberwiseConstructor.cpp | 123 Fail, // Disallow the tweak, we can't handle this field. enumerator
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 352 bool Fail = false; in validateAndTransform() local
|
| H A D | GVNSink.cpp | 121 bool Fail; member in __anon7f9656e30111::LockstepReverseIterator
|
| /llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.h | 296 static DescriptorMapUpdateResult Fail() { return {false, 0}; } in Fail() function
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | GCNDPPCombine.cpp | 223 bool Fail = false; in createDPPInst() local
|
| /llvm-project-15.0.7/clang/test/SemaTemplate/ |
| H A D | deduction.cpp | 358 …template<typename T> struct Fail { typedef typename T::error error; }; // expected-error 2{{prior … argument
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 133 auto Fail = [&](llvm::Error &&Err) { in GlobalModuleIndex() local
|