Searched defs:typeName (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp554 Out << "std::vector<Type*>" << typeName << "_args;"; local
568 Out << "FunctionType* " << typeName << " = FunctionType::get("; local
580 Out << "StructType *" << typeName << " = mod->getTypeByName(\""; local
584 Out << "if (!" << typeName << ") {"; local
586 Out << typeName << " = "; local
597 Out << "std::vector<Type*>" << typeName << "_field local
611 Out << "StructType *" << typeName << " = "; local
614 Out << "if (" << typeName << "->isOpaque()) {"; local
616 Out << typeName << "->setBody("; local
732 << " = ConstantAggregateZero::get(" << typeName << ");"; local
735 << " = ConstantPointerNull::get(" << typeName << ");"; local
778 << typeName << ");"; local
2031 printType(const std::string &fname, const std::string &typeName) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp366 std::string typeName = pointeeTy.getUnqualifiedType().getAsString() + "*"; local
387 std::string typeName = ty.getUnqualifiedType().getAsString(); local
H A DCGDebugInfo.cpp3048 SmallString<36> typeName; local
H A DCGObjCGNU.cpp1178 llvm::Constant *typeName = local

Completed in 130 milliseconds