OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PathSize
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprCXX.cpp
711
unsigned
PathSize
= (BasePath ? BasePath->size() : 0);
714
PathSize
, FPO.requiresTrailingStorage()));
715
auto *E = new (Buffer) CXXStaticCastExpr(T, VK, K, Op,
PathSize
, WrittenTy,
717
if (
PathSize
)
724
unsigned
PathSize
,
728
PathSize
, HasFPFeatures));
729
return new (Buffer) CXXStaticCastExpr(EmptyShell(),
PathSize
, HasFPFeatures);
740
unsigned
PathSize
= (BasePath ? BasePath->size() : 0);
741
void *Buffer = C.Allocate(totalSizeToAlloc<CXXBaseSpecifier *>(
PathSize
));
743
new (Buffer) CXXDynamicCastExpr(T, VK, K, Op,
PathSize
, WrittenTy, L
[
all
...]
Expr.cpp
1942
unsigned
PathSize
= (BasePath ? BasePath->size() : 0);
1945
PathSize
, FPO.requiresTrailingStorage()));
1952
new (Buffer) ImplicitCastExpr(T, Kind, Operand,
PathSize
, FPO, VK);
1953
if (
PathSize
)
1960
unsigned
PathSize
,
1964
PathSize
, HasFPFeatures));
1965
return new (Buffer) ImplicitCastExpr(EmptyShell(),
PathSize
, HasFPFeatures);
1974
unsigned
PathSize
= (BasePath ? BasePath->size() : 0);
1977
PathSize
, FPO.requiresTrailingStorage()));
1979
new (Buffer) CStyleCastExpr(T, VK, K, Op,
PathSize
, FPO, WrittenTy, L, R)
[
all
...]
Completed in 18 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026