| /llvm-project/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/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/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/offload/test/mapping/ |
| H A D | lambda_mapping.cpp | 37 int Fail = 0; in main() local
|
| /llvm-project/clang-tools-extra/clangd/unittests/tweaks/ |
| H A D | MemberwiseConstructorTests.cpp | 76 auto Fail = Eq("unavailable"); in TEST_F() local
|
| /llvm-project/lldb/tools/debugserver/source/ |
| H A D | DNBError.h | 87 bool Fail() const { return m_err != 0; } in Fail() function
|
| /llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCheckDebugify.cpp | 92 bool Fail = false; in runOnModule() local
|
| H A D | BranchRelaxation.cpp | 395 bool Fail = TII->analyzeBranch(*MBB, TBB, FBB, Cond); fixupConditionalBranch() local
|
| /llvm-project/clang/test/SemaObjC/ |
| H A D | related-result-type-inference.m | 172 @interface Fail @end interface 174 @implementation Fail implementation
|
| H A D | default-synthesize-3.m | 174 @interface Fail : FooObject interface 177 @implementation Fail // expected-warning {{auto property synthesis will not synthesize property 'mu… implementation
|
| /llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRForTarget.h | 63 enum class LookupResult { Success, Fail, Ignore }; enumerator
|
| /llvm-project/lldb/source/API/ |
| H A D | SBError.cpp | 64 bool SBError::Fail() const { Fail() function in SBError
|
| /llvm-project/llvm/include/llvm/MC/MCDisassembler/ |
| H A D | MCDisassembler.h | 109 Fail = 0, enumerator
|
| /llvm-project/lldb/source/Utility/ |
| H A D | Status.cpp | 180 bool Status::Fail() const { return m_code != 0; } Fail() function in Status
|
| /llvm-project/clang-tools-extra/clangd/unittests/ |
| H A D | LSPBinderTests.cpp | 137 LSPBinder::OutgoingMethod<Foo, Foo> Fail; in TEST() local
|
| /llvm-project/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/llvm/lib/Transforms/Scalar/ |
| H A D | Float2Int.cpp | 320 bool Fail = false; validateAndTransform() local
|
| /llvm-project/libc/test/UnitTest/ |
| H A D | LibcTest.h | 87 enum class RunResult : bool { Pass, Fail }; global() enumerator
|
| /llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.h | 299 static DescriptorMapUpdateResult Fail() { return {false, false, 0}; } Fail() function
|
| /llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNDPPCombine.cpp | 239 bool Fail = false; createDPPInst() local
|
| /llvm-project/clang/test/SemaTemplate/ |
| H A D | deduction.cpp | 406 …template<typename T> struct Fail { typedef typename T::error error; }; // expected-error 2{{prior … argument
|
| /llvm-project/llvm/unittests/Support/ |
| H A D | ErrorTest.cpp | 1173 auto ErrorReturningFct = [](bool Fail) { in TEST() argument 1178 auto ExpectedReturningFct = [&](bool Fail) -> Expected<int> { in TEST() argument
|