Home
last modified time | relevance | path

Searched defs:invalid (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/ratio/ratio.comparison/
H A DR1_R2_requirement_v.verify.cpp24 struct invalid { struct
34 …(void)std::ratio_equal_v<invalid, valid>; // expected-error@*:* {{R1 to be a specialisation of the… in test() argument
H A DR1_R2_requirement.verify.cpp22 struct invalid { struct
32 …std::ratio_equal<invalid, valid>::type; // expected-error@*:* {{R1 to be a specialisation of the r… argument
/llvm-project/libcxx/test/std/utilities/ratio/ratio.arithmetic/
H A DR1_R2_requirement.verify.cpp19 struct invalid { struct
29 …std::ratio_add<invalid, valid>::type; // expected-error@*:* {{R1 to be a specialisation of the rat… argument
/llvm-project/clang/test/Sema/
H A Dinvalid-member.cpp6 decltype(foo(42)) invalid; // expected-error {{no matching function}} member in X
12 typeof(foo(42)) invalid; // expected-error {{no matching function}} member in Y
/llvm-project/clang/test/SemaObjC/
H A Dattr-swift_newtype.m3 typedef int Bad1 __attribute__((swift_newtype(invalid))); typedef
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/
H A Dmain.cpp19 auto invalid = string_map.find("Invalid"); in main() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDefines.cpp27 static char invalid[100]; in DW_OP_value_to_name() local
/llvm-project/flang/test/Semantics/
H A Dstop01.f906 integer(kind = 1) :: invalid = 0 variable
/llvm-project/libc/test/src/signal/
H A Dsigprocmask_test.cpp44 sigset_t *invalid = reinterpret_cast<sigset_t *>(-1); in TEST_F() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dincorrect-enable-if.cpp26 void invalid() {} in invalid() function
H A Dsuspicious-stringview-data-usage.cpp23 void invalid(std::string_view sv, std::string_view sv2) { in invalid() function
H A Dreturn-const-ref-from-parameter.cpp16 namespace invalid { namespace
/llvm-project/clang/lib/CodeGen/
H A DAddress.h60 static RawAddress invalid() { return RawAddress(nullptr); } invalid() function
153 static Address invalid() { return Address(nullptr); } invalid() function
268 static ConstantAddress invalid() { invalid() function
/llvm-project/clang/test/Index/
H A Dcomplete-ctor-inits.cpp25 template<class size> void invalid() in invalid() function
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dtype-requirement.cpp62 template<typename T> struct invalid { typename T::type x; }; argument
/llvm-project/lldb/source/Plugins/Language/ClangCommon/
H A DClangHighlighter.cpp200 bool invalid = false; in Highlight() local
/llvm-project/lldb/unittests/Core/
H A DSourceLocationSpecTest.cpp19 SourceLocationSpec invalid(FileSpec(), 0); in TEST() local
/llvm-project/clang/test/Index/Core/
H A Dindex-dependent-source.cpp3 int invalid; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dredundant-string-cstr.cpp192 void invalid(const NotAString &s) { in invalid() function
/llvm-project/clang/test/SemaCXX/
H A Dcxx0x-initializer-scalars.cpp133 using invalid = float&; typedef
H A Dcxx0x-initializer-aggregates.cpp114 …Aggr invalid { {} , {&ok1} , {0,0} }; // expected-error {{no matching constructor for initializati… variable
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-requires-expr.cpp177 constexpr void invalid() requires false { } in invalid() function
H A Ddefault-expr-arguments.cpp318 T invalid; member
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp291 bool invalid = false; in TokenVerifier() local
/llvm-project/llvm/include/llvm/ADT/
H A DSmallBitVector.h680 void invalid() { in invalid() function

12