Home
last modified time | relevance | path

Searched defs:Fail (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang/test/SemaCXX/
H A Dattr-exclude_from_explicit_instantiation.explicit_instantiation.cpp21 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 Dattr-exclude_from_explicit_instantiation.extern_declaration.cpp23 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 Dattr-exclude_from_explicit_instantiation.merge_redeclarations.cpp22 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 Dunaddressable-functions.cpp98 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 Dlaziness.pass.cpp25 struct Fail { struct
41 class = typename Fail<X>::type> argument
/llvm-project/clang-tools-extra/clangd/support/
H A DShutdown.h71 const std::enable_if_t<true, Ret> &Fail, // Suppress deduction. in retryAfterSignalUnlessShutdown()
/llvm-project/offload/test/mapping/
H A Dlambda_mapping.cpp37 int Fail = 0; in main() local
/llvm-project/clang-tools-extra/clangd/unittests/tweaks/
H A DMemberwiseConstructorTests.cpp76 auto Fail = Eq("unavailable"); in TEST_F() local
/llvm-project/lldb/tools/debugserver/source/
H A DDNBError.h87 bool Fail() const { return m_err != 0; } in Fail() function
/llvm-project/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp92 bool Fail = false; in runOnModule() local
H A DBranchRelaxation.cpp395 bool Fail = TII->analyzeBranch(*MBB, TBB, FBB, Cond); fixupConditionalBranch() local
/llvm-project/clang/test/SemaObjC/
H A Drelated-result-type-inference.m172 @interface Fail @end interface
174 @implementation Fail implementation
H A Ddefault-synthesize-3.m174 @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 DIRForTarget.h63 enum class LookupResult { Success, Fail, Ignore }; enumerator
/llvm-project/lldb/source/API/
H A DSBError.cpp64 bool SBError::Fail() const { Fail() function in SBError
/llvm-project/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h109 Fail = 0, enumerator
/llvm-project/lldb/source/Utility/
H A DStatus.cpp180 bool Status::Fail() const { return m_code != 0; } Fail() function in Status
/llvm-project/clang-tools-extra/clangd/unittests/
H A DLSPBinderTests.cpp137 LSPBinder::OutgoingMethod<Foo, Foo> Fail; in TEST() local
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DMemberwiseConstructor.cpp123 Fail, // Disallow the tweak, we can't handle this field. enumerator
/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp320 bool Fail = false; validateAndTransform() local
/llvm-project/libc/test/UnitTest/
H A DLibcTest.h87 enum class RunResult : bool { Pass, Fail }; global() enumerator
/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h299 static DescriptorMapUpdateResult Fail() { return {false, false, 0}; } Fail() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp239 bool Fail = false; createDPPInst() local
/llvm-project/clang/test/SemaTemplate/
H A Ddeduction.cpp406 …template<typename T> struct Fail { typedef typename T::error error; }; // expected-error 2{{prior … argument
/llvm-project/llvm/unittests/Support/
H A DErrorTest.cpp1173 auto ErrorReturningFct = [](bool Fail) { in TEST() argument
1178 auto ExpectedReturningFct = [&](bool Fail) -> Expected<int> { in TEST() argument

12