OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:array_typesize
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
14572
uint64_t
array_typesize
= Context.getTypeSize(BaseType);
local
14575
if (ptrarith_typesize !=
array_typesize
) {
14577
uint64_t ratio =
array_typesize
/ ptrarith_typesize;
14578
// TODO: Be smarter about handling cases where
array_typesize
is not a
14580
if (ptrarith_typesize * ratio ==
array_typesize
)
Completed in 41 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026