OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FastWidth
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Serialization/
ASTBitCodes.h
81
return (Idx << Qualifiers::
FastWidth
) | FastQuals;
84
return TypeIdx(ID >> Qualifiers::
FastWidth
);
[
all
...]
/external/clang/include/clang/AST/
Type.h
152
FastWidth
= 3,
155
FastMask = (1 <<
FastWidth
) - 1
466
Qualifiers::
FastWidth
> Value;
952
// b) Update Qualifiers::
FastWidth
and FastMask.
[
all
...]
/external/clang/lib/Serialization/
ASTReader.cpp
[
all
...]
Completed in 34 milliseconds