HomeSort by relevance Sort by last modified time
    Searched refs:ctorType (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/CodeGen/
CGCXX.cpp 176 CXXCtorType ctorType) {
180 ctorType == Ctor_Complete &&
187 getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
190 cast<llvm::Function>(GetAddrOfCXXConstructor(ctor, ctorType, &fnInfo));
191 setFunctionLinkage(GlobalDecl(ctor, ctorType), fn);
193 CodeGenFunction(*this).GenerateCode(GlobalDecl(ctor, ctorType), fn, fnInfo);
201 CXXCtorType ctorType,
203 GlobalDecl GD(ctor, ctorType);
210 fnInfo = &getTypes().arrangeCXXConstructorDeclaration(ctor, ctorType);
CodeGenModule.h 748 CXXCtorType ctorType,
    [all...]
  /external/chromium_org/third_party/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...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 745 milliseconds