/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/ |
D | synop.pass.cpp | 35 ASSERT_SAME_TYPE(const path::value_type, decltype(path::preferred_separator)); in main() 37 static_assert(path::preferred_separator == '\\', ""); in main() 39 static_assert(path::preferred_separator == '/', ""); in main() 42 const path::value_type* dummy = &path::preferred_separator; in main()
|
/external/libcxx/test/std/input.output/filesystems/class.path/ |
D | synop.pass.cpp | 32 ASSERT_SAME_TYPE(const path::value_type, decltype(path::preferred_separator)); in main() 33 static_assert(path::preferred_separator == '/', ""); in main() 35 const char* dummy = &path::preferred_separator; in main()
|
/external/llvm-project/libcxx/test/std/input.output/filesystems/class.path/path.member/ |
D | path.charconv.pass.cpp | 264 …const char32_t u32ref[] = { 0x10437, fs::path::preferred_separator, 0x10437, fs::path::preferred_s… in test_append() 333 const char32_t u32ref_append[] = { 0xe5, fs::path::preferred_separator, 0xe5, 0x00 }; in test_append_concat_narrow()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Path.cpp | 40 const char preferred_separator = '\\'; variable 43 const char preferred_separator = '/'; variable 480 path.push_back(preferred_separator); in append() 614 static const char preferred_separator_string[] = { preferred_separator, '\0' };
|
/external/llvm/lib/Support/ |
D | Path.cpp | 40 const char preferred_separator = '\\'; variable 43 const char preferred_separator = '/'; variable 480 path.push_back(preferred_separator); in append() 614 static const char preferred_separator_string[] = { preferred_separator, '\0' };
|
/external/llvm-project/llvm/lib/Support/ |
D | Path.cpp | 53 inline char preferred_separator(Style style) { in preferred_separator() function 447 path.push_back(preferred_separator(style)); in append() 738 needs_change |= remaining.front() != preferred_separator(style); in remove_dots() 770 buffer += preferred_separator(style); in remove_dots()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Path.cpp | 53 inline char preferred_separator(Style style) { in preferred_separator() function 448 path.push_back(preferred_separator(style)); in append()
|
/external/libcxx/include/ |
D | filesystem | 752 static constexpr value_type preferred_separator = '/'; 851 __pn_ += preferred_separator; 872 __pn_ += preferred_separator; 885 __pn_ += preferred_separator;
|
/external/llvm-project/libcxx/include/ |
D | filesystem | 769 static constexpr value_type preferred_separator = '/'; 870 __pn_ += preferred_separator; 891 __pn_ += preferred_separator; 904 __pn_ += preferred_separator;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 99 // preferred_separator so we don't need to call native() on the result.
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 99 // preferred_separator so we don't need to call native() on the result.
|
/external/llvm-project/libcxx/src/filesystem/ |
D | operations.cpp | 1257 constexpr path::value_type path::preferred_separator; member in path
|
/external/libcxx/src/filesystem/ |
D | operations.cpp | 1259 constexpr path::value_type path::preferred_separator; member in path
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 102 // always attaches preferred_separator.
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test9-pr18818-clang.so.abi | 2579 …<var-decl name='preferred_separator' type-id='type-id-270' visibility='default' filepath='src/thir…
|
D | test10-pr18818-gcc.so.abi | 4138 …<var-decl name='preferred_separator' type-id='type-id-418' visibility='default' filepath='src/thir…
|