OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocatorType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp
1606
const FunctionProtoType *
allocatorType
=
1623
if (
allocatorType
->getNumParams() > 1) {
1624
AlignValT =
allocatorType
->getParamType(1);
1640
EmitCallArgs(allocatorArgs,
allocatorType
, E->placement_arguments(),
1644
EmitNewDeleteCall(*this, allocator,
allocatorType
, allocatorArgs);
CGExprCXX.cpp
1606
const FunctionProtoType *
allocatorType
=
1623
if (
allocatorType
->getNumParams() > 1) {
1624
AlignValT =
allocatorType
->getParamType(1);
1640
EmitCallArgs(allocatorArgs,
allocatorType
, E->placement_arguments(),
1644
EmitNewDeleteCall(*this, allocator,
allocatorType
, allocatorArgs);
Completed in 58 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026