Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/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-15.0.7/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-15.0.7/clang-tools-extra/clangd/support/
H A DShutdown.h71 const std::enable_if_t<true, Ret> &Fail, // Suppress deduction. in retryAfterSignalUnlessShutdown()
/llvm-project-15.0.7/openmp/libomptarget/test/mapping/
H A Dlambda_mapping.cpp38 int Fail = 0; in main() local
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/tweaks/
H A DMemberwiseConstructorTests.cpp76 auto Fail = Eq("unavailable"); in TEST_F() local
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBError.h87 bool Fail() const { return m_err != 0; } in Fail() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCheckDebugify.cpp90 bool Fail = false; in runOnModule() local
H A DBranchRelaxation.cpp333 bool Fail = TII->analyzeBranch(*MBB, TBB, FBB, Cond); in fixupConditionalBranch() local
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Drelated-result-type-inference.m173 @interface Fail @end interface
175 @implementation Fail implementation
H A Ddefault-synthesize-3.m178 @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 DSBError.cpp53 bool SBError::Fail() const { in Fail() function in SBError
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h63 enum class LookupResult { Success, Fail, Ignore }; enumerator
/llvm-project-15.0.7/llvm/include/llvm/MC/MCDisassembler/
H A DMCDisassembler.h110 Fail = 0, enumerator
/llvm-project-15.0.7/lldb/source/Utility/
H A DStatus.cpp181 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 DLSPBinderTests.cpp136 LSPBinder::OutgoingMethod<Foo, Foo> Fail; in TEST() local
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/tweaks/
H A DMemberwiseConstructor.cpp123 Fail, // Disallow the tweak, we can't handle this field. enumerator
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp352 bool Fail = false; in validateAndTransform() local
H A DGVNSink.cpp121 bool Fail; member in __anon7f9656e30111::LockstepReverseIterator
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h296 static DescriptorMapUpdateResult Fail() { return {false, 0}; } in Fail() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNDPPCombine.cpp223 bool Fail = false; in createDPPInst() local
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddeduction.cpp358 …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 DGlobalModuleIndex.cpp133 auto Fail = [&](llvm::Error &&Err) { in GlobalModuleIndex() local

12