Home
last modified time | relevance | path

Searched refs:libcpp (Results 1 – 22 of 22) sorted by relevance

/llvm-project/lldb/unittests/Expression/
H A DCppModuleConfigurationTest.cpp64 std::string libcpp = "/usr/include/c++/v1"; in TEST_F() local
68 libcpp + "/vector", in TEST_F()
69 libcpp + "/module.modulemap"}; in TEST_F()
73 testing::ElementsAre(libcpp, ResourceInc(), usr)); in TEST_F()
81 std::string libcpp = "/usr/include/c++/v1"; in TEST_F() local
87 libcpp + "/vector", libcpp + "/module.modulemap"}; in TEST_F()
92 testing::ElementsAre(libcpp, ResourceInc(), usr, usr_target, in TEST_F()
99 std::string libcpp = "/home/user/sysroot/usr/include/c++/v1"; in TEST_F() local
104 libcpp + "/vector", in TEST_F()
105 libcpp + "/module.modulemap"}; in TEST_F()
[all …]
/llvm-project/libcxx/test/tools/clang_tidy_checks/
H A Dlibcpp_module.cpp26 check_factories.registerCheck<libcpp::abi_tag_on_virtual>("libcpp-avoid-abi-tag-on-virtual"); in addCheckFactories()
27 check_factories.registerCheck<libcpp::header_exportable_declarations>("libcpp-header-exportable-declarations"); in addCheckFactories()
28 check_factories.registerCheck<libcpp::hide_from_abi>("libcpp-hide-from-abi"); in addCheckFactories()
29 check_factories.registerCheck<libcpp::internal_ftm_use>("libcpp-internal-ftms"); in addCheckFactories()
30 check_factories.registerCheck<libcpp::nodebug_on_aliases>("libcpp in addCheckFactories()
[all...]
H A Dheader_exportable_declarations.cpp22 struct clang::tidy::OptionEnumMapping<libcpp::header_exportable_declarations::FileType> {
23 static llvm::ArrayRef<std::pair<libcpp::header_exportable_declarations::FileType, llvm::StringRef>> getEnumMapping() { in getEnumMapping()
24 static constexpr std::pair<libcpp::header_exportable_declarations::FileType, llvm::StringRef> Mapping[] = { in getEnumMapping()
25 {libcpp::header_exportable_declarations::FileType::Header, "Header"}, in getEnumMapping()
26 {libcpp::header_exportable_declarations::FileType::ModulePartition, "ModulePartition"}, in getEnumMapping()
27 {libcpp::header_exportable_declarations::FileType::Module, "Module"}, in getEnumMapping()
28 {libcpp::header_exportable_declarations::FileType::CHeader, "CHeader"}, in getEnumMapping()
29 {libcpp::header_exportable_declarations::FileType::CompatModulePartition, "CompatModulePartition"}, in getEnumMapping()
30 {libcpp::header_exportable_declarations::FileType::CompatModule, "CompatModule"}}; in getEnumMapping()
35 namespace libcpp { namespace
[all...]
H A Drobust_against_adl.hpp11 namespace libcpp { namespace
H A Dabi_tag_on_virtual.hpp11 namespace libcpp { namespace
H A Dhide_from_abi.hpp11 namespace libcpp { namespace
H A Dproper_version_checks.hpp11 namespace libcpp { namespace
H A Duglify_attributes.hpp11 namespace libcpp { namespace
H A Dqualify_declval.hpp11 namespace libcpp { namespace
H A Dabi_tag_on_virtual.cpp30 namespace libcpp { namespace
H A Dheader_exportable_declarations.hpp17 namespace libcpp { namespace
H A Dqualify_declval.cpp16 namespace libcpp { namespace
H A Drobust_against_adl.cpp31 namespace libcpp { namespace
H A Dhide_from_abi.cpp19 namespace libcpp { namespace
H A Dproper_version_checks.cpp15 namespace libcpp { namespace
77 } // namespace libcpp
H A Duglify_attributes.cpp116 namespace libcpp { in getUglified()
134 } // namespace libcpp in registerMatchers()
127 namespace libcpp { global() namespace
/llvm-project/clang/test/InstallAPI/
H A Dcpp.test8 // RUN: -install_name @rpath/lib/libcpp.dylib -fno-rtti \
17 // RUN: -install_name @rpath/lib/libcpp.dylib -frtti -dynamiclib \
442 "name": "@rpath/lib/libcpp.dylib"
518 "name": "@rpath/lib/libcpp.dylib"
/llvm-project/llvm/test/DebugInfo/X86/
H A Dearlydup-crash.ll59 !13 = !DIFile(filename: "cpplib.h", directory: "/Users/espindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc-4.2/gcc/../libcpp/include")
87 !41 = !DIFile(filename: "cpplib.h", directory: "/Users/espindola/llvm/build-llvm-gcc/gcc/../../llvm-gcc-4.2/gcc/../libcpp/include")
/llvm-project/libcxx/docs/
H A DTestingLibcxx.rst525 ``TEST_LIBCPP_ASSERT_FAILURE`` macro). Use the ``libcpp-hardening-mode`` Lit
537 // XFAIL: libcpp-hardening-mode=debug && availability-verbose_abort-missing
540 // UNSUPPORTED: libcpp-hardening-mode=none
542 // REQUIRES: libcpp-hardening-mode=debug
544 // REQUIRES: libcpp-hardening-mode={{extensive|debug}}
/llvm-project/libcxxabi/
H A DCMakeLists.txt314 # libcxxabi needs to, for various reasons, include the libcpp headers as if
/llvm-project/libcxx/include/
H A D__config155 // NOLINTNEXTLINE(libcpp-cpp-version-check)
H A Dlocale223 // NOLINTBEGIN(libcpp-robust-against-adl)
3690 // NOLINTEND(libcpp-robust-against-adl)