/llvm-project/libcxx/test/std/utilities/ratio/ratio.comparison/ |
H A D | R1_R2_requirement_v.verify.cpp | 24 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 D | R1_R2_requirement.verify.cpp | 22 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 D | R1_R2_requirement.verify.cpp | 19 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 D | invalid-member.cpp | 6 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 D | attr-swift_newtype.m | 3 typedef int Bad1 __attribute__((swift_newtype(invalid))); typedef
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/unordered_map/ |
H A D | main.cpp | 19 auto invalid = string_map.find("Invalid"); in main() local
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFDefines.cpp | 27 static char invalid[100]; in DW_OP_value_to_name() local
|
/llvm-project/flang/test/Semantics/ |
H A D | stop01.f90 | 6 integer(kind = 1) :: invalid = 0 variable
|
/llvm-project/libc/test/src/signal/ |
H A D | sigprocmask_test.cpp | 44 sigset_t *invalid = reinterpret_cast<sigset_t *>(-1); in TEST_F() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | incorrect-enable-if.cpp | 26 void invalid() {} in invalid() function
|
H A D | suspicious-stringview-data-usage.cpp | 23 void invalid(std::string_view sv, std::string_view sv2) { in invalid() function
|
H A D | return-const-ref-from-parameter.cpp | 16 namespace invalid { namespace
|
/llvm-project/clang/lib/CodeGen/ |
H A D | Address.h | 60 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 D | complete-ctor-inits.cpp | 25 template<class size> void invalid() in invalid() function
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/ |
H A D | type-requirement.cpp | 62 template<typename T> struct invalid { typename T::type x; }; argument
|
/llvm-project/lldb/source/Plugins/Language/ClangCommon/ |
H A D | ClangHighlighter.cpp | 200 bool invalid = false; in Highlight() local
|
/llvm-project/lldb/unittests/Core/ |
H A D | SourceLocationSpecTest.cpp | 19 SourceLocationSpec invalid(FileSpec(), 0); in TEST() local
|
/llvm-project/clang/test/Index/Core/ |
H A D | index-dependent-source.cpp | 3 int invalid; variable
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | redundant-string-cstr.cpp | 192 void invalid(const NotAString &s) { in invalid() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | cxx0x-initializer-scalars.cpp | 133 using invalid = float&; typedef
|
H A D | cxx0x-initializer-aggregates.cpp | 114 …Aggr invalid { {} , {&ok1} , {0,0} }; // expected-error {{no matching constructor for initializati… variable
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-requires-expr.cpp | 177 constexpr void invalid() requires false { } in invalid() function
|
H A D | default-expr-arguments.cpp | 318 T invalid; member
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExpressionSourceCode.cpp | 291 bool invalid = false; in TokenVerifier() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallBitVector.h | 680 void invalid() { in invalid() function
|