OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LeftSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp
2625
uint64_t
LeftSize
= Size;
2626
if (
LeftSize
>= ShadowVecSize) {
2641
LeftSize
-= ShadowVecSize;
2643
} while (
LeftSize
>= ShadowVecSize);
2646
while (
LeftSize
> 0) {
2650
--
LeftSize
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp
10852
uint64_t
LeftSize
= S.Context.getTypeSize(LHSExprType);
10854
LeftSize
= S.Context.getIntWidth(LHSExprType);
10857
LeftSize
= FXSema.getWidth() - (unsigned)FXSema.hasUnsignedPadding();
10859
llvm::APInt LeftBits(Right.getBitWidth(),
LeftSize
);
Completed in 26 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026