OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StrLen
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/lib/
str.c
181
StrLen
(
/src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
BTF.h
85
uint32_t
StrLen
; ///< Length of string section
BTFDebug.cpp
792
uint32_t TypeLen = 0,
StrLen
;
795
StrLen
= StringTable.getSize();
800
OS.emitInt32(
StrLen
);
/src/external/apache2/llvm/dist/llvm/lib/InterfaceStub/
ELFObjHandler.cpp
352
size_t
StrLen
= StrEnd - Offset;
353
return Str.substr(Offset,
StrLen
);
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
ConstantFolding.cpp
704
size_t
StrLen
= Str.size();
708
if ((NumBits >> 3) ==
StrLen
+ 1 && (NumBits & 7) == 0 &&
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp
597
// - Evaluate
strlen
of strcpy arguments, use as object size.
636
size_t
StrLen
=
639
H, FormatBytes, FormatBytes +
StrLen
, getLangOpts(),
688
// Whether these functions overflow depends on the runtime
strlen
of the
767
FunctionName = FunctionName.drop_front(std::
strlen
("__builtin___"));
768
FunctionName = FunctionName.drop_back(std::
strlen
("_chk"));
770
FunctionName = FunctionName.drop_front(std::
strlen
("__builtin_"));
9266
size_t
StrLen
= std::min(std::max(TypeSize, size_t(1)) - 1, StrRef.size());
9271
Str, Str +
StrLen
, S.getLangOpts(), S.Context.getTargetInfo()))
9287
if (
StrLen
== 0 && numDataArgs > 0)
[
all
...]
Completed in 37 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026