OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FixedSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
BasicObjCFoundationChecks.cpp
376
static const unsigned char
FixedSize
[] = { 8, 16, 32, 64, 32, 64 };
379
return
FixedSize
[i-1];
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
774
unsigned
FixedSize
= ElementCount * SEW;
778
} else if (
FixedSize
< 64) {
781
LMUL = 64 /
FixedSize
;
783
LMUL =
FixedSize
/ 64;
Completed in 18 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026