OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConstLength
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
3947
llvm::APSInt
ConstLength
;
3951
ConstLength
= CL->zextOrTrunc(PointerWidthInBits);
3963
--
ConstLength
;
3979
: llvm::ConstantInt::get(IntPtrTy,
ConstLength
);
3989
Idx = llvm::ConstantInt::get(IntPtrTy,
ConstLength
+ ConstLowerBound);
3998
ConstLength
= *L;
4003
ConstLength
= CAT->getSize();
4013
ConstLength
=
ConstLength
.zextOrTrunc(PointerWidthInBits);
4014
--
ConstLength
;
[
all
...]
CGOpenMPRuntime.cpp
7430
llvm::APSInt
ConstLength
= Result.Val.getInt();
7431
return
ConstLength
.getSExtValue() != 1;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
18128
llvm::APSInt
ConstLength
= Result.Val.getInt();
18129
return CATy->getSize().getSExtValue() !=
ConstLength
.getSExtValue();
18164
llvm::APSInt
ConstLength
= Result.Val.getInt();
18165
return
ConstLength
.getSExtValue() != 1;
Completed in 73 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026