HomeSort by relevance Sort by last modified time
    Searched refs:Path2 (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CodeGenCXX/
mangle.cpp 402 struct Path2 : AmbiguousBase { double p; };
403 struct Derived : Path1, Path2 { };
409 template <class T> decltype(((T*) 0)->Path2::ab) get_ab_2(T &ref) { return ref.Path2::ab; }
415 template <class T> decltype(((T*) 0)->Path2::p) get_p_2(T &ref) { return ref.Path2::p; }
  /external/llvm/unittests/Support/
Path.cpp 637 SmallString<64> Path2("a/b");
646 ASSERT_NO_ERROR(fs::normalize_separators(Path2));
647 EXPECT_PATH_IS(Path2, "a/b", "a/b");

Completed in 54 milliseconds