OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPtrSizeAddressSpace
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
AddressSpaces.h
85
inline bool
isPtrSizeAddressSpace
(LangAS AS) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
492
((
isPtrSizeAddressSpace
(A) || A == LangAS::Default) &&
493
(
isPtrSizeAddressSpace
(B) || B == LangAS::Default)) ||
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp
2950
if (
isPtrSizeAddressSpace
(AddrSpace) || AddrSpace == LangAS::Default)
ASTContext.cpp
3027
if (
isPtrSizeAddressSpace
(Pointee.getAddressSpace())) {
Completed in 44 milliseconds
Indexes created Tue Sep 15 00:24:42 UTC 2026