Searched defs:VCC (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
H A Dp2.cpp5 template<typename T> concept constexpr bool VCC = true; // expected-error {{variable concept cannot be declared 'constexpr'}} variable
/external/clang/unittests/AST/
H A DCommentParser.cpp1227 VerbatimBlockComment *VCC; local
1228 ASSERT_TRUE(HasVerbatimBlockAt(FC, Traits, 1, VCC,
/external/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1342 // to correctly check against vccz, we need to and VCC with the EXEC
1351 SDValue VCC = CurDAG->getCopyToReg(N->getOperand(0), SL, AMDGPU::VCC, local
1357 VCC.getValue(0), // Chain
1358 VCC.getValue(1)); // Glue

Completed in 1081 milliseconds