Home
last modified time | relevance | path

Searched refs:TPCC (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp312 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getParamName() local
313 if (!TPCC || !TPCC->hasParamName()) in clang_TParamCommandComment_getParamName()
316 return cxstring::createRef(TPCC->getParamNameAsWritten()); in clang_TParamCommandComment_getParamName()
320 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_isParamPositionValid() local
321 if (!TPCC) in clang_TParamCommandComment_isParamPositionValid()
324 return TPCC->isPositionValid(); in clang_TParamCommandComment_isParamPositionValid()
328 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getDepth() local
329 if (!TPCC || !TPCC->isPositionValid()) in clang_TParamCommandComment_getDepth()
332 return TPCC->getDepth(); in clang_TParamCommandComment_getDepth()
336 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getIndex() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp156 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child); in FullCommentParts() local
157 if (!TPCC->hasParamName()) in FullCommentParts()
160 if (!TPCC->hasNonWhitespaceParagraph()) in FullCommentParts()
163 TParams.push_back(TPCC); in FullCommentParts()
/netbsd-src/sys/arch/evbarm/conf/
H A DGENERIC251 tiedma* at fdt? pass 4 # TI EDMA3 (TPCC)
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_r600_dpm.c387 WREG32_P(CG_TPC, TPCC(c), ~TPCC_MASK); in r600_set_tpc()
H A Dr600d.h1305 # define TPCC(x) ((x) << 0) macro