HomeSort by relevance Sort by last modified time
    Searched defs:fun1 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGenCXX/
PR20038.cpp 9 // CHECK: [[FUN1:.*]] = distinct !DISubprogram(name: "fun1",{{.*}} isDefinition: true
10 // CHECK: [[DTOR_CALL1_LOC]] = !DILocation(line: [[@LINE+1]], scope: [[FUN1]])
11 void fun1() { b && (C(), 1); } function
mangle.cpp 1034 decltype(S1<T>().~S1<T>()) fun1() {}; function in namespace:test51
1049 template void fun1<int>();