OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctorType
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/CodeGen/
CGCXX.cpp
190
CXXCtorType
ctorType
) {
193
if (
ctorType
== Ctor_Complete &&
199
const CGFunctionInfo &fnInfo = getTypes().getFunctionInfo(ctor,
ctorType
);
202
cast<llvm::Function>(GetAddrOfCXXConstructor(ctor,
ctorType
, &fnInfo));
205
CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor,
ctorType
), fn, fnInfo);
213
CXXCtorType
ctorType
,
215
GlobalDecl GD(ctor,
ctorType
);
221
if (!fnInfo) fnInfo = &getTypes().getFunctionInfo(ctor,
ctorType
);
CodeGenModule.h
562
CXXCtorType
ctorType
,
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.cpp
[
all
...]
/external/jdiff/src/jdiff/
APIHandler.java
106
String
ctorType
= attributes.getValue("type");
107
XMLToAPI.addCtor(
ctorType
, getModifiers(attributes));
HTMLReportGenerator.java
554
String
ctorType
= ctorAPI.type_;
555
if (
ctorType
.compareTo("void") == 0)
556
ctorType
= "";
557
String id = className + "(" +
ctorType
+ ")";
559
writeCtorTableEntry(pkgName, className,
ctorType
, 0, ctorAPI.doc_, false);
570
String
ctorType
= ctorAPI.type_;
571
if (
ctorType
.compareTo("void") == 0)
572
ctorType
= "";
573
String id = className + "(" +
ctorType
+ ")";
575
writeCtorTableEntry(pkgName, className,
ctorType
, 1, ctorAPI.doc_, false)
[
all
...]
Completed in 78 milliseconds