OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TPCC
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp
312
const TParamCommandComment *
TPCC
= getASTNodeAs<TParamCommandComment>(CXC);
313
if (!
TPCC
|| !
TPCC
->hasParamName())
316
return cxstring::createRef(
TPCC
->getParamNameAsWritten());
320
const TParamCommandComment *
TPCC
= getASTNodeAs<TParamCommandComment>(CXC);
321
if (!
TPCC
)
324
return
TPCC
->isPositionValid();
328
const TParamCommandComment *
TPCC
= getASTNodeAs<TParamCommandComment>(CXC);
329
if (!
TPCC
|| !
TPCC
->isPositionValid()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Index/
CommentToXML.cpp
156
const TParamCommandComment *
TPCC
= cast<TParamCommandComment>(Child);
157
if (!
TPCC
->hasParamName())
160
if (!
TPCC
->hasNonWhitespaceParagraph())
163
TParams.push_back(
TPCC
);
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_dpm.c
387
WREG32_P(CG_TPC,
TPCC
(c), ~TPCC_MASK);
r600d.h
1305
# define
TPCC
(x) ((x) << 0)
Completed in 45 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026