/llvm-project/lldb/unittests/Expression/ |
H A D | CppModuleConfigurationTest.cpp | 64 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 D | libcpp_module.cpp | 26 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 D | header_exportable_declarations.cpp | 22 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 D | robust_against_adl.hpp | 11 namespace libcpp { namespace
|
H A D | abi_tag_on_virtual.hpp | 11 namespace libcpp { namespace
|
H A D | hide_from_abi.hpp | 11 namespace libcpp { namespace
|
H A D | proper_version_checks.hpp | 11 namespace libcpp { namespace
|
H A D | uglify_attributes.hpp | 11 namespace libcpp { namespace
|
H A D | qualify_declval.hpp | 11 namespace libcpp { namespace
|
H A D | abi_tag_on_virtual.cpp | 30 namespace libcpp { namespace
|
H A D | header_exportable_declarations.hpp | 17 namespace libcpp { namespace
|
H A D | qualify_declval.cpp | 16 namespace libcpp { namespace
|
H A D | robust_against_adl.cpp | 31 namespace libcpp { namespace
|
H A D | hide_from_abi.cpp | 19 namespace libcpp { namespace
|
H A D | proper_version_checks.cpp | 15 namespace libcpp { namespace 77 } // namespace libcpp
|
H A D | uglify_attributes.cpp | 116 namespace libcpp { in getUglified() 134 } // namespace libcpp in registerMatchers() 127 namespace libcpp { global() namespace
|
/llvm-project/clang/test/InstallAPI/ |
H A D | cpp.test | 8 // 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 D | earlydup-crash.ll | 59 !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 D | TestingLibcxx.rst | 525 ``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 D | CMakeLists.txt | 314 # libcxxabi needs to, for various reasons, include the libcpp headers as if
|
/llvm-project/libcxx/include/ |
H A D | __config | 155 // NOLINTNEXTLINE(libcpp-cpp-version-check)
|
H A D | locale | 223 // NOLINTBEGIN(libcpp-robust-against-adl) 3690 // NOLINTEND(libcpp-robust-against-adl)
|