Home
last modified time | relevance | path

Searched refs:CU1 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
Dp1.cpp35 concept union CU1 {}; // expected-error {{'concept' can only appear on the definition of a function… union
/external/llvm/test/Linker/
Dreplaced-function-matches-first-subprogram.ll37 ; CHECK: !llvm.dbg.cu = !{![[CU1:[0-9]+]], ![[CU2:[0-9]+]]}
43 ; CHECK-DAG: ![[CU1]] = distinct !DICompileUnit({{.*}} subprograms: ![[SPs1:[0-9]+]]
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp325 auto *CU1 = cast<DICompileUnit>(*Iter); in TEST_F() local
328 EXPECT_TRUE(CU1->getSubprograms().size() == 0 || in TEST_F()