/llvm-project/libcxx/include/__iterator/ |
H A D | empty.h | 32 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty(const _Tp (&)[_Sz]) noexcept { empty() function 37 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr bool empty(initializer_list<_Ep> __il) noexcept { empty() function
|
/llvm-project/clang/test/SemaCXX/ |
H A D | this-type-deduction-concept.cpp | 34 } empty; variable 39 void empty() const requires requires { empty(__r_); }; in empty() function
|
/llvm-project/libcxx/test/std/ranges/range.access/ |
H A D | empty.pass.cpp | 54 constexpr bool empty() const { return true; } in empty() function 56 friend bool empty(const HasMemberAndFunction&) { return false; } in empty() function 60 BadReturnType empty() { return {}; } in empty() function 68 constexpr BoolConvertible empty() noexcept { return {}; } in empty() function 144 constexpr bool empty() { return false; } in empty() function
|
/llvm-project/libcxx/include/__ranges/ |
H A D | owning_view.h | 70 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() in empty() function 75 _LIBCPP_HIDE_FROM_ABI constexpr bool empty() const in empty() function
|
H A D | empty_view.h | 36 _LIBCPP_HIDE_FROM_ABI static constexpr bool empty() noexcept { return true; } in empty() function
|
/llvm-project/flang/test/Driver/ |
H A D | pass-plugin.f90 | 16 subroutine empty subroutine
|
/llvm-project/clang/test/Analysis/ |
H A D | deprecated-flags-and-options.cpp | 14 void empty() {} in empty() function
|
H A D | padding_no_unique_address.cpp | 8 [[no_unique_address]] Empty empty; member 23 [[no_unique_address]] Empty empty; member
|
/llvm-project/lldb/unittests/Utility/ |
H A D | UUIDTest.cpp | 16 UUID empty; in TEST() local 38 UUID empty; in TEST() local
|
H A D | ConstStringTest.cpp | 82 ConstString empty(""); in TEST() local 110 ConstString empty(""); in TEST() local 129 ConstString empty(""); in TEST() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | 2007-02-04-EmptyStruct.c | 4 struct empty { }; struct
|
H A D | sanitize-metadata.c | 11 void empty() { in empty() function
|
/llvm-project/flang/test/Semantics/ |
H A D | loop-directives.f90 | 3 subroutine empty global() subroutine
|
/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-stl/libcxx/tuple/ |
H A D | main.cpp | 5 std::tuple<> empty; in main() local
|
/llvm-project/llvm/test/MC/ARM/ |
H A D | eh-directive-unwind_raw.s | 18 empty: label
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeCollection.h | 22 bool empty() { return size() == 0; } in empty() function
|
/llvm-project/clang/test/AST/ |
H A D | ast-nttp-template-tree-compares.cpp | 3 struct empty {}; struct
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | x86_32-vaarg.cpp | 4 typedef struct {} empty; typedef
|
H A D | 2004-09-27-DidntEmitTemplate.cpp | 15 bool empty() const { return true; } in empty() function
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryProfileInfo.h | 86 bool empty() const { return Alloc == nullptr; } empty() function 132 bool empty() const { return N == nullptr; } empty() function
|
/llvm-project/lld/COFF/ |
H A D | DLL.h | 24 bool empty() { return imports.empty(); } in empty() function 42 bool empty() { return imports.empty(); } empty() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 119 bool empty() const { return VarEntries.empty(); } in empty() function 143 bool empty() const { return LabelInstr.empty(); } in empty() function
|
/llvm-project/llvm/include/llvm/DWARFLinker/ |
H A D | IndexedValuesMap.h | 39 bool empty() { return Values.empty(); } empty() function
|
/llvm-project/clang/include/clang/InstallAPI/ |
H A D | Library.h | 48 bool empty() { in empty() function
|
/llvm-project/lld/include/lld/Common/ |
H A D | Strings.h | 73 bool empty() const { return patterns.empty(); } in empty() function
|