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

  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.cpp 111 std::string retTypeName;
112 if (!parseTypeField(field, &retTypeName, NULL)) {
117 const VarType *theType = TypeFactory::instance()->getVarTypeByName(retTypeName);
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 577 std::string retTypeName(getCppName(FT->getReturnType()));
579 in(); nl(Out) << "/*Result=*/" << retTypeName;
    [all...]

Completed in 4373 milliseconds