OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nullPos
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Sema/
SemaDeclAttr.cpp
[
all
...]
SemaExpr.cpp
377
// "
nullPos
" is the number of formal parameters at the end which
381
unsigned
nullPos
= attr->getNullPos();
382
assert((
nullPos
== 0 ||
nullPos
== 1) && "invalid null position on sentinel");
383
numFormalParams = (
nullPos
> numFormalParams ? 0 : numFormalParams -
nullPos
);
[
all
...]
Completed in 30 milliseconds