OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SizeT
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
FormatString.h
278
enum class TypeKind { DontCare,
SizeT
, PtrdiffT };
289
bool isSizeT() const { return TK == TypeKind::
SizeT
; }
304
Res.TK = TypeKind::
SizeT
;
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AttributorAttributes.cpp
5054
auto *
SizeT
= MallocCall->getOperand(1);
5056
Size = B.CreateMul(Num,
SizeT
, "h2s.calloc.size");
Completed in 30 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026