Searched refs:Path1 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dmangle.cpp396 struct Path1 : AmbiguousBase { float p; }; struct in namespace:test3
398 struct Derived : Path1, Path2 { };
401 template <class T> decltype(((T*) 0)->Path1::ab) get_ab_1(T &ref) { return ref.Path1::ab; }
407 template <class T> decltype(((T*) 0)->Path1::p) get_p_1(T &ref) { return ref.Path1::p; }
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c1069 char*, Path1, int, cmd, void*, buffer, int, length);
1070 PRE_MEM_RASCIIZ( "finfo(Path1)", ARG1 );

Completed in 114 milliseconds